<- Catalog API

Catalog API

Update item taxes

POST

 /v2/catalog/update-item-taxes

Updates the CatalogTax objects that apply to the targeted CatalogItem without having to perform an upsert on the entire item.

Permissions:ITEMS_WRITE
Try in API Explorer
Link to section

Request body

Example code

Link to section

item_ids

string [ ]

Required

IDs for the CatalogItems associated with the CatalogTax objects being updated. No more than 1,000 IDs may be provided.

Link to section

taxes_to_enable

string [ ]

IDs of the CatalogTax objects to enable. At least one of taxes_to_enable or taxes_to_disable must be specified.

Link to section

taxes_to_disable

string [ ]

IDs of the CatalogTax objects to disable. At least one of taxes_to_enable or taxes_to_disable must be specified.

Link to section

Response fields

Link to section

errors

Any errors that occurred during the request.

Link to section

updated_at

string

The database timestamp of this update in RFC 3339 format, e.g., 2016-09-04T23:59:33.123Z.

Examples for January 25th, 2020 6:25:34pm Pacific Standard Time:

UTC: 2020-01-26T02:25:34Z

Pacific Standard Time with UTC offset: 2020-01-25T18:25:34-08:00