PUT POS/PurchaseOrders Try Now
Bulk Update Purchase Order
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|
Body Parameters
The request.
Collection of BulkUpdatePurchaseOrderRequest
| Name | Description | Type | Additional information |
|---|---|---|---|
| PurchaseOrderId | string |
None.
|
|
| PODetails | UpdatePurchaseOrderRequest |
None.
|
Request Formats
application/json, text/json
Sample:
[
{
"PurchaseOrderId": "",
"PODetails": {
"ShipFromContactId": "",
"Currency": "",
"ConvertToCurrency": true,
"ExternalOrderNumber": "",
"POType": "Any",
"Shipping": {
"Cost": 1.0,
"TrackingNumber": "",
"Service": "",
"Carrier": "None",
"Type": "None",
"DateExpected": "2025-11-10T01:00",
"Note": ""
},
"Consignment": {
"Operation": "Any",
"Commission": 1.0
},
"PublicNote": "",
"Items": [
{
"PurchaseOrderItemId": "",
"FacePrice": {
"Currency": "",
"Amount": 1.0
},
"UnitPrice": {
"Currency": "",
"Amount": 1.0
},
"TaxedCost": {
"Currency": "",
"Amount": 1.0
},
"Overs": 1.0,
"Tax": 1.0,
"Discount": 1.0,
"MinimumPayout": 1.0,
"Notes": "",
"ExcludeSoldItem": true
}
]
}
}
]
Response Information
Resource Description
None.