MHL
Methods allow you to get a complete list or a specific must-have list in Eyrene, view information about them, update all fields, or only select MHL fields. Also, you can delete MHL by ID.
Retrieve a must-have list.
Use MHL to define a list of products that must necessarily be on the shelf. MHL_COMPLIANCE report based on the MHL. MHL is associated with other entities using the display.
Response parameters
count integer
The number of MHLs.
next string (uri) Nullable
Next page.
previous string (uri) Nullable
Previous page.
results array of objects
An array of objects with information about MHLs.
- id string Unique ID.
- name string Human-readable name.
Сreate a new must-have list.
Use MHL to define a list of products that must necessarily be on the shelf. MHL_COMPLIANCE report based on the MHL. MHL is associated with other entities using the display.mhl.
Retrieve detailed information about must-have list by ID.
Response parameters
id string
Unique ID.
name string
Human-readable name.
display string
Display ID.
musthavelist string
Must-have list ID.
Update all must-have list fields.
Response parameters
id string
Unique ID.
name string
Human-readable name.
display string
Display ID.
Update some of must-have list fields.
Response parameters
id string
Unique ID.
name string
Human-readable name.
Display string
Display ID.
Delete must-have list by ID.