/
GET OrderItem Update
We’re excited to announce that the latest information is now available on our new site, the Ginesys One Wiki!. Visit the site for up-to-date resources and insights. We look forward to continuing to support you there!
We’re excited to announce that the latest information is now available on our new site, the Ginesys One Wiki!. Visit the site for up-to-date resources and insights. We look forward to continuing to support you there!
GET OrderItem Update
This call allows you to update the order items. Currently it supports the tax update.
This requires a mandatory field: item_title_order_id
Every order has ItemTitlesOrder associated with them. These are the line items for each order. For example, if one order has 2 items, it will have 2 ItemTitlesOrder.
and if it has 1 item it will have 1 ItemTitlesOrder. The tax rules are at item_title_order level, so you need to use the item_title_order_id.
End Point
https://app.browntape.com/0.1/orders/updateorderitem.json
Parameters to be passed
?username=XXXXXXXXXX
&auth_string=YYYYYYYYY
&item_title_order_id='2345124' (mandatory)
&tax='12.5' (optional)
&fulfillment_status=shipped //(optional. For valid values, see statuses)
Response
{ success: 'true', message:'Updated Successfully' }