Adyen · Schema

ShippingLocationsResponse

PaymentsFinancial ServicesFintech

Properties

Name Type Description
data array Physical locations where orders can be shipped to.
View JSON Schema on GitHub

JSON Schema

adyen-shippinglocationsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ShippingLocationsResponse",
  "title": "ShippingLocationsResponse",
  "properties": {
    "data": {
      "description": "Physical locations where orders can be shipped to.",
      "items": {
        "$ref": "#/components/schemas/ShippingLocation"
      },
      "type": "array"
    }
  },
  "type": "object"
}