UMG-UK
  1. Product
UMG-UK
  • Outbound Orders
    • Get SalesOrder List
      GET
    • Create a SalesOrder
      POST
    • Get Sales Order Information
      GET
    • Sales Order Acknowledgement
      POST
    • Bulk Upload SalesOrders
      POST
    • Get Job Status of an Async Bulk Sales Order Import
      GET
    • Get a single SalesOrder
      GET
    • Update SalesOrder
      PUT
    • Cancel SalesOrder
      DELETE
    • Get Shipments for a Sales Order
      GET
    • Get B2B Customers For Business Unit
      GET
  • Ship Confirmation
    • Sales Order Ship Confirmation
      POST
  • Business Units
    • Get Buildings associated to a Business Unit
      GET
    • Remove associated Building from a Business Unit
      DELETE
    • Associate a Building to a Business Unit
      PUT
    • Get Business Unit Detail
      GET
    • Update Business Unit
      PUT
    • List Business Units
      GET
    • Create Business Unit
      POST
    • Get Business Unit General Settings
      GET
    • Update Business Unit General Settings
      PUT
    • Update Business Unit Amazon SFP Keys
      PUT
    • Remove Business Unit Amazon SFP Keys
      DELETE
    • Get Business Unit Amazon SFP Keys
      GET
    • List Broker Accounts
      GET
    • Create Broker Account
      POST
    • Delete Broker Account
      DELETE
  • Product
    • Batch Upload SKUs
      POST
    • Get Product Information
      GET
    • List SKUs
      GET
    • Create SKU
      POST
    • Get SKU Details
      GET
    • Update SKU Details
      PATCH
    • Update SKU Details
      PUT
  • 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
  1. Product

Get Product Information

GET
/getProduct/{company_no}/getproduct
Product
This will Get Product Information

Request

Path Params
company_no
string 
required
Query Params
limit
string 
optional
This is the maximum number of objects that may be returned. A query may return fewer than the value of limit due to filtering.
skuId
string 
optional
Filter to orders where skuId begins with this 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 GET '/getProduct//getproduct'

Responses

🟢200successful operation
application/json
Body
data
array [object {64}] 
optional
skuId
string 
optional
skuRefId
string 
optional
name
string 
optional
description1
string 
optional
description2
string 
optional
isActive
string 
optional
upc
string 
optional
dateOnLPN
string 
optional
ean
string 
optional
gtin
string 
optional
epc
string 
optional
streetDate
string 
optional
promiseDate
string 
optional
unitCost
number 
optional
unitCostCurrencyCode
string 
optional
layersPerPallet
number 
optional
casesPerPallet
number 
optional
casesPerLayer
number 
optional
defaultSellingUnit
string 
optional
scheduleBCode
string 
optional
hsDescription
string 
optional
hsCode
string 
optional
countryOfOrigin
string 
optional
isPackageInuranceRequired
string 
optional
isOversized
string 
optional
packingPreference
string 
optional
skuGroup2
string 
optional
skuGroup3
string 
optional
skuGroup4
string 
optional
skuGroup5
string 
optional
skuGroup6
string 
optional
skuGroup7
string 
optional
skuGroup8
string 
optional
skuGroup9
string 
optional
skuGroup10
string 
optional
receiptTolerancePercent
number 
optional
receiptToleranceDays
number 
optional
shelfLifeDays
number 
optional
expiryWarningDays
number 
optional
isLotTracked
string 
optional
commodityCode
string 
optional
isReturnable
string 
optional
isSignatureRequired
string 
optional
serialNumberTracking
string 
optional
trackPoint
string 
optional
trackQuestionLevel
string 
optional
trackOnReturn
string 
optional
icc
object 
optional
hazmat
object 
optional
palletDimensions
object 
optional
caseDimensions
object 
optional
packDimensions
object 
optional
innerPackDimensions
object 
optional
eachDimensions
object 
optional
allocationMethod
string 
optional
type
string 
optional
unitPrice
number 
optional
unitPriceCurrencyCode
string 
optional
coldStorage
string 
optional
whseId
string 
optional
stdShipperType
string 
optional
unitsPerShipper
number 
optional
volumeUOM
string 
optional
trackingMethod
string 
optional
Example
{
    "data": [
        {
            "skuId": "string",
            "skuRefId": "string",
            "name": "string",
            "description1": "string",
            "description2": "string",
            "isActive": "string",
            "upc": "string",
            "dateOnLPN": "string",
            "ean": "string",
            "gtin": "string",
            "epc": "string",
            "streetDate": "string",
            "promiseDate": "string",
            "unitCost": 0,
            "unitCostCurrencyCode": "string",
            "layersPerPallet": 0,
            "casesPerPallet": 0,
            "casesPerLayer": 0,
            "defaultSellingUnit": "string",
            "scheduleBCode": "string",
            "hsDescription": "string",
            "hsCode": "string",
            "countryOfOrigin": "string",
            "isPackageInuranceRequired": "string",
            "isOversized": "string",
            "packingPreference": "string",
            "skuGroup2": "string",
            "skuGroup3": "string",
            "skuGroup4": "string",
            "skuGroup5": "string",
            "skuGroup6": "string",
            "skuGroup7": "string",
            "skuGroup8": "string",
            "skuGroup9": "string",
            "skuGroup10": "string",
            "receiptTolerancePercent": 0,
            "receiptToleranceDays": 0,
            "shelfLifeDays": 0,
            "expiryWarningDays": 0,
            "isLotTracked": "string",
            "commodityCode": "string",
            "isReturnable": "string",
            "isSignatureRequired": "string",
            "serialNumberTracking": "string",
            "trackPoint": "string",
            "trackQuestionLevel": "string",
            "trackOnReturn": "string",
            "icc": {
                "ground": "string",
                "ocean": "string",
                "air": "string",
                "rail": "string"
            },
            "hazmat": {
                "unNumber": "string",
                "groundClass": "string",
                "oceanClass": "string",
                "airClass": "string",
                "railClass": "string",
                "packingGroup": "string",
                "labelCode": "string"
            },
            "palletDimensions": {
                "height": 0,
                "width": 0,
                "depth": 0,
                "cubicSize": 0,
                "weight": 0,
                "eachesPer": 0,
                "upc": "string"
            },
            "caseDimensions": {
                "height": 0,
                "width": 0,
                "depth": 0,
                "cubicSize": 0,
                "weight": 0,
                "eachesPer": 0,
                "upc": "string"
            },
            "packDimensions": {
                "height": 0,
                "width": 0,
                "depth": 0,
                "cubicSize": 0,
                "weight": 0,
                "eachesPer": 0,
                "upc": "string"
            },
            "innerPackDimensions": {
                "height": 0,
                "width": 0,
                "depth": 0,
                "cubicSize": 0,
                "weight": 0,
                "eachesPer": 0,
                "upc": "string"
            },
            "eachDimensions": {
                "height": 0,
                "width": 0,
                "depth": 0,
                "cubicSize": 0,
                "weight": 0,
                "eachesPer": 0,
                "upc": "string"
            },
            "allocationMethod": "string",
            "type": "string",
            "unitPrice": 0,
            "unitPriceCurrencyCode": "string",
            "coldStorage": "string",
            "whseId": "string",
            "stdShipperType": "string",
            "unitsPerShipper": 0,
            "volumeUOM": "string",
            "trackingMethod": "string"
        }
    ]
}
🟢202Get Product Successful
🟠400Get Product failed
🟠401Authentication Failed
🔴500Error in Server
Modified at 2024-07-02 10:16:06
Previous
Batch Upload SKUs
Next
List SKUs
Built with