Update

Updates an existing product.

🔐

Authentication

✔️ Application API Scope

✖️ Storefront API Scope

Response Body Definitions

NameTypeDescriptionExample
namestringProduct Name"Example Product Name"
external_product_idstringProduct ID"0070000693"
skustringProduct SKU"6b759bf8775511eeb9620242ac120002"
pricedoubleProduct price38.59
livebooleanProduct livelinesstrue
image_urlstringProduct image url"https://example.com/product_image.png"
detail_urlstringProduct detail url"https://example.com/product_url/"
autoship_enabledbooleanProduct autoship eligibilitytrue
prepaid_eligiblebooleanProduct prepaid eligibilitytrue
discontinuedbooleanProduct discontinued statusfalse
autoship_by_defaultbooleanProduct default autoshipTrue
product_typestringProduct type: "standard", "bundle", "club""standard"
everyintNumber of periods1
every_periodintType of periods1
premier_enabledintProduct premier: 0 for Disabled, 1 for Enabled, 2 for Tier1
extra_datastringRaw JSON string that should be JSON.parse() as key/value store for any extra information.{"some": "extra", "fields": "here}
offer_profilestringOffer profile id"9eb7306a775711eeb9620242ac120002"
incentive_groupstringIncentive group id"b22fc760775711eeb9620242ac121232"
Language