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

Receive a list of all product sizes

Request Information

URI Parameters

NameDescriptionTypeAdditional information
limit

Amount of results (default: 50) (maximum: 100)

integer

None.

page

Page to show (default: 1)

integer

None.

store_id

integer

None.

prodline

Filter by prodline

string

None.

gender

Filter by gender

string

None.

Body Parameters

None.

Response Information

Resource Description

SizesRootObject
NameDescriptionTypeAdditional information
sizes

Collection of SizeDto

None.

Response Formats

application/json, text/json

Sample:
{
  "sizes": [
    {
      "value": "sample string 1"
    },
    {
      "value": "sample string 1"
    }
  ]
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.