Order and Inventory
Order and Inventory
  1. Schemas
  • Orders
    • Create Order
      POST
    • Get Order Status
      POST
    • Get Order Fulfillment Detail
      POST
  • Inventory
    • Get Inventory
      POST
    • Get PIM Data
      POST
  • Schemas
    • Schemas
      • Item
      • Order
      • Order-Status-Parameters
      • Order-Fulfillment-Parameters
      • inline_response_200
      • inline_response_200_1
      • inline_response_200_2
      • InventoryPIM_images
      • InventoryPIM_prices
      • inline_response_200_3
      • inline_response_200_1_shipmentDetails_serialDetails
      • inline_response_200_1_shipmentDetails_lineDetails
      • inline_response_200_1_shipmentDetails_carton
      • inline_response_200_1_shipmentDetails
      • inline_response_200_1_shipNotice
  1. Schemas

inline_response_200_3

{
    "deviceTitle": "string",
    "color": "string",
    "os": "string",
    "internalStorage": "string",
    "externalStorageMax": "string",
    "launchDate": null,
    "unspscCode": null,
    "harmonizedCode": "string",
    "taaCompliant": "string",
    "deviceWeight": "string",
    "deviceDimensions": "string",
    "hacRating": "string",
    "displayDescription": "string",
    "displaySize": "string",
    "bluetooth": "string",
    "memoryCardSlot": "string",
    "battery": "string",
    "processor": "string",
    "cameraFront": "string",
    "cameraRear": "string",
    "cameraFrontMP": "string",
    "cameraRearMP": "string",
    "sim": "string",
    "esim": "string",
    "ipRating": null,
    "ram": "string",
    "retailBoxHeight": "string",
    "retailBoxLength": "string",
    "retailBoxWidth": "string",
    "palletHeight": "string",
    "palletLength": "string",
    "palletWidth": "string",
    "endOfLifeDate": null,
    "endOfLife": "string",
    "UPC": "string",
    "MPN": "string",
    "Manufacturer": "string",
    "VertexSKU": "string",
    "images": {
        "frontImage": "string",
        "rearImage": "string",
        "leftImage": "string",
        "rightImage": "string"
    },
    "prices": {
        "msrp": 0,
        "yourPrice": 0,
        "map": 0
    }
}
Built with