If you created the pricing option and added that item to the rule you’ll get the array of tax_ids
in the response when retrieving the object. For example:
{
"object": {
"type": "ITEM",
"id": "IPFY5CUTXOYG3PBXHQGDKBXM",
"updated_at": "2023-05-11T14:41:37.436Z",
"created_at": "2019-12-26T17:13:27.337Z",
"version": 1683816097436,
"is_deleted": false,
"present_at_all_locations": true,
"item_data": {
"name": "Hex Coffee",
"description": "Hot Bean Juice",
"label_color": "FBD6E4",
"is_taxable": true,
"visibility": "PRIVATE",
"available_online": false,
"available_for_pickup": false,
"available_electronically": false,
"category_id": "RU5WBWNYPWLERUQBCVSQQVEG",
"ordinal": 0,
"tax_ids": [
"P2WTZJKP633HECJMGYHVWUU4",
"QZR25LKZ23SLVOPWFLJ4J3MS",
"ZPTKVRGA2UDO2OZWL6ULID3H"
],
"modifier_list_info": [
{
"modifier_list_id": "M2JDAVYQCJEK2KAUTVJAYRTK",
"min_selected_modifiers": -1,
"max_selected_modifiers": -1,
"enabled": true
},
{
"modifier_list_id": "NEQACTCWKO4HVDJIF7R5GU4I",
"min_selected_modifiers": -1,
"max_selected_modifiers": -1,
"enabled": true
}
],
"variations": [
{
"type": "ITEM_VARIATION",
"id": "UXTWXOHG5HBKM65MLIBUKMQF",
"updated_at": "2023-01-22T21:16:24.19Z",
"created_at": "2019-12-26T17:13:27.337Z",
"version": 1674422184190,
"is_deleted": false,
"present_at_all_locations": true,
"item_variation_data": {
"item_id": "IPFY5CUTXOYG3PBXHQGDKBXM",
"name": "Regular",
"sku": "12348",
"ordinal": 1,
"pricing_type": "FIXED_PRICING",
"price_money": {
"amount": 280,
"currency": "USD"
},
"location_overrides": [
{
"location_id": "3Z4V4WHQK64X9",
"track_inventory": false
}
],
"sellable": true,
"stockable": true
}
},
{
"type": "ITEM_VARIATION",
"id": "MDTZQGRYTEAV5F5ZA3QWRSOX",
"updated_at": "2023-01-22T21:16:24.19Z",
"created_at": "2019-12-26T17:13:27.337Z",
"version": 1674422184190,
"is_deleted": false,
"present_at_all_locations": true,
"item_variation_data": {
"item_id": "IPFY5CUTXOYG3PBXHQGDKBXM",
"name": "Large",
"sku": "09876",
"ordinal": 2,
"pricing_type": "FIXED_PRICING",
"price_money": {
"amount": 350,
"currency": "USD"
},
"location_overrides": [
{
"location_id": "3Z4V4WHQK64X9",
"track_inventory": false
}
],
"sellable": true,
"stockable": true
}
}
],
"product_type": "REGULAR",
"skip_modifier_screen": true,
"ecom_available": true,
"ecom_visibility": "HIDDEN",
"pickup_fulfillment_preferences_id": "fprefs_127djg37q08dwyf33ihh4q39x",
"delivery_fulfillment_preferences_id": "fprefs_127djg37pbjevxpdk6ue90r9x",
"description_html": "<p>Hot Bean Juice</p>",
"description_plaintext": "Hot Bean Juice"
}
}
}