Update an order's product

Updates the fields of a distinct product associated with an order. Any fields not included in the request body will not be modified. A product's title, category ID, amount, condition, and refurbished grade cannot be changed.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Returns
The update product is returned if the update succeeded, and returns an error otherwise.

Path Params
string
required
string
required
Query Params
string

The ID of the store the order belongs to. This is a required parameter if using a multi store API key.

Body Params
string

Description of the product.

string

The brand of the product.

int64

Positive integer representing the catalog price in cents of the product in this order.

string

The SKU of the product.

string

The serial number of the product.

string

The IMEI of the product if the product is a mobile equipment.

string

The model of the product.

string

The color of the product.

string

The storage capacity of the product.

date

Date at which the product was purchased. Formatted as a ISO 8601 date (ex: "2023-04-23").

Language
LoadingLoading…