Planograms
Methods allow you to get a complete list or a specific planogram in Eyrene, view information about them, update all fields, or only select planogram fields. Also, you can delete the planogram by ID.
Retrieve a list of planograms.
Response parameters
count integer
The number of planograms.
next string (uri) Nullable
Next page.
previous string (uri) Nullable
Previous page.
results array of objects
An array of objects with information about planograms.
- id string Unique ID.
- name string Human-readable name.
Сreate a new planogram.
Retrieve detailed information about the planogram by ID.
Response parameters
id string
Unique ID.
name string
Human-readable name.
display string
Display ID.
musthavelist string
Planogram ID.
Update all planogram fields.
Response parameters
id string
Unique ID.
name string
Human-readable name.
display string
Display ID.
Update some of the planogram fields.
Response parameters
id string
Unique ID.
name string
Human-readable name.
Display string
Display ID.
Delete planogram by ID.