Skip to main content
PUT
Update Order

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
picksheet_code
string
required

Picksheet Code/Warehouse Order Number

Example:

"some-picksheet-code"

brand_id
string<uuid>
required

UUID of the brand

Example:

"14e517b3-5091-4748-8a25-c497aec2ce98"

facility_id
string<uuid>
required

UUID of the facility

Example:

"14e517b3-5091-4748-8a25-c497aec2ce9z"

retailer_id
string<uuid>
required

UUID of the retailer

Example:

"14e517b3-5091-4748-8a25-c497aec2ce98"

items
object[]
required
po_number
string

Purchase order number

Example:

"some-po-number"

Response

Order updated successfully

message
string
Example:

"Order updated successfully"

data
object
Example: