input BulkUpdateTagsInput
Fields
| Field | Type | Description |
|---|---|---|
orders_ids | [String] | |
tags | [String] |
Referenced By
- order_bulk_add_tags Mutation
- order_bulk_remove_tags Mutation
Example
{
"orders_ids": "abc123",
"tags": "abc123"
}| Field | Type | Description |
|---|---|---|
orders_ids | [String] | |
tags | [String] |
{
"orders_ids": "abc123",
"tags": "abc123"
}