input SetLineItemSkuInput

Fields

FieldTypeDescription
customer_account_idString

Use this when you are a 3PL acting on behalf of one of your customers.

order_idString!

The id of the order you want to modify.

old_skuString!

The SKU of the product of the line item to be updated.

new_skuString!

The SKU of the the new product to assign to the line item.

Referenced By

Example

{
  "customer_account_id": "QWNjb3VudDoxMjM0",
  "order_id": "T3JkZXI6MTIzNA==",
  "old_sku": "BLUE-TEE-M",
  "new_sku": "BLUE-TEE-L"
}