UPS-DOMS-WMS
  1. PO
UPS-DOMS-WMS
  • UPS-DOMS
    • DOMS to WMS
      • Order
        • Create Sales Order
      • PO
        • Create PO
          POST
      • ASN
        • Create ASN
      • Product
        • Product Information
      • RMA
        • RMA
    • WMS to DOMS
      • Inventory Movement
        • Inventory Movement Information
      • Ship Confirm
        • Order Ship Confirmation
      • Order Status Update
        • Order Status Updates
      • Receipt Confirmation
        • Receipt Confirmation
    • CLIENT-SYS to DOMS
      • ASN Inquiry
      • Inventory Inquiry
  1. PO

Create PO

POST
/ups/inbound/createpo
Create Inbound Order

Request

Header Params
Token
string 
required
Bearer token
Example:
Bearer eyJ0eXBlIjoiU0lHTkVELUpXVCIsIndoc2VfaWQiOiJVUFMiLCJibGRnX2lkIjoiQ0FGQU4iLCJjb21wYW55X25vIjoiRFlTT04iLCJhbGxvd2VkX3BhdGgiOiIiLCJhbGciOiJSUzUxMiJ9.eyJpc3MiOiJzb2Z0ZW9uLmNvbSIsInN1YiI6InNvZnRlb24vYXV0aC9qd3QiLCJleHAiOjE3MTUwNjU0MzMsIm5hbWUiOiJzb2Z0ZW9uIiwic2NvcGUiOiJBUEkifQ.bDyEdwNFuqrT05v7A2_uwRqQ9-S2wJF-1IwWYZYDed5M5ee5VScLD8i2WXjF9cfzNjyARfdVzD-ZZRmH8eycPCzKZowWJ-D-RuTxmxBH2ubizZ5V2uexpNR2nzfAt4L43wGEV-S4-eAlf3LTQdoTgjMYgdRWApm0m_8GpKvG88_idUCpSPui5mD5yjxsWOoSo6rDXqfuGl21K1G5WoV90ULm7sOXj2gKI7feJk7jbQi-whRkIwfNaEm-2iM1x-oQc8u23jyfYp-qidMb5k4ae3jwlA36a7s3d-SKZ56tNsBgQLzJ6rxx5lVC5FwJS5aE1eQSMdoHWLnuMvJIiYB_GQ
WhseId
string 
required
Warehouse Id of Client DOMS
Example:
UPS
BusinessUnit
string 
required
Business Unit Code of the Client in DOMS
Example:
POCSPORTS
BldgId
string 
required
Building Id of the Client in DOMS
Example:
NVRN1
Body Params application/json
data
array [object {26}] 
required
whseId
string 
optional
businessUnit
string 
optional
status
string 
optional
buildingId
string 
optional
purchaseOrderNumber
string 
optional
shipmentDate
string 
optional
orderDate
string 
optional
uploadDate
string 
optional
closedDate
string 
optional
expectedDeliveryDate
string 
optional
receivedDate
string 
optional
carrierCode
string 
optional
sealId
string 
optional
totalQuantityShipped
string 
optional
totalWeight
string 
optional
weightUom
string 
optional
supplierId
string 
optional
containerNumber
string 
optional
notes
string 
optional
refId1
string 
optional
refId2
string 
optional
refId3
string 
optional
refId4
string 
optional
refId5
string 
optional
retailReadyFlag
string 
optional
lines
array [object {27}] 
optional
Example
{
    "data": [
        {
            "whseId": "string",
            "businessUnit": "string",
            "status": "string",
            "buildingId": "string",
            "purchaseOrderNumber": "string",
            "shipmentDate": "string",
            "orderDate": "string",
            "uploadDate": "string",
            "closedDate": "string",
            "expectedDeliveryDate": "string",
            "receivedDate": "string",
            "carrierCode": "string",
            "sealId": "string",
            "totalQuantityShipped": "string",
            "totalWeight": "string",
            "weightUom": "string",
            "supplierId": "string",
            "containerNumber": "string",
            "notes": "string",
            "refId1": "string",
            "refId2": "string",
            "refId3": "string",
            "refId4": "string",
            "refId5": "string",
            "retailReadyFlag": "string",
            "lines": [
                {
                    "lineNumber": "string",
                    "purchaseOrderNumber": "string",
                    "purchaseOrderLineNumber": "string",
                    "skuId": "string",
                    "skuName": "string",
                    "upc": "string",
                    "quantity": "string",
                    "quantityUom": "string",
                    "palletId": "string",
                    "palletWeight": "string",
                    "casesPerPallet": "string",
                    "unitsPerCase": "string",
                    "manufactureDate": "string",
                    "lot": {
                        "lotId": "string",
                        "expiration": "string"
                    },
                    "countryOfOrigin": "string",
                    "dispCode": "string",
                    "trackingNumber": "string",
                    "vendorSku": "string",
                    "holdUponReceiptFlag": "string",
                    "refId1": "string",
                    "refId2": "string",
                    "refId3": "string",
                    "refId4": "string",
                    "refId5": "string",
                    "retailReadyFlag": "string",
                    "status": "string",
                    "expectedDeliveryDate": "string"
                }
            ]
        }
    ]
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/ups/inbound/createpo' \
--header 'Token: Bearer eyJ0eXBlIjoiU0lHTkVELUpXVCIsIndoc2VfaWQiOiJVUFMiLCJibGRnX2lkIjoiQ0FGQU4iLCJjb21wYW55X25vIjoiRFlTT04iLCJhbGxvd2VkX3BhdGgiOiIiLCJhbGciOiJSUzUxMiJ9.eyJpc3MiOiJzb2Z0ZW9uLmNvbSIsInN1YiI6InNvZnRlb24vYXV0aC9qd3QiLCJleHAiOjE3MTUwNjU0MzMsIm5hbWUiOiJzb2Z0ZW9uIiwic2NvcGUiOiJBUEkifQ.bDyEdwNFuqrT05v7A2_uwRqQ9-S2wJF-1IwWYZYDed5M5ee5VScLD8i2WXjF9cfzNjyARfdVzD-ZZRmH8eycPCzKZowWJ-D-RuTxmxBH2ubizZ5V2uexpNR2nzfAt4L43wGEV-S4-eAlf3LTQdoTgjMYgdRWApm0m_8GpKvG88_idUCpSPui5mD5yjxsWOoSo6rDXqfuGl21K1G5WoV90ULm7sOXj2gKI7feJk7jbQi-whRkIwfNaEm-2iM1x-oQc8u23jyfYp-qidMb5k4ae3jwlA36a7s3d-SKZ56tNsBgQLzJ6rxx5lVC5FwJS5aE1eQSMdoHWLnuMvJIiYB_GQ' \
--header 'WhseId: UPS' \
--header 'BusinessUnit: POCSPORTS' \
--header 'BldgId: NVRN1' \
--header 'Content-Type: application/json' \
--data-raw '{
    "data": [
        {
            "whseId": "string",
            "businessUnit": "string",
            "status": "string",
            "buildingId": "string",
            "purchaseOrderNumber": "string",
            "shipmentDate": "string",
            "orderDate": "string",
            "uploadDate": "string",
            "closedDate": "string",
            "expectedDeliveryDate": "string",
            "receivedDate": "string",
            "carrierCode": "string",
            "sealId": "string",
            "totalQuantityShipped": "string",
            "totalWeight": "string",
            "weightUom": "string",
            "supplierId": "string",
            "containerNumber": "string",
            "notes": "string",
            "refId1": "string",
            "refId2": "string",
            "refId3": "string",
            "refId4": "string",
            "refId5": "string",
            "retailReadyFlag": "string",
            "lines": [
                {
                    "lineNumber": "string",
                    "purchaseOrderNumber": "string",
                    "purchaseOrderLineNumber": "string",
                    "skuId": "string",
                    "skuName": "string",
                    "upc": "string",
                    "quantity": "string",
                    "quantityUom": "string",
                    "palletId": "string",
                    "palletWeight": "string",
                    "casesPerPallet": "string",
                    "unitsPerCase": "string",
                    "manufactureDate": "string",
                    "lot": {
                        "lotId": "string",
                        "expiration": "string"
                    },
                    "countryOfOrigin": "string",
                    "dispCode": "string",
                    "trackingNumber": "string",
                    "vendorSku": "string",
                    "holdUponReceiptFlag": "string",
                    "refId1": "string",
                    "refId2": "string",
                    "refId3": "string",
                    "refId4": "string",
                    "refId5": "string",
                    "retailReadyFlag": "string",
                    "status": "string",
                    "expectedDeliveryDate": "string"
                }
            ]
        }
    ]
}'

Responses

🟢200Success
application/json
Body
object {0}
Example
{}
🟠400Bad Request
🟠401Authentication Failed
🔴500Error in Server
Modified at 2024-06-06 06:03:28
Previous
Create Sales Order
Next
Create ASN
Built with