We provide a checklist for the tasks you must perform to create and maintain import and export feeds for your sites.
The following are tasks that must be completed in the design phase of the project.
Task |
---|
1. Determine the number of import feeds you want to create. Consider: a. How often each type of object must be updated. For example, price books must be updated more frequently than catalog data. b. Whether the objects are dependent upon other objects. For example, campaigns and promotions must be updated together, because campaigns are collections of promotions and can't be created without them. |
![]() 2. Determine the number of export feeds you want to create. |
3. For each import feed, determine: a. The systems to export the file to be imported. b. The instances it must be imported into. c. How frequently you want to import the file. d. The names of the files to import and their location. e. The Salesforce B2C Commerce or custom schema used for the import file. f. The required import mode. g. The security requirements. For example, whether you intend to use HTTPS or encryption in transferring the file. h. The persons with permissions move files for the import onto the cartridge or run the job. i. Who to contact if the feed doesn't complete successfully. |
4. For each export feed, determine: a. The instances it must be exported from b. The schedule for export c. The names of the files to export and their location d. The schema or file structure used for the export file e. The security requirements. For example, you do intend to use HTTPS or encryption in transferring the file. |
![]() 5. Use the information you have gathered to create a main feed diagram for your import feeds. |
The following are tasks that must be completed in the site development phase of the project. Before starting development, check the B2C Commerce code repository for code to help you advance your project.
Sandbox Instances
Task |
---|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Staging Instance
Task |
---|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Production Instance
Task |
---|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Development Instance
Task |
---|
![]() |
![]() |
![]() |
Deployment of import/export is similar to ordinary code deployment. If you are choosing not to manage it programmatically, you also must make sure that archiving and archive cleanup is done. If you run import from Business Manager, when you delete the record of the import, the log file is removed automatically. If you run the import programmatically, the log file is never cleaned up, so you must clean up the log files as well.
If you must troubleshoot a problem with your production site, you can export the site meta data and import it into your sandbox.