Adyen · Schema

ShippingLocationsResponse

ShippingLocationsResponse schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

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

JSON Schema

management-shipping-locations-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/management-shipping-locations-response-schema.json",
  "title": "ShippingLocationsResponse",
  "description": "ShippingLocationsResponse schema from Adyen API",
  "type": "object",
  "properties": {
    "data": {
      "description": "Physical locations where orders can be shipped to.",
      "items": {
        "$ref": "#/components/schemas/ShippingLocation"
      },
      "type": "array"
    }
  }
}