Add product labels to a product.

Appends the given labels to the product's existing labels; labels already assigned are left
unchanged, so this never removes or replaces the current set. Fails if the product or any of
the given labels does not exist. To remove labels from a single product use
delete_product_labels; to assign one label across many products use add_label_to_products.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The ID of the product to add the labels to.

Body Params
labelIds
array of strings
length between 1 and 2147483647
IDs of existing product labels to add to the product. At least one is required.
Responses
204

No Content

The product labels were successfully added to the product.

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json