API Endpoints

Update a product

Updates a product object with values passed in. Any parameters not provided are left unchanged.

Log in to see full request history
Path Params
string
required

Unique identifier for the product.

Body Params
string

Name for the product, displayed to customers.

string

Description for the product, displayed to customers.

array of strings

List of image URLs for the product, displayed to customers.

images
array of strings

List of tags to categorize the product. Visible in dashboard, not to customers. Useful for search and sorting.

tags
object

Key/value pairs (JSON) for extra info on the object. Useful for external use.

number

Maximum purchase limit for the product.

Response

product object

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