v1
latestOpenAPI 3.1.02026-07-242325051.4 MBMerchantAddress
MerchantAddress:Get
Get the details of a specific address. Note you need to have access to the merchant if the address is not available under your own merchant registration
get/v2/merchantaddresses/{addressCode}
Path parameters
addressCodestring required
Provide the CA-code of the address that you want to retrieve
Response
OK
Example response
{
"code": "CA-1234-4312",
"streetName": "Delivery-Lane",
"streetNumber": "70",
"zipCode": "1234CD",
"city": "Amsterdam",
"countryCode": "NL",
"region": "ZH",
"type": "VISIT",
"merchant": {
"code": "M-1234-4321",
"name": "GMS Demo Merchant",
"status": "ACTIVE"
},
"createdAt": "2024-06-04T08:15:00+01:00",
"createdBy": "A-1234-4321",
"modifiedAt": "2024-06-04T08:15:00+01:00",
"modifiedBy": "A-1234-4321",
"deletedAt": "A-1234-4321",
"deletedBy": "A-1234-4321"
}