Update Purchase order

Updates an existing purchase order.

PUThttps://api.tracksales.co/api/v1/purchase-orders/{uuid}

Required scope: purchase_orders:update

Path Params

uuidstringrequired

Purchase order UUID

Body Params

vendorIdstringrequired

Vendor UUID

itemsarrayrequired

Line items

Responses

200OK

Request succeeded.

401Unauthorized

API key is missing or invalid.

403Forbidden

API key lacks the required scope.

404Not Found

Purchase order was not found.

422Validation Error

Request validation failed.