UMG-UK
  1. Schemas
UMG-UK
  • Outbound Orders
    • Get SalesOrder List
    • Create a SalesOrder
    • Get Sales Order Information
    • Sales Order Acknowledgement
    • Bulk Upload SalesOrders
    • Get Job Status of an Async Bulk Sales Order Import
    • Get a single SalesOrder
    • Update SalesOrder
    • Cancel SalesOrder
    • Get Shipments for a Sales Order
    • Get B2B Customers For Business Unit
  • Ship Confirmation
    • Sales Order Ship Confirmation
  • Business Units
    • Get Buildings associated to a Business Unit
    • Remove associated Building from a Business Unit
    • Associate a Building to a Business Unit
    • Get Business Unit Detail
    • Update Business Unit
    • List Business Units
    • Create Business Unit
    • Get Business Unit General Settings
    • Update Business Unit General Settings
    • Update Business Unit Amazon SFP Keys
    • Remove Business Unit Amazon SFP Keys
    • Get Business Unit Amazon SFP Keys
    • List Broker Accounts
    • Create Broker Account
    • Delete Broker Account
  • Product
    • Batch Upload SKUs
    • Get Product Information
    • List SKUs
    • Create SKU
    • Get SKU Details
    • Update SKU Details
    • Update SKU Details
  • Inbound
    • List Inbound ASNs
    • Create Inbound ASN
    • Get single Inbound ASN
    • Update single Inbound ASN
    • Cancel single Inbound ASN
    • Get receipt lines for single Inbound ASN
    • Get receipt lines for single Inbound RMA
    • Get single Inbound RMA
    • Update single Inbound RMA
    • Cancel single Inbound RMA
    • List Inbound RMAs
    • Create Inbound RMA
    • Get receipt lines for single Inbound PO
    • Get single Inbound PO
    • Update single Inbound PO
    • Cancel single Inbound PO
    • List Inbound POs
    • Create Inbound PO
  • Inventory
    • List Inventory Transactions
    • List Inventory stats grouped by SKU
    • List Inventory stats grouped by Lot
    • List Inventory stats grouped by SKU and Building
    • List Inventory stats grouped by Lot and Building
    • List Inventory Serial Numbers
  • Inventory Movement
    • Inventory Movement
  • TMS Endpoints
    • Generate TMS Quotes for Sales Order
    • Book TMS Shipment for Sales Order
    • Delete Booked TMS Shipment For Sales Order
    • Update BOL for Order
    • Approve Quote for Order & Drop to WMS
    • Get ERP Token
  • Schemas
    • Schemas
      • SalesOrderRequest
      • DistributionOrder
      • BuildingRefWithUpsAccount
      • BuildingReference
      • SalesOrderDetail
      • SalesOrderSummary
      • ErrorOrder
      • GetProductResponse
      • GetSalesOrderResponse
      • SalesOrderAck
      • ShipConfirm
      • InvMovement
      • ErrorsResponse
      • SkuInventory
      • LotInventory
      • InboundAsnRequest
      • BusinessUnit
      • uom-dimensions
      • softeon-boolean
      • inventory-instance
      • sku
      • Shipment
      • SalesOrderCreateAsyncJob
      • Container
      • SkuReference
      • Party
      • SkuSummary
      • Error
      • ErrorsOrderResponse
      • InboundAsnDetail
      • Ref
      • ReceiptLine
      • InboundAsnSummary
      • InboundRmaSummary
      • InboundRmaDetail
      • InboundRmaRequest
      • InboundPurchaseOrderRequest
      • InboundPurchaseOrderDetail
      • InboundPurchaseOrderSummary
      • InventoryTransaction
      • InventoryNetworkSkuStats
      • InventoryBuildingSkuStats
      • InventoryBuildingLotStats
      • InventoryNetworkLotStats
      • InventorySerialNumber
      • Address
      • BusinessUnitSettings
      • BusinessUnitSfpSettings
      • BusinessUnitSfpReadSettings
      • ErrorAsn
      • TmsShipmentBookRequest
      • TmsShipmentQuoteRequest
      • Accessorial
      • TmsShipmentQuoteAsyncResponse
      • TmsShipmentBookAsyncResponse
      • ErrorResponse
      • Token Response
      • Token Error
      • Token Request
      • BrokerAccount
  1. Schemas

SalesOrderRequest(SalesOrderRequest)

The entity that represents the request of an order that may be split and fulfilled as many DistributionOrders.

{
    "orderLines": [
        {
            "skuId": "string",
            "quantity": 0,
            "quantityMeasure": "EA",
            "customerLineNumber": "string",
            "customerSku": "string",
            "giftMessage": "string",
            "notes": "string",
            "lineType": "S",
            "amount": 0,
            "giftCardInfo": {
                "amount": 0,
                "code": "string",
                "detail": "string",
                "type": "string"
            }
        }
    ],
    "customerOrderNumber": "string",
    "jobId": "string",
    "orderCreatedDate": "2019-08-24T14:15:22.123Z",
    "requestedBuildingId": "strin",
    "shipTo": {
        "name": "string",
        "address1": "string",
        "address2": "string",
        "address3": "string",
        "city": "string",
        "state": "strin",
        "country": "strin",
        "postalCode": "string",
        "email": "foo@bar.com,fish@sea.net",
        "phoneNumber": "string",
        "faxNumber": "string",
        "attentionTo": "string"
    },
    "notes": "string",
    "carrierId": "UPS",
    "shippingSpeed": "1D",
    "deliveryInstructions1": "string",
    "deliveryInstructions2": "string",
    "buyerOrderNumber": "string",
    "fulfillFlag": true,
    "fillKillIndicator": "1",
    "customerOrderType": "HL",
    "billTo": {
        "name": "string",
        "address1": "string",
        "address2": "string",
        "address3": "string",
        "city": "string",
        "state": "strin",
        "country": "strin",
        "postalCode": "string",
        "email": "foo@bar.com,fish@sea.net",
        "phoneNumber": "string",
        "faxNumber": "string",
        "attentionTo": "string"
    },
    "giftMessage": "string",
    "orderAmount": 0,
    "isSignatureRequired": true,
    "isInsuranceRequired": true,
    "orderDropDate": "2019-08-24",
    "customerDates": {
        "requestedDeliveryDate": "2019-08-24",
        "requestedShipDate": "2019-08-24",
        "deliveryStartDate": "2019-08-24",
        "deliveryEndDate": "2019-08-24",
        "doNotShipBefore": "2019-08-24",
        "doNotShipAfter": "2019-08-24",
        "cancelAfter": "2019-08-24",
        "cancelIfNotDeliveredBy": "2019-08-24"
    },
    "salesChannelOrderInfo": {
        "salesChannelName": "string",
        "orderNumber": "string",
        "purchaseDate": "2019-08-24",
        "lastUpdateDate": "2019-08-24",
        "shipServiceLevel": "G",
        "earliestShipDate": "2019-08-24",
        "latestShipDate": "2019-08-24",
        "earliestDeliveryDate": "2019-08-24",
        "latestDeliveryDate": "2019-08-24"
    },
    "customerId": "string",
    "priority": "1",
    "shipServiceLevel": "G",
    "purchaseOrderNumber": "string",
    "accessorials": [
        {
            "code": "Residential/RESIDNTL",
            "accessorialType": "Pickup",
            "parameters": [
                {
                    "name": "accessType",
                    "value": "string"
                }
            ]
        }
    ],
    "thirdPartyAccountNumber": "string",
    "useAccountFrom": "C",
    "mondialRelayId": "string",
    "shippingCost": 0,
    "bundleFlag": "s",
    "currencyCd": "string",
    "storeid": "string",
    "taxAmt": 0,
    "orderLines \\ lineTaxAmt": 0,
    "cartonCode": "string"
}
Built with