Advance Auto Parts · JSON Structure

Commerce Api Orderinput Structure

Request to create a new order.

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

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

Properties

cartId storeId fulfillmentType paymentMethodId

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "orderinput-structure.json",
  "title": "OrderInput",
  "description": "Request to create a new order.",
  "type": "object",
  "properties": {
    "cartId": {
      "type": "string",
      "description": "Cart to convert to an order."
    },
    "storeId": {
      "type": "string",
      "description": "Store for pickup."
    },
    "fulfillmentType": {
      "type": "string",
      "description": "Fulfillment type."
    },
    "paymentMethodId": {
      "type": "string",
      "description": "Payment method identifier."
    }
  }
}