object OrderMutationOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | Public API request ID that identifies the related record. |
complexity | Int | Complexity as a numeric value. |
order | Order | Order returned by this operation. |
Referenced By
- order_add_history_entry Mutation
- order_add_line_items Mutation
- order_add_tags Mutation
- order_cancel Mutation
- order_change_warehouse Mutation
- order_clear_tags Mutation
- order_create Mutation
- order_remove_line_items Mutation
- order_set_line_item_sku Mutation
- order_update Mutation
- order_update_fulfillment_status Mutation
- order_update_holds Mutation
- order_update_line_items Mutation
- order_update_tags Mutation
Example
{
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100,
"order": {id: "T3JkZXI6MTIzNA==", order_number: "SO-100045"}
}