Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. {
  2. "orderId": "string",
  3. "orderIncrementId": "string",
  4. "action": "shipment_create | order_status_update",
  5. "data": {
  6. // Any extra information that might be worth sending
  7. // On shipment_create might send the shipmentId from Magento
  8. // On order_status_update might send the updated status of the Order in Magento
  9. },
  10. // In case of success, "error": null
  11. "error": {
  12. "message": "string",
  13. "faultCode": "number"
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement