Product properties are list of available properties for products resource.
All available methods for resource product properties.
HTTP method | Endpoint | Description |
---|---|---|
[badge-blue GET] | /product-properties | Get information about all product properties |
[badge-blue GET] | /product-properties/{product_property_id} | Get information about a product property |
Get information about product properties
[badge-blue GET] /product-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 of the property | No |
Status code: 200 OK
Output structure : object
Parameter name | Type | Description |
---|---|---|
product_properties | Property[] | List of all product properties |
total_items | integer | Count of all found product properties |
Get information about a specific product property
[badge-blue GET] /product-properties/{product_property_id}
Parameter name | Type | Description |
---|---|---|
product_property_id | string | The unique id for the product property |
Status code: 200 OK
Output structure : Property