Advance Auto Parts · JSON Structure

Commerce Api Orderlist Structure

List of orders.

Type: object Properties: 2
AutomotiveE-CommerceParts CatalogRetailSupply ChainFortune 500

Commerce Api Orderlist Structure is a JSON Structure definition published by Advance Auto Parts, describing 2 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

orders total

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "orderlist-structure.json",
  "title": "OrderList",
  "description": "List of orders.",
  "type": "object",
  "properties": {
    "orders": {
      "type": "array",
      "description": "Array of orders."
    },
    "total": {
      "type": "int32",
      "description": "Total number of orders."
    }
  }
}