Skip to main content
PATCH
Partial update product

Headers

x-environment
string<uuid>
required

Configure which environment the request will handle. If the provided credentials do not allow access to this specified environment, a 403 Forbidden response is returned.

Path Parameters

productId
string<uuid>
required

Body

application/json
{key}
any

Response

OK

name
string | null
required

The product's name.

id
string<uuid>

Unique id for the product.

handle
string | null

The product's handle or SKU.

description
string | null

A description of the product. This may be used internal or external.

taxCode
string | null

An optional taxCode for this product.

createdAt
string<date-time>

Date and time when the product was created.

updatedAt
string<date-time> | null

/// Date and time when the product was last updated.