assign_label
Assign an existing label to a Shopmonkey entity, such as an Order or Customer, by providing label ID, entity type, and entity ID.
Instructions
Assign an existing label (found via list_labels) to an entity such as an Order or Customer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity | Yes | The type of entity to assign the label to (e.g. "Order") | |
| labelId | Yes | The ID of the label to assign | |
| entityId | Yes | The ID of the entity to assign the label to |