input SetLineItemSkuInput
Fields
| Field | Type | Description |
|---|---|---|
customer_account_id | String | Use this when you are a 3PL acting on behalf of one of your customers |
order_id | String! | The id of the order you want to modify |
old_sku | String! | The SKU of the product of the line item to be updated |
new_sku | String! | The SKU of the the new product to assign to the line item |
Referenced By
- order_set_line_item_sku Mutation
Example
{
"customer_account_id": "abc123",
"order_id": "abc123",
"old_sku": "abc123",
"new_sku": "abc123"
}