Update a product

patch
/products/{id}

Update product by ID.

id
string
required

Product ID

title
string

The title of the product.

<= 1024 characters
slug
string

URL friendly unique identifier for the product. It is different from the order slug.

<= 1024 characters
categories
array[string]

The categories of a shop.

<= 100 items
tags
array[string]

Tags that are used for filtering and search.

<= 100 items
image_urls
array[string]

URLs of the images.

<= 100 items
url
string

URL of a product.

<= 2048 characters
published
boolean

To indicate whether a product has been published.

description
string

Description of a product.

<= 10240 characters
source_updated_at
string

The date and time when the product was last modified. ISO 8601.

Auth
:
Parameters
:
Body
preparing...