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
The input field "Enterprise" should be labelled "Create products for enterprise:".
List of products to import is displayed on the screen.
Each product has an import button to import that product into OFN. Technically, the form can contain the whole JSON and post it do the OFN DFC API to do the work. But another controller action or reflex can do this as well.
Already imported products have a disabled import button.
Import improvements
@drummer83 found several issues during the import. When importing as variant of existing products:
Imported variants of unit type 'item' have variant name = original name + (unit + unit scale). That's okay.
Imported variants of other unit type have variant name = original name
Imported variants have no SKU (probably ok). The SKU needs to be unique. It was probably in conflict in this case.
Imported variants of unit type 'item' have unit '1piece' now.
Imported variants have price 0.
Imported variants have stock 0. This is probably good. We don't want to duplicate the stock across platforms.
Imported variants have tax category 'default' - no matter the original tax category. Tax categories are not modelled in OFN.
Importing as new products (from a different enterprise):
Imported variants of other unit type with original variant name = '' have variant name = product name '-' unit That's okay.
Imported variants have price 0.
Imported variants have stock 0. This is probably good. We don't want to duplicate the stock across platforms.
Imported variants have tax category 'default' - no matter the original tax category. Tax categories are not modelled in OFN.
The text was updated successfully, but these errors were encountered:
ℹ️ Funded Feature. Please track ALL ASSOCIATED WORK under the associated tracking code
#11678 DFC Orders
A basic product import has been done:
But there are some outstanding tasks from #12139:
Import improvements
@drummer83 found several issues during the import. When importing as variant of existing products:
Importing as new products (from a different enterprise):
The text was updated successfully, but these errors were encountered: