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 complete list or a specific SKU in Eyrene, view information about them, update all fields, or only select SKU fields.

GET /sku

Retrieve 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 SKUs.

next string (uri) Nullable

Next page.

previous string (uri) Nullable

Previous page.

results array of objects

An array of objects with information about SKUs:

  • id string SKU ID.
  • cid string Client-specific SKU ID, e.g. internal code.
  • ean13 string European Article Number.
  • image string SKU image ID, available via /uploads or /uploads_by_url.
  • name string Human readable SKU name.
  • brand string Brand ID.
  • category string Category ID.
  • manufacturer string Manufacturer ID.
  • size_x_mm float Product width in mm.
  • size_y_mm float Product height in mm.
  • size_z_mm float Product depth in mm.



POST /sku

Сreate a new sku.

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

GET /sku/{id}

Retrieve detailed 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 string

SKU ID.

cid string

Client-specific SKU ID, e.g. internal code.

ean13 string

European Article Number.

image string

SKU image ID, available via /uploads or /uploads_by_url.

name string

Human readable SKU name.

brand string

Brand ID.

category string

Category ID.

manufacturer string

Manufacturer ID.

size_x_mm float

Product width in mm.

size_y_mm float

Product height in mm.

size_z_mm float

Product depth in mm.





PUT /sku/{id}

Update all SKU fields.

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 string

SKU ID.

cid string

Client-specific SKU ID, e.g. internal code.

ean13 string

European Article Number.

image string

SKU image ID, available via /uploads or /uploads_by_url.

name string

Human readable SKU name.

brand string

Brand ID.

category string

Category ID.

manufacturer string

Manufacturer ID.

size_x_mm float

Product width in mm.

size_y_mm float

Product height in mm.

size_z_mm float

Product depth in mm.





PATCH /sku/{id}

Update some of SKU .

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 string

SKU ID.

cid string

Client-specific SKU ID, e.g. internal code.

ean13 string

European Article Number.

image string

SKU image ID, available via /uploads or /uploads_by_url.

name string

Human readable SKU name.

brand string

Brand ID.

category string

Category ID.

manufacturer string

Manufacturer ID.

size_x_mm float

Product width in mm.

size_y_mm float

Product height in mm.

size_z_mm float

Product depth in mm.





GET /sku/?cid={cid}

List SKU with the given Customer ID (cid) field.

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 string

SKU ID.

cid string

Client-specific SKU ID, e.g. internal code

ean13 string

European Article Number.

image string

SKU image ID, available via /uploads or /uploads_by_url.

name string

Human readable SKU name.

brand string

Brand ID.

category string

Category ID.

manufacturer string

Manufacturer ID.

size_x_mm float

Product width in mm.

size_y_mm float

Product height in mm.

size_z_mm float

Product depth in mm.



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