Reference > Shop flow URLs > Order Management subsystem URLs
Order task commands
- PrepareOrderCmd task command
The PrepareOrderCmd task command prepares an order by determining prices, discounts, shipping charges, and taxes for an order.
- ProcessOrderCmd task command
The ProcessOrderCmd task command makes the ProcessOrder server request.
- PreProcessOrderCmd task command
The PreProcessOrderCmd task command preprocesses the order.
- ReprepareOrderCmd task command
The ReprepareOrderCmd task command recalculates shipping charges and taxes, and locks the order.
- DoInventoryActionCmd task command
The DoInventoryActionCmd task command interfaces with all inventory operations.
- AddOrderItemComponentsCmd task command
The AddOrderItemComponents task command creates the components that are associated with a composite order item.
- UpdateShippingAddressCmd task command
The UpdateShippingAddressCmd task command updates the shipping address for the passed order items.
- UpdateShipInfoCmd task command
The UpdateShipInfoCmd task command updates shipping information.
- RaiseOrderEventCmd task command
- PrepareShipInfoCmd task command
The PrepareShipInfoCmd performs a verification between the SHIPINFO table and the ORDERITEMS table and checks for orphaned SHIPINFO records.
- CheckAndResetOrderItemPriceFlagCmd task command
- ValidateShippingAdjustmentCmd task command
- OrderCommentRecordContrlCmd task command
The OrderCommentRecordContrlCmd task command creates the order comments and notifies the shopper if needed.
- ValidatePaymentMethodCmd task command
- UpdateSpendingLimitCmd task command
The UpdateSpendingLimitCmd task command checks account, spending limit and purchase order number, and updates some items if needed.
- RaiseOrderSubmitEventCmd task command
The RaiseOrderSubmitEventCmd task command raises an event for order submit or process payment authorization complete.
- TransferOrderCmd task command
The TransferOrderCmd task command confirms successful transfer of an order to an external system.
- OrderMessagingCmd task command
The OrderMessagingCmd task command generates an outbound order create message.
- CheckOrderAcceptanceCmd task command
- ValidateOrderAddressCmd task command
The ValidateOrderAddressCmd task command validates the shipping or billing address for the order or order items using given criteria.
- CheckPaymentTCsCmd task command
The CheckPaymentTCsCmd task command checks account, spending limit and purchase order number.
- SetOrderOrganizationCmd task command
The SetOrderOrganizationCmd task command sets the organization information of an order when called by other order commands.
- ResolveOrderItemPriceCmd task command
The ResolveOrderItemPriceCmd task command resolves the price for a group of order items from one order.
- CalculateOrderCmd task command
The CalculateOrderCmd task command handles free gifts and implements the core logic of calculation.