Update SKU

Update a specified SKU.

Updating an existing SKU will set the Product type to Advanced, which ensures all Product and SKU fields will be shown to users in the Designer.

Required scope | ecommerce:write

Path parameters

site_idstringRequiredformat: "objectid"

Unique identifier for a Site

product_idstringRequiredformat: "objectid"

Unique identifier for a Product

sku_idstringRequiredformat: "objectid"

Unique identifier for a SKU

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

The SKU to update

skuobjectRequired

The SKU object

publishStatusenumOptionalDefaults to staging

Indicate whether your Product should be set as “staging” or “live”

Allowed values:

Response

Request was successful

idstringformat: "objectid"

Unique identifier for the Product

lastPublishedstringformat: "date-time"

The date the Product was last published

lastUpdatedstringformat: "date-time"

The date the Product was last updated

createdOnstringformat: "date-time"

The date the Product was created

fieldDataobject

Standard and Custom fields for a SKU

cmsLocaleIdstringOptional

Identifier for the locale of the CMS item

Errors