Consult product_collection response schema for resonse details and examples.
| Param name | Description |
|---|---|
|
id
required |
Product Collection ID Validations:
|
| Header name | Description |
|---|---|
|
Accept required |
application/vnd.api+json; com.pixelsquid.api.version=1 |
|
Authorization required |
Base64 encoding of [key_id]:[secret]
For example: key_id: DEVELOPER_PACK secret: pixelsquidsample |
|
X-Client-External-User-ID optional |
You may pass this header to associate any api requests with the unique identifier of the end user. |
| Param name | Description |
|---|---|
|
sort
optional |
Sort order Validations:
|
|
filter
optional |
Filter conditions Validations:
|
|
filter[name]
optional |
Filter by name Validations:
|
|
page
optional |
Pagination options Validations:
|
|
page[number]
optional |
Page number to return from paginated collection Validations:
|
|
page[size]
optional |
Results per page to return Validations:
|
| Header name | Description |
|---|---|
|
Accept required |
application/vnd.api+json; com.pixelsquid.api.version=1 |
|
Authorization required |
Base64 encoding of [key_id]:[secret]
For example: key_id: DEVELOPER_PACK secret: pixelsquidsample |
|
X-Client-External-User-ID optional |
You may pass this header to associate any api requests with the unique identifier of the end user. |