Store properties are list of available properties for store resource.
All available methods for resource store properties.
HTTP method | Endpoint | Description |
---|---|---|
[badge-blue GET] | /store-properties | Get information about all store properties |
[badge-blue GET] | /store-properties/{store_property_id} | Get information about a store property |
Get information about store properties
[badge-blue GET] /store-properties
Parameter name | Type | Description | Mandatory (Yes/No) |
---|---|---|---|
count | integer | The number of records to return. Default value is 100. |
No |
offset | integer | The number of records from a collection to skip. Default value is 0. | No |
sort_field | string | One of the query string parameters for sorting. Response is sorted by the specified field. | No |
sort_direction | string | Direction of sorting the response list. Possible values are: ASC / DESC | No |
name | string | Name for the property | No |
Status code: 200 OK
Output structure : object
Parameter name | Type | Description |
---|---|---|
store_properties | Property[] | List of all store properties |
total_items | integer | Count of all found store properties |
Get information about a specific store property
[badge-blue GET] /store-properties/{store_property_id}
Parameter name | Type | Description |
---|---|---|
store_property_id | string | The unique id for the store property |
Status code: 200 OK
Output structure : Property