API Reference
AttributeTypeDescription
idstringUnique identifier for the object
namestringThe merchant's full name
emailstringThe merchant's email address
phonestringThe merchant's phone number
address1stringThe merchant's address line 1
address2stringThe merchant's address line 2
citystringThe merchant's address city name
statestringThe merchant's address state name
countrystringTwo-letter country code (ISO 3166-1 alpha-2)
postal_codestringZIP or postal code
unlocodestringUnited Nations code for trade and transport locations
importerbooleanFlag for if the merchant is an importer
business_numberstringThe business number for import/export
country_of_importstringThe country of import. Must be "CA" or "US".
createddateDate when the merchant object was created in the format of Y-m-d
{
    "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"
}