cURL
curl --request GET \ --url http://localhost:3001/v1/purchase-order/{purchaseOrderId}/line-items/{lineItemId}/deliveries \ --header 'Authorization: Bearer <token>'
[ {} ]
Get all delivery line items associated with a specific purchase order line item.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Was this page helpful?