/
GET Order 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!

GET Order Update

This call allows you to update an order, given the order ID.

This call may fail if:

  • The order id specified does not belong to the logged in company

  • The fulfillment status is moved to 'shipped' AND the courier details are not included AND the courier details are not contained in the order from earlier (Powership type orders).

  • If neither the fulfillment_status, nor a financial_status is specified.

NOTE:  At this point, the channels are updated when you mark the order as shipped.

End Point

https://app.browntape.com/0.1/orders/updateorder.json

Parameters to be passed

?username=XXXXXXXXXX //mandatory &auth_string=YYYYYYYYY //mandatory &order_id=12132232 //mandatory &fulfillment_status='shipped' (optional) &financial_status='paid' (optional) &executed_shipping_method='dtdc' (optional) &tracking_number='X948394839' (optional) &erp_invoice_ref='123663521' (optional) &erp_order_ref='KK56GGT678' (optional) &erp_shipment_ref='4JFIF44' (optional) &weight_gm='10' (optional, in grams, no decimal points) &height_mm='100' (optional, in millimeters, no decimal points) &breadth_mm='58' (optional, in millimeters, no decimal points) &length_mm='100' (optional, in millimeters, no decimal points) &invoice_prefix='2015-16' (optional, mandatory with invoice_number) &invoice_number='123' (optional, mandatory with invoice prefix) &invoice_date='2015-10-28 00:00:00' (optional, date format specified) &invoice_amount=225.10 (optional, float values are accepted) &marketplace_invoice_number='123112' (optional) &invoice_path='http://marketplace.com/invoice/invoicepath.pdf' (optional) &ship_label_path='http://marketplac.com/invoice/invoicepath.pdf' (optional) &pickup_date=2016-12-01 (mandatory,only for amazon easy ship orders) &pickup_time_band=10:00-13:00 (mandatory, only for amazon easy ship orders, refer below for available slots) &imei_no = "<json string>" (Optional eg: '{"858732070":[["3582***99493","3582722063***0"],["35***063799493","358272206***490"]],"858732072":[["358*****799493","35827220***9490"]],"858732073":[["3******799493","3582*****99490"]]}' where (858732070,858732072,858732073) are Browntape ItemTitlesOrder id) &auto_select_packaging: 0 (optional), &packaging : "11X12X3" (optional)

Response

{ success: 'true', data: null }

Available Pickup Slots

Amazon India

10:00-13:00, 10:00-17:00, 11:00-13:00, 11:00-14:00, 13:00-16:00, 14:00-16:15

Amazon Saudi

08:00-18:00

Related content