Adyen · JSON Structure

Management Shipping Location Structure

ShippingLocation schema from Adyen API

Type: object Properties: 4
PaymentsFinancial ServicesFintech

ShippingLocation is a JSON Structure definition published by Adyen, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

address contact id name

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/management-shipping-location-structure.json",
  "description": "ShippingLocation schema from Adyen API",
  "type": "object",
  "properties": {
    "address": {
      "description": "The address details of the shipping location.",
      "$ref": "#/components/schemas/Address"
    },
    "contact": {
      "description": "The contact details for the shipping location.",
      "$ref": "#/components/schemas/Contact"
    },
    "id": {
      "description": "The unique identifier of the shipping location, for use as `shippingLocationId` when creating an order.",
      "type": "string"
    },
    "name": {
      "description": "The unique name of the shipping location.",
      "type": "string"
    }
  },
  "name": "ShippingLocation"
}