Returns a list of all products belonging to this client
{- "_object": "/api/response",
- "version": 2,
- "data": {
- "_object": "/api/collectoins/paginated",
- "data": [
- {
- "_object": "/product",
- "id": 84291,
- "name": "AC Adapter 12V",
- "sku": "WDVCDFD-RM00472",
- "description": "The best 12V AC Adapter on the market",
- "archived_at": "2019-01-18T22:08:38.599Z",
- "product_category": "Cosmetics",
- "country_of_origin": "China",
- "client_verified": true,
- "product_properties": [
- {
- "_object": "/product/property",
- "type": "color",
- "value": "blue"
}
], - "hs_codes": [
- {
- "_object": "/hs_code",
- "description": null,
- "code": "0301:00"
}
], - "classifications": [
- {
- "_object": "/product/classification",
- "codes": [
- "0301:00"
], - "region": "US"
}
]
}
]
}
}
Create a new product for this client using the request payload
Created
_object | string | ||||||||||||||||||||||||
self | string | ||||||||||||||||||||||||
version | integer | ||||||||||||||||||||||||
object (Product) | |||||||||||||||||||||||||
|
error
{- "name": "AC Adapter 12V",
- "sku": "WDVCDFD-RM00472",
- "description": "The best 12V AC Adapter on the market",
- "product_category": "Cosmetics",
- "country_of_origin": "China",
- "client_verified": true,
- "product_properties": [
- {
- "type": "color",
- "value": "blue"
}
], - "classifications": [
- {
- "codes": [
- "0301.00"
], - "region": "US",
- "fees": [
- {
- "fee_type": "cotton",
- "fee_status": "applied"
}
]
}
], - "suppliers": [
- {
- "id": 12345,
- "ref": "FACTORY-123",
- "country_of_origin": "CN"
}
]
}
{- "_object": "/api/response",
- "version": 2,
- "data": {
- "_object": "/product",
- "id": 84291,
- "name": "AC Adapter 12V",
- "sku": "WDVCDFD-RM00472",
- "description": "The best 12V AC Adapter on the market",
- "archived_at": "2019-01-18T22:08:38.599Z",
- "product_category": "Cosmetics",
- "country_of_origin": "China",
- "client_verified": true,
- "product_properties": [
- {
- "_object": "/product/property",
- "type": "color",
- "value": "blue"
}
], - "hs_codes": [
- {
- "_object": "/hs_code",
- "description": null,
- "code": "0301:00"
}
], - "classifications": [
- {
- "_object": "/product/classification",
- "codes": [
- "0301:00"
], - "region": "US"
}
]
}
}
Returns the client's product with this ID
Success
_object | string | ||||||||||||||||||||||||
self | string | ||||||||||||||||||||||||
version | integer | ||||||||||||||||||||||||
object (Product) | |||||||||||||||||||||||||
|
error
{- "_object": "/api/response",
- "version": 2,
- "data": {
- "_object": "/product",
- "id": 84291,
- "name": "AC Adapter 12V",
- "sku": "WDVCDFD-RM00472",
- "description": "The best 12V AC Adapter on the market",
- "archived_at": "2019-01-18T22:08:38.599Z",
- "product_category": "Cosmetics",
- "country_of_origin": "China",
- "client_verified": true,
- "product_properties": [
- {
- "_object": "/product/property",
- "type": "color",
- "value": "blue"
}
], - "hs_codes": [
- {
- "_object": "/hs_code",
- "description": null,
- "code": "0301:00"
}
], - "classifications": [
- {
- "_object": "/product/classification",
- "codes": [
- "0301:00"
], - "region": "US"
}
]
}
}
Update this product to represent the request payload
name | string Name of product | ||||||
sku | string SKU of product | ||||||
description | string Description of product | ||||||
product_category | string The category of the product | ||||||
country_of_origin | string Nation in which the product is manufactured | ||||||
client_verified | boolean Indicates whether Client has verified this Product. | ||||||
Array of objects (WriteProductProperty) Array of product properties, custom key value pairs that describe the product | |||||||
Array of objects (WriteProductClassification) Array of product classifications. If a value is specified, the array of product classifications will replace the existing set of product classifications. | |||||||
Array
| |||||||
Array of objects (WriteProductSupplier) Array of suppliers. If a value is specified, the array of suppliers will replace the existing set of suppliers. | |||||||
Updated
_object | string | ||||||||||||||||||||||||
self | string | ||||||||||||||||||||||||
version | integer | ||||||||||||||||||||||||
object (Product) | |||||||||||||||||||||||||
|
error
{- "name": "AC Adapter 12V",
- "sku": "WDVCDFD-RM00472",
- "description": "The best 12V AC Adapter on the market",
- "product_category": "Cosmetics",
- "country_of_origin": "China",
- "client_verified": true,
- "product_properties": [
- {
- "type": "color",
- "value": "blue"
}
], - "classifications": [
- {
- "codes": [
- "0301.00"
], - "region": "US",
- "fees": [
- {
- "fee_type": "cotton",
- "fee_status": "applied"
}
]
}
], - "suppliers": [
- {
- "id": 12345,
- "ref": "FACTORY-123",
- "country_of_origin": "CN"
}
]
}
{- "_object": "/api/response",
- "version": 2,
- "data": {
- "_object": "/product",
- "id": 84291,
- "name": "AC Adapter 12V",
- "sku": "WDVCDFD-RM00472",
- "description": "The best 12V AC Adapter on the market",
- "archived_at": "2019-01-18T22:08:38.599Z",
- "product_category": "Cosmetics",
- "country_of_origin": "China",
- "client_verified": true,
- "product_properties": [
- {
- "_object": "/product/property",
- "type": "color",
- "value": "blue"
}
], - "hs_codes": [
- {
- "_object": "/hs_code",
- "description": null,
- "code": "0301:00"
}
], - "classifications": [
- {
- "_object": "/product/classification",
- "codes": [
- "0301:00"
], - "region": "US"
}
]
}
}