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

Container(Container)

Q: What will will this look like for freight vs small parcel? Does this model look good for both?
Q: Should this contain an SCN?

{
    "dimensions": {
        "width": 0,
        "height": 0,
        "length": 0,
        "weight": 0,
        "measurementSystem": "string",
        "dimWeight": 0
    },
    "type": "string",
    "trackingNumber": "string",
    "uccLabel": "string",
    "lines": [
        {
            "sku": {
                "skuId": "string",
                "name": "255",
                "description1": "string",
                "description2": "string"
            },
            "quantity": 0,
            "quantityMeasure": "string",
            "lineNumer": 0,
            "customerLineNumber": "string",
            "serialNumbers": [
                "string"
            ],
            "lot": {
                "lotId": "string",
                "expiration": "2019-08-24T14:15:22.123Z"
            },
            "customerSku": "string"
        }
    ]
}
Built with