UpdateItemTaxesRequest
Name | Type | Tags | Description |
---|---|---|---|
itemIds |
string[] |
Required | IDs for the CatalogItems associated with the CatalogTax objects being updated. No more than 1,000 IDs may be provided. |
taxesToEnable |
string[] | undefined |
Optional | IDs of the CatalogTax objects to enable. At least one of taxes_to_enable or taxes_to_disable must be specified. |
taxesToDisable |
string[] | undefined |
Optional | IDs of the CatalogTax objects to disable. At least one of taxes_to_enable or taxes_to_disable must be specified. |
{
"item_ids": [
"H42BRLUJ5KTZTTMPVSLFAACQ",
"2JXOBJIHCWBQ4NZ3RIXQGJA6"
],
"taxes_to_disable": [
"AQCEGCEBBQONINDOHRGZISEX"
],
"taxes_to_enable": [
"4WRCNHCJZDVLSNDQ35PP6YAD"
]
}