-
HTTP Request POST api/commerce/shipments Request Body Use context.request.body to read/write the HTTP … 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 Create Shipment operation.
-
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. … the first argument (or null if there is no error) and a result as the second argument (if required).
-
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. … the first argument (or null if there is no error) and a result as the second argument (if required).
-
HTTP Request GET api/commerce/shipments Request Body No request body content. … REST API Operation This action corresponds to the Get Shipments 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/shipments/{shipmentNumber} Request Body No request body content. … REST API Operation This action corresponds to the Get Shipment 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/shipments/{shipmentNumber} Request Body No request body content. … REST API Operation This action corresponds to the Get Shipment 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/returns/restock/conditions Request Body No request body content. … 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 Restock Conditions operation.
-
HTTP Request GET api/commerce/returns/restock/conditions Request Body No request body content. … 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 Restock Conditions operation.
-
HTTP Request GET api/commerce/shipments Request Body No request body content. … REST API Operation This action corresponds to the Get Shipments operation. … the first argument (or null if there is no error) and a result as the second argument (if required).
-
HTTP Request PUT api/commerce/orders/billinginfo/{orderId}/billinginfo? … 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 Set Billing Info operation.
-
HTTP Request PUT api/commerce/orders/fulfillmentinfo/{orderId}/fulfillmentinfo? … 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 Set Fulfillment Info operation.
-
Last Updated: 02/08/2024 in Release Notes
This allows calls to be made such as .../api/commerce/pickwaves/?sortContents=locatorName or .../? … See the Inventory user guide and API overview for more information, including a Create Order API example … to Accepted after being created via API, due to internal service errors.
-
However, if a BOPIS shipment includes a service item (such as Assembly) then it will use an altered version … digital items such as warranties or service fees. … The Kibo Composable Commerce Platform (KCCP) supports several shipment types that represent different
-
/api/commerce/shipments/itemsReadyForPack with a list of line item quantities such as the below example … An order is placed for 5 quantities each of Item A and Item B, and requires consolidation as no inventory … If the quantity of a parent item is being split, then the service item quantity will also be split to
-
Example Use Case Let's say you want to encrypt an API key for a third-party service, and then access … Access the data within a theme template that executes the same route as the API Extensions action in … , such as when you want to query the API regarding a resource.
-
Last Updated: 05/15/2025 in Release Notes
Kibo Composable Commerce Platform APIs. … TECH-813 : The Solr Schema Manager now includes a POST Suggest API at /commerce/catalog/admin/searchSchema … “Pricelist Applied” field) as well as displays the Initial Order ID as a clickable link.
-
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. … the first argument (or null if there is no error) and a result as the second argument (if required).
-
HTTP Request POST api/commerce/shipments/bulk Request Body Use context.request.body to read/write the … 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 Create Shipments operation.
-
HTTP Request POST api/commerce/shipments/{shipmentNumber}/futureItems Request Body Use context.request.body … 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 Create Future Shipment for Items operation.
-
HTTP Request PUT api/commerce/shipments/{shipmentNumber}/reassignedItems Request Body Use context.request.body … REST API Operation This action corresponds to the Reassign Items operation. … the first argument (or null if there is no error) and a result as the second argument (if required).