Virtual Catalog Workflow Templates
Changed on:
21 Oct 2024
Overview
These are the Reference Virtual Catalog Workflows provided as part of the Inventory Reference Module.
Fluent Commerce provides
`fc-workflow-virtual-catalogue-base.json`
`fc-workflow-virtual-catalogue-aggregate.json`
The Inventory Module Getting Started Guide defines configuration capabilities for the Reference Inventory Workflows.
Interface Contract
Diagram
Configuration example
1{
2 "name": "VirtualCatalogueEvent",
3 "accountId": "<accountId>",
4 "retailerId": "<retailerId>",
5 "entityRef": "<VC_ref>",
6 "entitySubtype": "<VC_type>",
7 "entityType": "VIRTUAL_CATALOGUE",
8 "rootEntityRef": "<VC_ref>",
9 "rootEntityType": "VIRTUAL_CATALOGUE",
10 "attributes": {
11 "productRef": "<productRef>",
12 "locationRef": "<locationRef>"
13 }
14}
Language: json
Request Payload
Property | Description | Type | Required? | Notes |
| The location reference associated with the virtual position | String | Required | Required when the Virtual Catalog type is BASE |
| The product reference associated with the virtual position | String | Required |
Version History
1.0
`DeactivateVC`
The corresponding Inventory Module version is 2.1.0.
1.0
Control Group(s) assignment to a Virtual Catalog and Bulk Threshold Controls configuration are mandatory for correct Workflows functioning.
The corresponding Inventory Module version is 2.0.0.
1.0
The corresponding Inventory Module version is 1.3.0.
v1.0.0
Initial changelog entry.