UpdateItemTaxesRequest
Name | Type | Tags | Description | Getter |
---|---|---|---|---|
ItemIds |
List<String> |
Required | IDs for the CatalogItems associated with the CatalogTax objects being updated. No more than 1,000 IDs may be provided. |
List getItemIds() |
TaxesToEnable |
List<String> |
Optional | IDs of the CatalogTax objects to enable. At least one of taxes_to_enable or taxes_to_disable must be specified. |
List getTaxesToEnable() |
TaxesToDisable |
List<String> |
Optional | IDs of the CatalogTax objects to disable. At least one of taxes_to_enable or taxes_to_disable must be specified. |
List getTaxesToDisable() |
{
"item_ids": [
"H42BRLUJ5KTZTTMPVSLFAACQ",
"2JXOBJIHCWBQ4NZ3RIXQGJA6"
],
"taxes_to_disable": [
"AQCEGCEBBQONINDOHRGZISEX"
],
"taxes_to_enable": [
"4WRCNHCJZDVLSNDQ35PP6YAD"
]
}