Skip to main content

Export SKU Mappings as CSV

GET 

/api/customers/:customer_id/sku-mappings/export

Export all SKU mappings for a customer as a CSV file download. The response is a CSV with columns customer_sku and product_id. Use this as a template for the import endpoint.

Required scope: customers:read

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

Request

Responses

Successful response