Package
PUT https://api.ecartapi.com/api/v2/packages/{{id}}
Request Body
{"package"=>{"date"=>"2019-10-31", "items"=>[{"id"=>"1928302000000107009", "productId"=>"1928302000000103069", "quantity"=>"2"}], "notes"=>"Updated Package", "update"=>"true"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |
RESPONSES
status: OK
{"success":true,"package":{"id":"1928302000000107001","orderId":"1928302000000103059","fulfillmentId":null,"customerId":"1928302000000069024","status":"not_shipped","number":"PKG-00081","date":"2019-10-31","notes":"Updated Package","items":[{"id":"1928302000000107009","productId":"1928302000000103069","sku":"MOTOG7fpajt","name":"Moto fpajt","quantity":"2"}]}}