-
HTTP Request PUT api/commerce/orders/{orderId}/items/{orderItemId}/quantity/{quantity} Request Body Use … Kibo supports both Embedded and HTTP versions of this API Extension. … Action Type HTTP Full Action ID http.commerce.orders.updateItemQuantity.before Runs multiple custom functions
-
HTTP Request PUT api/commerce/orders/fulfillmentinfo/{orderId}/fulfillmentinfo? … Action Type HTTP Full Action ID http.commerce.orders.setFulfillmentInfo.before Runs multiple custom functions … code here callback(); }; When you code the custom function for an action, you have access to two arguments
-
HTTP Request PUT api/commerce/orders/billinginfo/{orderId}/billinginfo? … Action Type HTTP Full Action ID http.commerce.orders.setBillingInfo.before Runs multiple custom functions … code here callback(); }; When you code the custom function for an action, you have access to two arguments
-
HTTP Request POST api/commerce/orders/{orderId}/items Request Body Use context.request.body to read/write … Action Type HTTP Full Action ID http.commerce.orders.addItem.after Runs multiple custom functions? … Kibo supports both Embedded and HTTP versions of this API Extension.
-
HTTP Request POST api/commerce/orders/{orderId}/items Request Body Use context.request.body to read/write … Action Type HTTP Full Action ID http.commerce.orders.addItem.before Runs multiple custom functions? … Kibo supports both Embedded and HTTP versions of this API Extension.
-
HTTP Request PUT api/commerce/orders/{orderId}/items/{orderItemId}/quantity/{quantity} Request Body Use … Kibo supports both Embedded and HTTP versions of this API Extension. … Action Type HTTP Full Action ID http.commerce.orders.updateItemQuantity.after Runs multiple custom functions
-
HTTP Request PUT api/commerce/orders/billinginfo/{orderId}/billinginfo? … REST API Operation This action corresponds to the Set Billing Info operation. … Action Type HTTP Full Action ID http.commerce.orders.setBillingInfo.after Runs multiple custom functions
-
HTTP Request PUT api/commerce/shipments/{shipmentNumber}/fulfilled Request Body No request body content … REST API Operation This action corresponds to the Fulfill Shipment operation. … Action Type HTTP Full Action ID http.commerce.fulfillment.fulfillShipment.before Runs multiple custom
-
HTTP Request PUT api/commerce/shipments/{shipmentNumber}/fulfilled Request Body No request body content … REST API Operation This action corresponds to the Fulfill Shipment operation. … Action Type HTTP Full Action ID http.commerce.fulfillment.fulfillShipment.after Runs multiple custom
-
HTTP Request GET api/commerce/returns/restock/conditions Request Body No request body content. … Action Type HTTP Full Action ID http.commerce.returns.restockConditions.before Runs multiple custom functions … REST API Operation This action corresponds to the Get Restock Conditions operation.
-
HTTP Request POST api/commerce/shipments Request Body Use context.request.body to read/write the HTTP … REST API Operation This action corresponds to the Create Shipment operation. … Action Type HTTP Full Action ID http.commerce.fulfillment.createShipment.before Runs multiple custom
-
HTTP Request POST api/commerce/shipments Request Body Use context.request.body to read/write the HTTP … REST API Operation This action corresponds to the Create Shipment operation. … Action Type HTTP Full Action ID http.commerce.fulfillment.createShipment.after Runs multiple custom functions
-
HTTP Request GET api/commerce/returns/restock/conditions Request Body No request body content. … Action Type HTTP Full Action ID http.commerce.returns.restockConditions.after Runs multiple custom functions … REST API Operation This action corresponds to the Get Restock Conditions operation.
-
HTTP Request PUT api/commerce/orders/fulfillmentinfo/{orderId}/fulfillmentinfo? … REST API Operation This action corresponds to the Set Fulfillment Info operation. … Action Type HTTP Full Action ID http.commerce.orders.setFulfillmentInfo.after Runs multiple custom functions
-
Last Updated: 05/22/2023 in Release Notes
Specifically, this support includes the Commerce, Subscription, Reservation, Customer, Payment, and Shipping … API services. … Freezing: COM-6786 (reported by Sundance) Product Images Disappearing: COM-6828 (reported by Specialty Commerce
-
Last Updated: 05/14/2025 in User Guides System Structure
Catalogs and sites are fundamental structural elements of your Kibo Composable Commerce Platform tenant … Even for OMS-only implementations, a catalog is required to perform customer service actions such as … While catalogs are easily managed in the user interface as shown here, there are a number of Catalog APIs
-
Last Updated: 04/29/2025 in User Guides Fulfillment
In the item object payloads of Commerce APIs, the goodsType field indicates that the order item is a … API Integration In the API, service items have attributes that indicate them as non-physical and what … Select either Cancel or Customer Care . Click Save .
-
HTTP Request PUT api/commerce/shipments/{shipmentNumber}/reassigned Request Body Use context.request.body … REST API Operation This action corresponds to the Reassign Shipment operation. … Action Type HTTP Full Action ID http.commerce.fulfillment.reassignShipment.after Runs multiple custom
-
HTTP Request PUT api/commerce/shipments/{shipmentNumber}/transferredItems Request Body Use context.request.body … REST API Operation This action corresponds to the Transfer Items operation. … Action Type HTTP Full Action ID http.commerce.fulfillment.transferShipmentItems.before Runs multiple custom
-
HTTP Request PUT api/commerce/shipments/{shipmentNumber}/rejectedItems Request Body Use context.request.body … REST API Operation This action corresponds to the Reject Items operation. … Action Type HTTP Full Action ID http.commerce.fulfillment.rejectItems.after Runs multiple custom functions