Updates the CatalogTax objects that apply to the targeted CatalogItem without having to perform an upsert on the entire item.
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.
IDs for the CatalogItems associated with the CatalogTax objects being updated. No more than 1,000 IDs may be provided.
IDs of the CatalogTax objects to enable. At least one of taxes_to_enable
or taxes_to_disable
must be specified.
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