Products
Update a Product
This endpoint allows you to update a product.
PATCH
/
v1
/
products
/
{product_id}
Headers
X-BUSINESS-API-KEY
string
requiredPath Parameters
product_id
string
requiredBody
multipart/form-data
name
string
requiredThe name of the product
description
string
The description of the product
headline
string
The headline of the product
quantity
number
The quantity of the product
quantity_alert_level
number
The quantity alert level of the product. It is required when quantity alert level is present.
currency
string
The currency of the product
price
number
requiredThe price of the product
is_manageable
enum<string>
default: 1The is manageable of the product
Available options:
1
, 0
is_pinned
enum<string>
default: 0The is pinned of the product
Available options:
1
, 0
product_weight
integer | null
Weight in gram
delivery_method_required
boolean | null
existing_variation
object[]
images
object[]
publish
enum<string>
default: 1Available options:
1
, 0
Response
200 - application/json
id
string
requiredbusiness_id
string
requiredcategory_id
string[]
requiredname
string
requiredheadline
string | null
description
string
requiredcurrency
string
requiredprice
number
requiredprice_display
string
requiredprice_stored
integer
requiredtax_id
string | null
is_manageable
integer
requiredis_pinned
boolean
requiredstatus
string
requiredhas_variations
boolean
requiredis_shopify
boolean
requiredproduct_url
string
requiredvariations_count
integer
requiredvariations
object[]
requiredvariation_key_1
string | null
variation_key_2
string | null
variation_key_3
string | null
images
object[]
is_published
boolean
requiredcreated_at
string
requiredupdated_at
string
requiredstarts_at
string | null
ends_at
string | null
Was this page helpful?