Catalog
UpdateItemTaxes
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
Request body
Example request
{
"request_body": {
"item_ids": [
"H42BRLUJ5KTZTTMPVSLFAACQ",
"2JXOBJIHCWBQ4NZ3RIXQGJA6"
],
"taxes_to_disable": [
"AQCEGCEBBQONINDOHRGZISEX"
],
"taxes_to_enable": [
"4WRCNHCJZDVLSNDQ35PP6YAD"
]
}
}Response
Success
Example response
{
"updated_at": "2016-11-16T22:25:24.878Z"
}