Amazon · JSON Structure

Selling Partner Order Item Structure

OrderItem schema from Amazon Selling Partner API

Type: object Properties: 7
AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

OrderItem is a JSON Structure definition published by Amazon, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ASIN OrderItemId SellerSKU Title QuantityOrdered QuantityShipped ItemPrice

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "ASIN": {
      "type": "string"
    },
    "OrderItemId": {
      "type": "string"
    },
    "SellerSKU": {
      "type": "string"
    },
    "Title": {
      "type": "string"
    },
    "QuantityOrdered": {
      "type": "integer"
    },
    "QuantityShipped": {
      "type": "integer"
    },
    "ItemPrice": {
      "$ref": "#/components/schemas/Money"
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "OrderItem",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon/refs/heads/main/json-structure/selling-partner-order-item-structure.json",
  "description": "OrderItem schema from Amazon Selling Partner API"
}