For AI agents: visit https://dev-borderbuddy.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI. Append .md to any documentation page URL to get its markdown version.
Attribute Type Description id string Unique identifier for the object name string The merchant's full name email string The merchant's email address phone string The merchant's phone number address1 string The merchant's address line 1 address2 string The merchant's address line 2 city string The merchant's address city name state string The merchant's address state name country string Two-letter country code (ISO 3166-1 alpha-2 ) postal_code string ZIP or postal code unlocode string United Nations code for trade and transport locations importer boolean Flag for if the merchant is an importer business_number string The business number for import/export country_of_import string The country of import. Must be "CA" or "US". created date Date when the merchant object was created in the format of Y-m-d
THE MERCHANT OBJECT
{
"id": "mer_VSOGNKzF2gY0L7",
"name": "Pet Smart Inc",
"email": "[email protected] ",
"phone": "6041234567",
"address1": "123 Main St",
"address2": "",
"city": "Portland",
"state": "OR",
"country": "US",
"postal_code": "12345",
"country_of_import": "CA",
"unlocode": "USPDX",
"importer": false,
"business_number": null,
"created": "2023-12-04"
}