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.
Retrieve an MHL record.
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.
- 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)
Сreate a new MHL record.
Retrieve detailed information about MHL records by ID.
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.
- 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)
Update all fields of the MHL record.
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.
- 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)
Update some of the fields in the MHL record.
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.
- 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 by ID.