Amazon · JSON Structure

Pay Update Checkout Session Request Structure

UpdateCheckoutSessionRequest schema from Amazon Pay API

Type: object Properties: 3
AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

UpdateCheckoutSessionRequest 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

paymentDetails merchantMetadata shippingAddress

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "paymentDetails": {
      "type": "object",
      "properties": {
        "paymentIntent": {
          "type": "string"
        },
        "chargeAmount": {
          "$ref": "#/components/schemas/Price"
        }
      }
    },
    "merchantMetadata": {
      "$ref": "#/components/schemas/MerchantMetadata"
    },
    "shippingAddress": {
      "$ref": "#/components/schemas/Address"
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "UpdateCheckoutSessionRequest",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon/refs/heads/main/json-structure/pay-update-checkout-session-request-structure.json",
  "description": "UpdateCheckoutSessionRequest schema from Amazon Pay API"
}