Skip to content

Instantly share code, notes, and snippets.

@rafmagana
Created April 18, 2022 18:53
Show Gist options
  • Save rafmagana/0fa46d3f05ebbdea795740d732584161 to your computer and use it in GitHub Desktop.
Save rafmagana/0fa46d3f05ebbdea795740d732584161 to your computer and use it in GitHub Desktop.
Response of POST /specialresources/cart/validate
{
"status": "OK",
"data": {
"discounts": 0.0,
"service_fees": [],
"final_total": 2.55,
"discounts_list": [],
"items": [{
"product": 359,
"price": 2.00,
"combo_parent_id": null,
"product_sub_id": null,
"discount": null,
"is_combo": false,
"modifieritems": [{
"qty_type": 0,
"product_id": 359,
"mod_type": 0,
"modifier_cost": 0.0000,
"qty": 1,
"modifier": 139,
"modifier_price": 0.0
},
{
"qty_type": 0,
"product_id": 359,
"mod_type": 0,
"modifier_cost": 0.0000,
"qty": 1,
"modifier": 149,
"modifier_price": 0.5
}
],
"is_base_upsell_product": false,
"product_name_override": "Espresso Shot",
"combo_product_id": "a34667ab-bcf9-4f12-8bf5-2a223d3cdd5a",
"discounts": []
}],
"tax": 0.05,
"order_discount": null,
"subtotal": 2.5,
"surcharge": 0.0
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment