Duoplane API
  1. Product schemas
Duoplane API
  • Duoplane API overview
    • Access and authentication
    • Request and response basics
    • Rate limiting
  • API reference
    • Order management
      • Orders
        • The Order object
        • Create an order
        • Get an order
    • Product and inventory management
      • Products
        • The Product object
        • Create a product
        • Get a single product
      • Product Inventories
        • The ProductInventory object
  • Schemas
    • Order schemas
      • Address object
      • Address attributes
      • Order object
      • Order attributes
      • OrderItem object
      • OrderItem attributes
      • Note attributes
      • Shipment object
      • Shipment attributes
      • ShipmentItem attributes
      • ShipmentItem object
    • Product schemas
      • Product object
      • Product attributes
      • ProductInventory object
      • ProductInventory attributes
      • Product identifiers
    • Shared schema
      • Timestamps
      • Object template
      • API response
    • Reponse metadata
  1. Product schemas

ProductInventory object

{
    "id": 0,
    "type": "product_inventory",
    "attributes": {
        "product_id": 0,
        "vendor_id": 0,
        "vendor_name": "string",
        "vendor_sku": "string",
        "purchase_name": "string",
        "cost": 0,
        "manage_inventory": false,
        "quantity_available": 0,
        "backordered_until": "2019-08-24"
    },
    "relationships": [
        {}
    ]
}
Built with