GET api/sizes/count?StoreId={StoreId}&Prodline={Prodline}&Gender={Gender}
Receive a count of all product sizes
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
store_id | integer |
None. |
|
prodline |
Filter by prodline |
string |
None. |
gender |
Filter by gender |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
SizesCountRootObjectName | Description | Type | Additional 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.