You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A key functionality that sale channel module is expected to provide is the framework that integration modules can use to map product catalogs.
Key Requirements:
Ability to have multiple instances of each channel types (eg. Amazon US, Amazon UK, 2 Magento stores
Proposed Design:
Add a new model named product.product.channel_listing
which stores the relationship between the product and the sale channel. This intersection entity can then store information related to each channel. The core module itself can provide:
product_identifier: A character field that stores the identifier that the external channel uses to identify the product.
Views
It should be possible to add Channel Listings as a new tab inside product.product.
From channels, a relate button could be added to Listed Products which shows the channel listings.
The text was updated successfully, but these errors were encountered:
A key functionality that sale channel module is expected to provide is the framework that integration modules can use to map product catalogs.
Key Requirements:
Proposed Design:
product.product.channel_listing
which stores the relationship between the product and the sale channel. This intersection entity can then store information related to each channel. The core module itself can provide:
product_identifier
: A character field that stores the identifier that the external channel uses to identify the product.Views
Channel Listings
as a new tab insideproduct.product
.Listed Products
which shows the channel listings.The text was updated successfully, but these errors were encountered: