Seller Settings - General
Use these general settings to specify contact and other information for the seller.
The following table lists the general seller settings:
Field | Description |
---|---|
seller_code | The unique code that is used to identify the seller. It cannot be the same as the one used for the marketplace_code field. |
country | Specifies the seller's country. |
postal_code | The seller's postal code. |
business_name | The seller's name. |
email | The email address for your business. |
postal_address_line3 | The third line of the seller's address. |
postal_address_line2 | The second line of the seller's address. |
last_name | The seller's second name. |
first_name | The seller's first name. |
postal_address_line1 | The first line of the seller's address. |
middle_name | The seller's middle name. |
effective_from | The date from which the settings will take effect. |
timezone | The timezone that is used for all time-based operations. |
For example:
{
"settings": [
{
"value": {
"timezone": "GMT"
},
"effective_from": "1999-01-01"
}
],
"country": "IE",
"postal_code": "XC12134",
"business_name": "Test Widgets",
"email": "[email protected]",
"postal_address_line3": "Building 5",
"postal_address_line2": "Main Street",
"last_name": "Murphy",
"first_name": "Audey",
"seller_code": "XCV123",
"postal_address_line1": "Wessex Town",
"middle_name": "Humphrey"
}
'
You can also configure settings for tax, regions, LILA, Invoices and Tax Number validation. For more information, see
- Tax Settings
- Regional Tax Settings
- LILA and Tax Determination Settings
- Invoicing Settings
- Tax Number Validation Settings
For a full list of the available fields for seller settings, see Seller Settings Reference Guide.
Updated 10 months ago