Amazon · Schema

MerchantMetadata

MerchantMetadata schema from Amazon Pay API

AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

Properties

Name Type Description
merchantReferenceId string
merchantStoreName string
noteToBuyer string
View JSON Schema on GitHub

JSON Schema

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