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": "QWNjb3VudDoxMjM0",
"order_id": "T3JkZXI6MTIzNA==",
"old_sku": "BLUE-TEE-M",
"new_sku": "BLUE-TEE-L"
}