Amazon · JSON Structure

Pay Merchant Metadata Structure

MerchantMetadata schema from Amazon Pay API

Type: object Properties: 3
AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

MerchantMetadata 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

merchantReferenceId merchantStoreName noteToBuyer

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "merchantReferenceId": {
      "type": "string"
    },
    "merchantStoreName": {
      "type": "string"
    },
    "noteToBuyer": {
      "type": "string"
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "MerchantMetadata",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon/refs/heads/main/json-structure/pay-merchant-metadata-structure.json",
  "description": "MerchantMetadata schema from Amazon Pay API"
}