GetCustomersMeAddressesAddress_id
Retrieve a specific address of the logged-in customer using the address ID. Customize the response by selecting fields or expanding address relations for tailored data retrieval.
Instructions
Retrieve an address of the logged-in customer. You can expand the address's relations or select the fields that should be returned.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address_id | No | ||
fields | No |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"address_id": {
"type": "string"
},
"fields": {
"type": "string"
}
},
"type": "object"
}