Skip to content
  • There are no suggestions because the search field is empty.

Step 2: Creating your Product Specification

Suppliers on the Connected Commerce Network have the ability to manage and create their own product catalogs. The product catalog setup inside the Logicbroker platform has been designed to simplify and streamline the distribution of their catalogs into your desired format.

The suppliers will setup their product in the defined Logicbroker standard, use that format to map to your specifications through the catalog mapping interface, validate and send to your connected system. Logicbroker's product feeds operate as Pre-PIM solution, where data structure and format is validated in the Logicbroker platform before it is sent to your PIM, CMS, or product content management system.

 mceclip0.png

Setting up your specification for suppliers to follow is simple, there are a few options depending on your system's capabilities, see below for options.

  • Setup Product Catalog Standard
    • Provide default mappings to your suppliers
  • Integrating Product Feeds
Setting up your catalog standard

The Logicbroker implementation team, will help with guiding you on the best way to implement standardized fields. You can either use the standard product specification shown here, or provide your specifications to support@logicbroker.com or providing them in the survey.

If providing your specifications, provide as much detail as possible. Logicbroker's team will add validation rules to verify that all content is getting sent properly. This includes validation rules include, requiring specific fields per category or data format validation. This will keep the onboarding process with your suppliers clean and simple; the more information the better. For more details on how Product Content works see this article.

Provide default mappings to your suppliers

Once your standard is created, you can also provide default mappings from the Logicbroker product catalog standard to your custom format. Navigate to Products > Product Feeds > and click Catalog Mappings

You can provide templates to your suppliers, to easily integrate and send their products in one click.

mceclip1.png

To add a new map from your custom attributes, click Add Mapping.

You can select one of the available Retailer Attributes setup in your catalog and map it to a source field or set a constant value from the Supplier's standardized catalog. Constant values will need to be added in quotes, for example "default value"

You can add a condition, comparing your source Field against another field or constant value.

mceclip2.png

Comparison options include:

  • Equals: must match the Field or constant value exactly. This includes capitalization.
  • Does not equal: must not match the field or constant value exactly. 
  • Starts with: checks the beginning of the source string to match the exact the value provided.
  • Does not start with: checks the beginning of the source string to not match the exact value provided.
  • Ends with: checks the end of the source string to match the exact value provided.
  • Does not end with: checks the end of the source string to not match the exact value provided.
  • Contains: checks the entire source string to match any part for the value provided.
  • Does not contain: checks the entire source string to not match any part for the value provided.
  • Greater than: used for integers, if the value provided is greater than the checked value.
  • Less than: used for integers, if the value provided is greater than the checked value.

The mapping will only run if the Conditions setup are true. These conditions can also include multiple layers of grouping. Matching ANY or ALL conditions in a group. You can convert any condition into a group.

EXAMPLE:

In this case the Offer ID (SKU) will map from the SKU field if

(SKU !== "Test" and Name !== "Test") or Status == "Enabled"

mceclip3.png

Integration Options
Portal (Download manually)
Navigate to Products > Product Feeds
All product catalogs sent to your company can be downloaded through the portal. Select your Partner for which catalog you want to review, and under Feeds you can find new catalogs that were sent. Clicking View on the product feed, you can review what was sent and find any non-compliant products, making updates or communicating with your supplier on the changes that need to be made. Click Download to get the CSV of the feed sent in your custom format. The Send button will also, send the product to your SFTP/FTP location, if needed to pick up there as well. If you are manually managing your products you will not need to do this. Once the file is sent the status will update to Complete. See CSV or custom flat file SFTP/FTP Integration for more information. mceclip0.png
CSV or Custom Flat File
By default all compliant, supplier product feeds will get sent to your dedicated SFTP/FTP /Product directory. They can be picked up automatically by your system. The file format can be setup using a standard CSV or using a custom flat file format. Logicbroker's implementation team would work with you on setting up the format that and validate it can be processed by your system. For more information on connecting to Logicbroker's SFTP/FTP host, see this article.
EDI
Logicbroker can also transmit the product data as EDI, this can be done using an 832 or any EDI type. Standard connection protocols can be used including AS2, SFTP/FTP, and VAN. To begin, send your EDI specs through the onboarding survey or to Support@logicbroker.com.
API
You can pull all product content using Logicbroker's standard /Product endpoints. After supplier's submit their product feeds, you can use the /Product/Exports to get a list of all new feeds. The feeds can then be downloaded programmatically as CSV, and marked as complete when successfully processed. This will prevent the feed from showing up again when processing new feeds. For more information see our developer documentation here.
Direct System Integration
Logicbroker has the ability to connect directly to your system to create products as well. If you have a PIM, CMS, eCommerce platform, or in house API endpoint, Logicbroker can help build that connection for you. You can provide your API or developer documentation for the system you are looking to implement on the onboarding survey or sending it to support@logicbroker.com Currently, there are also direct out of the box product integrations for Akeneo and Big Commerce.