Skip to content

Update product (PATCH semantics)

PATCH
/admin/v1/products/{id}
curl --request PATCH \
--url https://your-store.example.com/admin/v1/products/example \
--header 'Content-Type: application/json' \
--data '{ "title": "example", "slug": "example", "description": "example", "status": "draft", "seoTitle": "example", "seoDescription": "example", "isBundle": true }'
id
required
string
Media type application/json
object
title
string
>= 1 characters <= 512 characters
slug
string
>= 1 characters <= 512 characters
description
Any of:
string
status
string
Allowed values: draft published archived
seoTitle
Any of:
string
<= 512 characters
seoDescription
Any of:
string
<= 1024 characters
isBundle
boolean