GuidesRecipesAPI Reference
API Reference

Update product

An endpoint for partially updating a product with the provided ID. New variants, images, and options can be created by omitting their respective _id fields.

Path Params
string
required

ID of the product to update

Body Params

The request body

boolean

Is this product active? Active products are visible to partners.

attributes
object
string

The HTML body. Input will be sanitized before saving.

string

The seller's unique code for this product. This cannot be updated after creation.

googleProductCategory
object
images
array of objects

Images of the product. Must be accessible via public URL.

images
options
array of objects
options
tags
array of strings

Add tags to the product to make it easier for buyers to categorize.

tags
string

The name of the product.

string

The type of the product. Deprecated.

variants
array of objects

Include one variant per size, color, etc. If there are no variants then include a single entry to be the default.

variants
string

The vendor of the product.

Responses

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