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": "abc123",
  "order_id": "abc123",
  "old_sku": "abc123",
  "new_sku": "abc123"
}