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
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
site_id
Unique identifier for a Site
product_id
Unique identifier for a Product
sku_id
Unique identifier for a SKU
Request
The SKU to update
sku
The SKU object
publishStatus
Indicate whether your Product should be set as "staging" or "live"
Allowed values:
Response
Request was successful
id
Unique identifier for the Product
lastPublished
The date the Product was last published
lastUpdated
The date the Product was last updated
createdOn
The date the Product was created
fieldData
Standard and Custom fields for a SKU
cmsLocaleId
Identifier for the locale of the CMS item
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
429
Too Many Requests Error
500
Internal Server Error