GET api/genders?Limit={Limit}&Page={Page}&StoreId={StoreId}
Receive a list of all product genders
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
limit |
Amount of results (default: 50) (maximum: 100) |
integer |
None. |
page |
Page to show (default: 1) |
integer |
None. |
store_id | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
GendersRootObjectName | Description | Type | Additional information |
---|---|---|---|
genders | Collection of GenderDto |
None. |
Response Formats
application/json, text/json
Sample:
{ "genders": [ { "value": "sample string 1" }, { "value": "sample string 1" } ] }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.