Amazon · JSON Structure

Pay Address Structure

Address schema from Amazon Pay API

Type: object Properties: 9
AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

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

Properties

name addressLine1 addressLine2 addressLine3 city stateOrRegion postalCode countryCode phoneNumber

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "addressLine1": {
      "type": "string"
    },
    "addressLine2": {
      "type": "string"
    },
    "addressLine3": {
      "type": "string"
    },
    "city": {
      "type": "string"
    },
    "stateOrRegion": {
      "type": "string"
    },
    "postalCode": {
      "type": "string"
    },
    "countryCode": {
      "type": "string"
    },
    "phoneNumber": {
      "type": "string"
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "Address",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon/refs/heads/main/json-structure/pay-address-structure.json",
  "description": "Address schema from Amazon Pay API"
}