Item API
An API to upload and download item data
Get items
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"itemNumber": "The unique ID of the item/variant/SKU",
"disabled": "Is the item/variant/SKU removed from the system?",
"attributes": {
[attribute:string]: string
}[]
}[]Put items
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
Last updated