Fulfillment actions, commands, and pipelines
Version:
The Sitecore.Commerce.Plugin.Fulfillment plugin provides the following fulfillment actions, commands, and pipelines:
| Action/Command/Pipeline | Description |
|---|---|
Api/GetCartFulfillmentOptionsGetFulfillmentOptionsCommandGetCartFulfillmentOptionsPipeline | Retrieves a list of fulfillment options, with the ability to filter based on items in the Cart. Parameters:
|
Api/GetCartLineFulfillmentOptionsGetFulfillmentOptionsCommandGetCartLineFulfillmentOptionsPipeline | Retrieves a list of available fulfillment options for a specific cart line. Parameters:
|
Api/GetFulfillmentMethodsGetFulfillmentMethodsCommandGetFulfillmentMethodsPipeline | Retrieves a list of all available fulfillment methods. The IGetFulfillmentMethodsPipeline contains the following blocks:
Parameters: none |
Api/GetCartFulfillmentMethodsGetFulfillmentMethodsCommandGetCartFulfillmentMethodsPipeline | Retrieves a list of all available fulfillment methods for a cart, based on the populated FulfillmentComponent and the items in the cart.Parameters:
|
Api/GetCartLineFulfillmentMethodsGetFulfillmentMethodsCommandGetCartLineFulfillmentMethodsPipeline | Retrieves a list of all available fulfillment methods for a cart line, based on the populated FulfillmentComponent and the item in the cart line. Parameters:
|
Api/SetCartFulfillmentSetCartFulfillmentCommandSetCartFulfillmentPipeline | Sets a cart-level fulfillment option. Parameters:
The command:
|
Api/SetCartLineFulfillmentSetCartLinesFulfillmentCommandSetCartLinesFulfillmentPipeline | Sets a cart line-level fulfillment option. Parameters:
The command:
|
Api/ShipmentsFindEntitiesInListCommandFindEntitiesInListPipeline | Returns all shipments in the shipments list. This could be a very long list so do not use for routine processing. Instead, use the GetList functionality. Parameters: none The command:
|
Api/Shipments(id)FindEntityCommandFindEntityPipeline | Returns a specific shipment based on its identifier. Parameters:
The command:
|
Note
The following is not implemented: Api/FulfillmentOptions.
If you have suggestions for improving this article, let us know!