UPS-DOMS-WMS
  1. Receipt Confirmation
UPS-DOMS-WMS
  • UPS-DOMS
    • DOMS to WMS
      • Order
        • Create Sales Order
      • PO
        • Create PO
      • 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
          POST
    • CLIENT-SYS to DOMS
      • ASN Inquiry
      • Inventory Inquiry
  1. Receipt Confirmation

Receipt Confirmation

POST
/ups/inbound/receiptconfirm

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
receipt
array [object {20}] 
required
whseId
string 
required
businessUnit
string 
required
buildingId
string 
required
receiptNumber
string 
required
receiptDate
string 
required
YYYY-MM-DD
receiptType
string 
required
Example:
N - Normal ( ASN/PO) R - RMA
receiptCloseTime
string 
optional
YYYY-MM-DDTHH:MI:SSZ
truckArrivalTime
string 
optional
YYYY-MM-DDTHH:MI:SSZ
supplierId
string 
optional
refField1
string 
optional
refField2
string 
optional
refField3
string 
optional
refField4
string 
optional
refField5
string 
optional
refField6
string 
optional
refField7
string 
optional
refField8
string 
optional
refField9
string 
optional
refField10
string 
optional
details
array [object {25}] 
optional
Example
{
    "receipt": [
        {
            "whseId": "string",
            "businessUnit": "string",
            "buildingId": "string",
            "receiptNumber": "string",
            "receiptDate": "string",
            "receiptType": "N - Normal ( ASN/PO) R - RMA",
            "receiptCloseTime": "string",
            "truckArrivalTime": "string",
            "supplierId": "string",
            "refField1": "string",
            "refField2": "string",
            "refField3": "string",
            "refField4": "string",
            "refField5": "string",
            "refField6": "string",
            "refField7": "string",
            "refField8": "string",
            "refField9": "string",
            "refField10": "string",
            "details": [
                {
                    "receiptLineNo": "string",
                    "receiptTime": "string",
                    "PONo": "string",
                    "POLineNo": "string",
                    "ASNNo": "string",
                    "ASNLineNo": "string",
                    "supplierItem": "string",
                    "skuId": "string",
                    "qtyUom": "EA - Eaches CA - Cases PK - Pack",
                    "receiptQty": 0,
                    "lotNumber": "string",
                    "dispositionCd": "string",
                    "countryOfOrigin": "string",
                    "mfgDate": "string",
                    "expDate": "string",
                    "refField1": "string",
                    "refField2": "string",
                    "refField3": "string",
                    "refField4": "string",
                    "refField5": "string",
                    "refField6": "string",
                    "refField7": "string",
                    "refField8": "string",
                    "refField9": "string",
                    "refField10": "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/receiptconfirm' \
--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 '{
    "receipt": [
        {
            "whseId": "string",
            "businessUnit": "string",
            "buildingId": "string",
            "receiptNumber": "string",
            "receiptDate": "string",
            "receiptType": "N - Normal ( ASN/PO) R - RMA",
            "receiptCloseTime": "string",
            "truckArrivalTime": "string",
            "supplierId": "string",
            "refField1": "string",
            "refField2": "string",
            "refField3": "string",
            "refField4": "string",
            "refField5": "string",
            "refField6": "string",
            "refField7": "string",
            "refField8": "string",
            "refField9": "string",
            "refField10": "string",
            "details": [
                {
                    "receiptLineNo": "string",
                    "receiptTime": "string",
                    "PONo": "string",
                    "POLineNo": "string",
                    "ASNNo": "string",
                    "ASNLineNo": "string",
                    "supplierItem": "string",
                    "skuId": "string",
                    "qtyUom": "EA - Eaches CA - Cases PK - Pack",
                    "receiptQty": 0,
                    "lotNumber": "string",
                    "dispositionCd": "string",
                    "countryOfOrigin": "string",
                    "mfgDate": "string",
                    "expDate": "string",
                    "refField1": "string",
                    "refField2": "string",
                    "refField3": "string",
                    "refField4": "string",
                    "refField5": "string",
                    "refField6": "string",
                    "refField7": "string",
                    "refField8": "string",
                    "refField9": "string",
                    "refField10": "string"
                }
            ]
        }
    ]
}'

Responses

🟢200Success
application/json
Body
transId
string 
optional
transType
string 
optional
referenceDetail
array [object {3}] 
optional
referenceId
string 
optional
externalRefernceId
string 
optional
status
string 
optional
Example
{
    "transId": "string",
    "transType": "string",
    "referenceDetail": [
        {
            "referenceId": "string",
            "externalRefernceId": "string",
            "status": "string"
        }
    ]
}
🟠400Bad Request
🟠401Unauthorized
🔴500Server Error
Modified at 2025-06-10 15:54:43
Previous
Order Status Updates
Next
ASN Inquiry
Built with