Update Product

Update the specified product.

⚠️

Double URL Encoding advised for Product Numbers

When submitting product numbers to API endpoints, apply double URL encoding to handle special characters like forward slashes (/), question marks (?), spaces and plus signs (+) that may be present in product numbers. Single encoding may not be sufficient and can result in HTTP 404 errors or malformed requests. For example, encode ABC/123+DEF as ABC%252F123%252BDEF.

Alternatively, you can retrieve a URL-friendly version of the product number from the GET endpoint response, which provides a pre-encoded identifier safe for use in subsequent API calls.


Path Params
string
required
Body Params
string
string
custom_fields
array of strings
custom_fields
string
string
string

Additional information about the product. Used to provide extra details or specifications.

string
string
string
boolean
boolean
string

Must be a valid URL.

boolean
string
string
string
string

Must not be greater than 255 characters.

string
physical
object
string
string
boolean
string

Must not be greater than 50 characters.

string
string
string
Headers
string
Response

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