get https://yourwebhook.com/orders//substitute/
This is a GET webhook provided by the channel, which returns valid substitute item PLUs for any requested substitution
Substitutions by PLU
Deliverect will send a singular plu
within the parameters of a provided webhook URL. In response, we'd expect an array of items suitable to be substituted.
Definitions
Attribute | Meaning | Type |
---|---|---|
plu | Unique identifier of the item substitute available | string |
quantity | Number of the substituted items available | integer |
name | Name of the item substitute available | string |
price | Price of the item substitute available | integer |