GET api/sizes/count?StoreId={StoreId}&Prodline={Prodline}&Gender={Gender}

Receive a count of all product sizes

Request Information

URI Parameters

NameDescriptionTypeAdditional information
store_id

integer

None.

prodline

Filter by prodline

string

None.

gender

Filter by gender

string

None.

Body Parameters

None.

Response Information

Resource Description

SizesCountRootObject
NameDescriptionTypeAdditional information
count

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "count": 1
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.