API
Data API
SKU
Methods allow you to get a list of portal SKUs or information on a specific SKU.
Return a list of SKUs.
GET /sku
GET
Request
Header Parameters
Authorization
required
String
String in "Token XXXXXX..." format.
Body Parameters
limit
optional
Integer
The number of results to return per page.
offset
optional
Integer
The initial index from which to return the results.
Response parameters
count integer
The number of SKU's.
next string (uri) Nullable
Next page.
previous string (uri) Nullable
Previous page.
results array of objects
An array of objects with information about manufacturers.
- id integer SKU ID.
- cid string <= 255 characters Nullable SKU ID in the user's system.
- name string [ 1 .. 255 ] characters SKU name.
- category_id string Product category ID.
- brand_id string Product brand ID.
- manufacturer_id string Product manufacturer ID.
- size_x_mm number Product width in mm.
- size_y_mm number Product height in mm.
- size_z_mm number Product depth in mm.
- attributes object Nullable
Returns information about SKU by ID.
GET /sku/{id}
GET
Request
Path Params
id
required
String
SKU ID.
Header Parameters
Authorization
required
String
String in "Token XXXXXX..." format
Response parameters
id integer
SKU ID.
cid string <= 255 characters Nullable
SKU ID in the user's system.
name string [ 1 .. 255 ] characters
SKU name.
category_id string
Product category ID.
brand_id string
Product brand ID.
manufacturer_id string
Product manufacturer ID.
size_x_mm number
Product width in mm.
size_y_mm number
Product height in mm.
size_z_mm number
Product depth in mm.
attributes object Nullable