Item Import
Items in WithoutWire are associated at the warehouse. An item is required on the PurchaseOrderLine and LineItem objects.
Request Header
Client
- Accept: application/json
Security
- Authorization: <ClientKey>
Transport
- Host: api.withoutwire.com
Verb
- PUT
Example
PUT https://api.withoutwire.com/integration/item
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: Item Object
Response Body: Import Response Object