-
Last Updated: 05/14/2025 in User Guides Order Routing
Filters are logic used to exclude fulfillment locations within a scenario that do not match certain criteria … function in API Extension functions where it is available), which will allow you to filter on order … summary of what their logic was configured to do under the title.
-
Last Updated: 05/15/2025 in Release Notes
Clone button in a rule’s dropdown action menu) or API ( …/commerce/catalog/admin/searchmerchandizingrules … to Order Routing for core extensibility. … ’s dropdown action menu) or API ( …/commerce/catalog/admin/searchmerchandizingrules/{code}/clone ).
-
API Extension Actions to Implement Implement the following API Extension actions in order to integrate … or vouchers to pay for a product on your Kibo eCommerce site. … Enable Pay with Rewards This feature requires a combination of theme changes and API Extension actions
-
This will open a modal displaying a list of existing site configurations, if any. … ChannelAdvisor channel "Amazon Seller Central" and the ChannelAdvisor distribution center "Primary DC … sync respects these mappings, meaning that inventory updates on Amazon Fulfillment will update that DC
-
Last Updated: 05/02/2023 in Developers Applications
Add a URL for a web service that you host externally (or an API Extension http.storefront.routes function … using any other service (FedEx, Google, etc). … Validate Address API Your service must accept an addressvalidation request.
-
Last Updated: 06/06/2025 in User Guides Order Routing
If the item matches any one of those values, it will attempt assignment. … For logic conditions that support multiple values, such "or" and "any of," you will be able to select … order attributes that you have defined may be useful in scenarios such as: Routing orders with a BOPIS
-
Integrating Monetate with the Kibo Composable Commerce Platform (KCCP) enables a unified experience between … , see the Monetate JavaScript API documentation as well as how to QA the page APIs . … as show the product information of any items added to the cart if on the appropriate cart page.
-
Last Updated: 03/14/2023 in Developers API Guides
The responses returned by a GET operation can be large: they may include payloads such as Order objects … ": "value", "a3": "value" } Arrays The responseField argument works the same for arrays as it does for … /commerce/catalog/admin/products/{productCode}?
-
Last Updated: 08/07/2023 in Release Notes
A no-operation gateway does not require any credentials to connect to an external payment service and … If the shipping method is set as any kind of express shipping (1day, 2day, or 3day) during order submit … API can be filtered by status, allowing orders to be searched for and retrieved based on a specific status
-
Last Updated: 05/14/2025 in User Guides Orders Returns
The Returns dashboard is utilized by both Kibo eCommerce and Order Management solutions of the Kibo Composable … refunds do not. … If your OMS-Only implementation does not have a catalog, you will not be able to offer replacements.
-
Last Updated: 05/17/2025 in User Guides Orders
As order-level edits cannot be made in the Kibo Composable Commerce Platform (the order-level Edit Details … Credit changes the order balance while refunding does not, so you should use a refund over a credit and … after they have been placed), any changes must be made at the shipment or item level instead.
-
Last Updated: 04/29/2025 in User Guides Fulfillment
then that data can usually be configured as a custom data field if supported by the API. … The Kibo Composable Commerce Platform (KCCP) supports sending messages about order/shipment updates to … Neither default nor customized templates can transform any data, only display the data as it is given
-
(which means the owner has read/write, the group has read/write, others are read-only) Ensure files do … This is an empty file with the same file name as the inventory files being submitted, and the extension … Kibo Composable Commerce Platform admin.
-
Last Updated: 05/14/2025 in User Guides Import/Export
Optional) Price Lists *Importing orders is a complex process and must be done via the API. … You can map every column in a template file to a member of the Kibo API. … The easiest way to do this is to use the "export all" option before importing files.
-
Last Updated: 08/08/2024 in Developers SDKs
Do this by defining a class that implements the Middleware interface and refers to the Configuration … default values like you do for this tutorial. … If you design additional functionality for your application, such as updating an order, then add the
-
HTTP Request GET api/commerce/orders/refunds/refundreasons Request Body Use context.request.body to read … REST API Operation This action corresponds to the Refund Reasons operation. … the first argument (or null if there is no error) and a result as the second argument (if required).
-
HTTP Request GET api/commerce/orders/cancel/reasons Request Body Use context.request.body to read/write … the first argument (or null if there is no error) and a result as the second argument (if required). … REST API Operation This action corresponds to the Get Cancellation Reasons operation.
-
HTTP Request GET api/commerce/orders/cancel/reasons Request Body Use context.request.body to read/write … the first argument (or null if there is no error) and a result as the second argument (if required). … REST API Operation This action corresponds to the Get Cancellation Reasons operation.
-
Last Updated: 04/29/2025 in User Guides B2B
Request an Account If the user does not currently have a B2B account, they may click Request a B2B Account … Account Hierarchy Buyers can view their B2B account and any additional child accounts that have been … They will be presented with their account information, as well as a navigation menu allowing them to
-
HTTP Request POST api/commerce/orders/{orderId}/items Request Body Use context.request.body to read/write … REST API Operation This action corresponds to the Create Order Item operation. … Changes made to the order or order items in this action persist in Kibo.