Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2015
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. curl -X POST -H 'Authorization: Bearer <Access-Token>' -H "Content-type: application/json" -d '{ "order": { "order_number": "SO123", "company_id": 21725, "billing_address_id": 17003, "shipping_address_id": 17004, "stock_location_id": 160, "ship_at": "Wed, 17 Jul 2013 09:50:56 GMT", "issued_at": "Wed, 03 Jul 2013 09:50:56 GMT", "tax_type": "inclusive", "payment_status": "unpaid", "order_line_items": [ { "quantity": 1, "discount": 20, "price": 12, "tax_rate_override": 15, "freeform": false, "variant_id": 83375 } ], } }' 'https://api.tradegecko.com/orders/'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement