/
POST Orders updateOrdersFromChannel
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!
POST Orders updateOrdersFromChannel
This call allows you to queue a call on the Browntape backend to re-fetch this order from the channel. This can be used if you think the status of the order in Browntape is not updated or some other information is incomplete.
End Point
https://app.browntape.com/0.1/orders/updateOrdersFromChannel.json
Method: POST
Parameters to be passed
?username=XXXXXXXXXX
&auth_string=YYYYYYYYY
Post Parameters
{
success: false,
error: [
{
"order_id": 123456,
"reason": "fulfillment status not found"
},
{
"order_id": 198765,
"reason": "Weight can only take numeric values"
}
]
}
Response
{
"success": true,
"result_count": 2,
"data": {
"12132232": {
"token": "bc535db37b54c2cd7426ec28522923cf"
},
"129182918": {
"token": "1a3654bcd16fd5c20f98ce42b753305e"
}
},
"request_details": "{"username":"XXXXXXXXXXXXXXXX","auth_string":"YYYYYYYYYYYYYYYY"}"
}
NOTE: The order id is in the key of the data part of the response. The token returned per order id is an identifier for the backend job queued to update the order from the channel. You can use the QueueResults GET call to fetch the status of the job.