Company
The Company object
Unique identifier for the object.
Has the value "live" if the object exists in live mode, or "sand" if it exists in test mode.
Possible values: [sand, live]
A unique 6-character code that can be used to join or reference this Company.
Possible values: >= 6 characters and <= 6 characters
Company name.
addresses object[]nullable
An array of delivery addresses associated with this Company. Each address can have specific delivery fees and store information.
Unique identifier for the address.
A friendly label or name for this address (e.g., "Main Office", "Warehouse").
The street name of the address.
The street number of the address.
The city of the address.
The province or state of the address.
The postal or ZIP code of the address.
The country code of the address (e.g., "IT" for Italy).
The delivery fee amount for this address, in cents.
The unique identifier of the store associated with this address.
{
"id": "string",
"tenant": "sand",
"joinCode": "string",
"name": "string",
"addresses": [
{
"id": "string",
"label": "string",
"streetName": "string",
"streetNumber": "string",
"city": "string",
"province": "string",
"postalCode": "string",
"country": "string",
"deliveryFeeAmount": 0,
"storeId": "string"
}
]
}