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

MHL record

Methods allow you to get a complete list or a specific MHL record in Eyrene, view information about them, update all fields, or only select MHL record fields. Also, you can delete the MHL record by ID.

GET /mhl_record

Retrieve an MHL record.

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 MHL records.

next string (uri) Nullable

Next page.

previous string (uri) Nullable

Previous page.

results array of objects

An array of objects with information about MHL records.

  • id string Unique ID.
  • name string Human-readable name.
  • musthavelist string Must-have list ID.
  • sku string SKU ID.
  • sku1 string SKU ID.
  • sku2 string SKU ID.
  • sku3 string SKU ID.
  • sku4 string SKU ID.
  • sku5 string SKU ID.
  • sku6 string SKU ID.

Six optional sku1-sku6 fields are combined with logical OR when checking the MHL compliance:

Compliant = (sku is present) OR (sku1 is present) OR (sku2 is present) ... OR (sku6 is present)



POST /mhl_record

Сreate a new MHL record.

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

GET /mhl_record/{id}

Retrieve detailed information about MHL records 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

count integer

The number of MHL records.

next string (uri) Nullable

Next page.

previous string (uri) Nullable

Previous page.

results array of objects

An array of objects with information about MHL records.

  • id string Unique ID.
  • name string Human-readable name.
  • musthavelist string Must-have list ID.
  • sku string SKU ID.
  • sku1 string SKU ID.
  • sku2 string SKU ID.
  • sku3 string SKU ID.
  • sku4 string SKU ID.
  • sku5 string SKU ID.
  • sku6 string SKU ID.

Six optional sku1-sku6 fields are combined with logical OR when checking the MHL compliance:

Compliant = (sku is present) OR (sku1 is present) OR (sku2 is present) ... OR (sku6 is present)



PUT /mhl_record/{id}

Update all fields of the MHL record.

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 MHL records.

next string (uri) Nullable

Next page.

previous string (uri) Nullable

Previous page.

results array of objects

An array of objects with information about MHL records.

  • id string Unique ID.
  • name string Human-readable name.
  • musthavelist string Must-have list ID.
  • sku string SKU ID.
  • sku1 string SKU ID.
  • sku2 string SKU ID.
  • sku3 string SKU ID.
  • sku4 string SKU ID.
  • sku5 string SKU ID.
  • sku6 string SKU ID.

Six optional sku1-sku6 fields are combined with logical OR when checking the MHL compliance:

Compliant = (sku is present) OR (sku1 is present) OR (sku2 is present) ... OR (sku6 is present)



PATCH /mhl_record/{id}

Update some of the fields in the MHL record.

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 MHL records.

next string (uri) Nullable

Next page.

previous string (uri) Nullable

Previous page.

results array of objects

An array of objects with information about MHL records.

  • id string Unique ID.
  • name string Human-readable name.
  • musthavelist string Must-have list ID.
  • sku string SKU ID.
  • sku1 string SKU ID.
  • sku2 string SKU ID.
  • sku3 string SKU ID.
  • sku4 string SKU ID.
  • sku5 string SKU ID.
  • sku6 string SKU ID.

Six optional sku1-sku6 fields are combined with logical OR when checking the MHL compliance:

Compliant = (sku is present) OR (sku1 is present) OR (sku2 is present) ... OR (sku6 is present)



DELETE /mhl_record/{id}

Delete MHL record by ID.

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



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