Order Import
An order in WithoutWire represents an object that can be picked and shipped to a customer.
Request Header
Client
- Accept: application/json
Security
- Authorization: <ClientKey>
Transport
- Host: withoutwire.com
Verb
- PUT
Example
PUT https://api.withoutwire.com/integration/order
Accept: application/json
Authorization: <ClientKey>
Content-Type: application/json; charset=utf-8
Host: api.withoutwire.com
Content-Length: 103
Expect: 100-continue
Connection: Keep-Alive
Request Body: Order Object
Response Body: Import Response Object