Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We recommend that you separate orchestration requests according to delivery type. In our example, we have 3 types of delivery:

  • Ship From Store:

    • The orchestration_detailed_sfs query can be created at the root, containing two aggregates stores and warehouses which will be the two order fulfillment paths.
      - The stores aggregate should contains the items_sfs item query, which lists items eligible for order-taking, and the stores_sfs stock locations query, which lists stores with the Ship From Store module enabled.
      - The warehouses aggregate should also use the items_sfs item query, and the warehouses_sfs stock locations query, which lists warehouses with the Ship From Store module enabled.

      • The orchestration_unified_sfs can be created by inheriting from orchestration_detailed_sfs. Only the “Unification” parameter should be changed (unification by sock locations and stock types enabled).

      • orchestration_detailed_sfs_fr

        • orchestration_unified_sfs_fr

      • orchestration_detailed_sfs_uk

        • orchestration_unified_sfs_uk

Voir si exemple en photo

  • Click and Collect express:

...