-
action manipulates the HTTP request or response before the updateDestination operation occurs in Kibo eCommerce … In the case of Before actions, updates can be made to the request before Kibo eCommerce processes it. … This argument provides the function access to relevant objects and methods that interface with Kibo eCommerce
-
This action manipulates the HTTP request or response after the addDestination operation occurs in Kibo eCommerce … In the case of Before actions, updates can be made to the request before Kibo eCommerce processes it. … This argument provides the function access to relevant objects and methods that interface with Kibo eCommerce
-
during development, when your application is ready for production, you should make sure to: Remove or comment … During API Extensions development, it is helpful to use the available logging tools to examine the data … In Admin, go to System > Customization > API Extension s to open the Action Management JSON Editor .
-
If enabling this option does not work, make sure that these lines are included in any one of your manifest … You do not have to manage behaviors for individual functions. … However, you do have to specify the custom configuration data for your shipping rates, as detailed in
-
Last Updated: 07/30/2024 in User Guides Catalog Products
If you do not specify a value for this field, Kibo eCommerce defaults the value of this field to the … Outside of this time frame, scheduled products do not appear in search results and are not listed in … Kibo eCommerce uses the value of this field to calculate the number of days the product has been in the
-
Last Updated: 04/29/2025 in User Guides Publishing
API. … and you currently have pending draft changes for that product using the live editing feature of Kibo eCommerce … Enable Live Editing Make Live Edits You can currently only use the live editing feature with the Kibo eCommerce
-
allowed in the extra's value as applicable. ( Text box only ) In the Input Validation field, enter any … You can add this monogramming extra to your shirt product type, so that any shirt products you create … the product: For each selected extra value, specify the following: Price: The price a shopper must pay
-
Last Updated: 04/09/2025 in User Guides System Permissions
admins, customer service representatives, sales representatives, and other users to access the Kibo Composable … Click any group in the table to view its details and edit the name, description, or user list.
-
If you do not want to edit or duplicate an existing zone, click Create New Zone . Enter a Name . … Kibo eCommerce comes with default shipping zones. … Create a Shipping Zone Kibo eCommerce recommends editing or duplicating existing zones as a starting
-
Last Updated: 08/08/2024 in Developers SDKs
the current platform (or in some cases, with newer versions of the programming languages) and Kibo does … These SDKs have access to the full functionality of Kibo's REST APIs . … If clients have any further questions or escalation, refer to Kibo Engineering for assistance.
-
Last Updated: 04/18/2025 in Developers Event Notifications
This does not include event notifications when a client adds a product to or removes a product from a … To version events, maintain security, and limit payload size, the event payload does not return the object … This does not include notifications when a shopper redeems a discount. discount.expired A defined discount
-
Last Updated: 11/27/2023 in Release Notes
Commerce Reprice Substitutions: You can now enable repricing to occur when a product is substituted … Now, it will reflect any errors that appeared and those will be logged in Kibana as well. … Fulfiller After cancelling a line item via API in an OMS-Only implementation, the Cancelled By field
-
Domains Note that some of these domains may require eCommerce implementation (such as storefront and … To learn the basics of API Extensions, refer to: API Extensions User Guides Homepage What are API Extensions … Getting Started with API Extensions Reference Help The API Extensions documentation are organized first
-
Reassign the Shipment If you do not have any of the items in stock, then you will be able to reassign … If an order has multiple shipments, then canceling one of its shipments does NOT cancel the other shipments … additional boxes to ship everything - see the Pick and Pack guide for more information about how to do
-
(which means the owner has read/write, the group has read/write, others are read-only) Ensure files do … Where: {{tenantId}} is the Kibo-assigned manufacturer ID (for example, 3456) LOC designates that this … There are three endpoints used to achieve this: a general endpoint (for any type including GCS), an S3
-
Last Updated: 07/29/2024 in User Guides Publishing
This tab displays a list of unpublished changes made to any products in your catalogs, including adding … Refer to Drafts for more information about working with either content or product drafts in Kibo eCommerce … Drafts Kibo eCommerce understands changes to either site content or product content as drafts, and distinguishes
-
Last Updated: 04/30/2025 in User Guides Orders Manage Orders
This is supported by all implementations that include eCommerce, but requires a catalog if your implementation … Repeat for any other items you want to add. … This corresponds to the Reassign Shipment API call .
-
Last Updated: 02/09/2024 in Release Notes
have any effect. … site did not function properly, as any additions (such as scripts) to the head of the document did not … Production Sandbox Features eCommerce and Order Management Functionality CyberSource OMS Sync: Previously
-
After you create any product types and add the attributes that apply to that product type, each time … place the list values in on the product type under the Selections section, controls the order that Kibo eCommerce … Regardless of the order you placed the values in when you created either the attribute or the product, Kibo eCommerce
-
HTTP Request POST api/commerce/orders/{orderId}/items Request Body Use context.request.body to read/write … Kibo supports both Embedded and HTTP versions of this API Extension. … REST API Operation This action corresponds to the Create Order Item operation.