UMG-US-test
  1. Product
UMG-US-test
  • Product
    • Get Product Information
      GET
    • Product Acknowledgement
      POST
  • Outbound Orders
    • Create a SalesOrder
      GET
    • Sales Order Acknowledgement
      POST
  • Ship Confirmation
    • Sales Order Ship Confirmation
      POST
  • Inventory Movement
    • Inventory Movement
      POST
  • Inbound
    • Create Inbound PO
      POST
    • Create RMA
      POST
    • Update RMA
      POST
    • Cancel RMA
      DELETE
  1. Product

Product Acknowledgement

POST
/ProductAck
This will post Sales Order Acknowledgement

Request

Body Params application/json

Example
{
    "data": {
        "SKUId": "string",
        "status": "string",
        "message": "string"
    }
}

Request Code 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 '/ProductAck' \
--header 'Content-Type: application/json' \
--data-raw '{
    "data": {
        "SKUId": "string",
        "status": "string",
        "message": "string"
    }
}'

Responses

🟢200Successful Operation
application/json
Body

Example
{}
Modified at 2024-12-20 09:09:25
Previous
Get Product Information
Next
Create a SalesOrder
Built with