Amazon · JSON Structure

Pay Buyer Structure

Buyer schema from Amazon Pay API

Type: object Properties: 3
AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

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

Properties

buyerId name email

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "buyerId": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "email": {
      "type": "string",
      "format": "email"
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "Buyer",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon/refs/heads/main/json-structure/pay-buyer-structure.json",
  "description": "Buyer schema from Amazon Pay API"
}