Imports ProductId and Quantity line items into the specified cart from a CSV file.

CSV Requirements

  • File must contain exactly two columns: ProductId and Quantity.
  • Columns must appear in the exact order shown.
  • ProductId must be a valid GUID.
  • Quantity must be a whole number greater than or equal to 0.
  • Maximum 5000 data rows allowed (excluding header).
  • Maximum file size: 100 MB.
  • First row must be a valid header.
  • No extra or missing columns allowed.

Example

ProductId,Quantity
550e8400-e29b-41d4-a716-446655440000,10
8d12b9f5-3e37-4e11-a98a-4455ae76a280,5
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Unique identifier of the cart.

Body Params
file

CSV file containing ProductId and Quantity columns.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses
200

OK

500

Internal Server Error

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain
application/json
text/json