List specs visible to this user
GET
/me/products/{productID}/specs
200,4XXDescription
Only available to Buyer Users.
Roles
At least one of the roles below is required to access this endpoint.
FullAccessOrderContributorShopper
Parameters
Name | Type | Description | Possible Values | |
---|---|---|---|---|
productID | Required | string | ID of the product. | --- |
catalogID | string | ID of the catalog. | --- | |
search | string | Word or phrase to search for. | --- | |
searchOn | array | Comma-delimited list of fields to search on. | Name, ID | |
sortBy | array | Comma-delimited list of fields to sort by. | ListOrder, Name, ID, !ListOrder, !Name, !ID | |
page | integer | Page of results to return. When paginating through many items (> page 30), we recommend the "Last ID" method, as outlined in the Advanced Querying documentation. | --- | |
pageSize | integer | Number of results to return per page. | --- | |
filters | object | An object or dictionary representing key/value pairs to apply as filters. Valid keys are top-level properties of the returned model or 'xp.???' | --- |
Response Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
Items | array | --- | --- | --- | ||
Meta | object | --- | --- | --- | ||