Skip to main content

Map Line to Product

PUT 

/api/sales-order-lines/:sales_order_line/map

Map a sales order line to an existing product. Used to link unmapped channel order lines to SKU products.

Required scope: orders:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Authentication: Requires Bearer token.

Body:

  • product_id (required): ID of the product to map to

Request

Responses

OK

Response Headers
    Content-Type