To import/export distributors, go to Catalog > Distributors from the Storefront module menu. Click on the Import or Export link.
| Column |
Type |
Data required |
Description |
Example |
| Act |
String |
Yes |
Type of import action to perform (Insert = i, Update = u, Delete = d) |
u |
| DistributorID |
Integer |
Yes/No |
Database object identifier. This value is required when performing an update or delete action if the DistributorKey is not provided. |
12 |
| DistributorKey |
String |
Yes/No |
A unique key that can be used to uniquely identify this object. This could be a short meaningful text or simply a GUID. If you don't specify a value, the system will generate a unique key for you during insertion. This key can be used to lookup the object if the DistributorID is not specified. |
allied |
| CreateDate |
DateTime |
No |
|
|
| Description |
String |
No |
Short description. |
|
| DisplayOrder |
Integer |
Yes |
Sort display order from smallest to largest number. |
1000 |
| DisplayTemplate |
String |
No |
Custom display template name. |
Custom12 |
| Email |
String |
No |
|
|
| Extension |
XML |
No |
Extra data in XML string. |
<data><misc>True</misc></data> |
| MetaDescription |
String |
No |
Meta description. |
Popular books, magazines |
| MetaKeywords |
String |
No |
Meta keywords. |
Books, magazines |
| Name |
String |
Yes |
Distributor name. |
Allied |
| PageTitle |
String |
No |
Page title. |
|
| Phone |
String |
No |
|
|
| Published |
Boolean |
Yes |
Enable display of the category. |
True |
| UpdateDate |
DateTime |
No |
|
|