website logo
⌘K
🚀Welcome to Eyrene
🎉What's New
😎Tutorials
📱Mobile App
💻Web Portal
🔌API
Docs powered by archbee 

SKU

Methods allow you to get a list of portal SKUs or information on a specific SKU.

GET /sku

Return a list of SKUs.

Get a cake by its ID
GET
Params
Body Parameters
id
required
String
ID of the cake to get
Curl
|
RESPONSES
200
|

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



GET /sku/{id}

Returns information about SKU by ID.

Get a cake by its ID
GET
Params
Body Parameters
id
required
String
ID of the cake to get
Curl
|
RESPONSES
200
|

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



Updated 14 Apr 2022
Did this page help you?
Yes
No
UP NEXT
Stores
Docs powered by archbee 
Request example
TABLE OF CONTENTS
GET /sku
GET
Request example
Response parameters​
GET /sku/{id}
GET
Request example
Response parameters