validationId and creat…
- [Adds Extended Properties](https://docs.kibocommerce.com/api-reference/order/adds-extended-properties.md): Adds extended properties.
- [Add/Update Alternate Contact](https://docs.kibocommerce.com/api-reference/order/addupdate-alternate-contact.md): Add/update an alternate contact.
- [Apply Adjustment](https://docs.kibocommerce.com/api-reference/order/apply-adjustment.md): Apply a pricing adjustment to the order.
- [Apply Coupon](https://docs.kibocommerce.com/api-reference/order/apply-coupon.md): Apply a coupon to the order.
- [Apply Handling Adjustment](https://docs.kibocommerce.com/api-reference/order/apply-handling-adjustment.md): Apply a handling adjustment to the order.
- [Apply Package to Order](https://docs.kibocommerce.com/api-reference/order/apply-package-to-order.md): Applies a package to an existing order.
- [Apply Shipping Adjustment](https://docs.kibocommerce.com/api-reference/order/apply-shipping-adjustment.md): Apply a shipping adjustment to the order specified by order Id.
- [Auto Capture Payments](https://docs.kibocommerce.com/api-reference/order/auto-capture-payments.md): Amount to capture is total of fulfilled shipments - order adjustment - amount already captured.
- [Cancel Order](https://docs.kibocommerce.com/api-reference/order/cancel-order.md): Cancel an order with the cancel reason.
- [Change Order Price List](https://docs.kibocommerce.com/api-reference/order/change-order-price-list.md): Changes the pricelist associated with an order.The desired price list code should be specified on the ApiContext.
- [Change Order UserId](https://docs.kibocommerce.com/api-reference/order/change-order-userid.md): Changes the User ID associated with an order.
- [Create A Shipment](https://docs.kibocommerce.com/api-reference/order/create-a-shipment.md): Creates a shipment by grouping together multiple packages into logical shipments
- [Create Digital Package](https://docs.kibocommerce.com/api-reference/order/create-digital-package.md): Apply a digital package to the order.
- [Create Order](https://docs.kibocommerce.com/api-reference/order/create-order.md): Creates a new order for no-cart quick-ordering scenarios. The full API payload required integration with the ecommerce front-end.
- [Create Order Attributes](https://docs.kibocommerce.com/api-reference/order/create-order-attributes.md): Adds a attributeSet to the order. This is an internal attributeSet that the merchant might want to add to an order.
- [Create Order Item](https://docs.kibocommerce.com/api-reference/order/create-order-item.md): Adds a product or other item to the cart of the current shopper.
- [Create Order Note](https://docs.kibocommerce.com/api-reference/order/create-order-note.md): Adds a note to the order. This is an internal note that the merchant might want to add to an order.
- [Create Payment Action](https://docs.kibocommerce.com/api-reference/order/create-payment-action.md): Sets the action of the specified payment transaction interaction. Available actions depend on the current status of the payment transaction.If in doubt, get a list of available payment actions first.
- [Create Pickup](https://docs.kibocommerce.com/api-reference/order/create-pickup.md): Apply a pickup to the order.
- [Create Refund](https://docs.kibocommerce.com/api-reference/order/create-refund.md): Apply a refund to the order.
- [Delete An Existing Order Shipment](https://docs.kibocommerce.com/api-reference/order/delete-an-existing-order-shipment.md): Deletes an existing order shipment.
- [Delete Digital Package](https://docs.kibocommerce.com/api-reference/order/delete-digital-package.md): Delete an order digital package.
- [Delete Extended Properties](https://docs.kibocommerce.com/api-reference/order/delete-extended-properties.md): Delete extended properties on the order.
- [Delete Extended Property](https://docs.kibocommerce.com/api-reference/order/delete-extended-property.md): Removes a particular order item from the order of the current shopper.
- [Delete Order Data](https://docs.kibocommerce.com/api-reference/order/delete-order-data.md): Delete Value of the given Key in the OrderData bag.
- [Delete Order Draft](https://docs.kibocommerce.com/api-reference/order/delete-order-draft.md): Deletes a draft version of an order.
- [Delete Order Item](https://docs.kibocommerce.com/api-reference/order/delete-order-item.md): Removes a particular order item from the order of the current shopper.
- [Delete Order Item Data](https://docs.kibocommerce.com/api-reference/order/delete-order-item-data.md): Deletes the Value of the given Key in the OrderItem Data bag.
- [Delete Order Note](https://docs.kibocommerce.com/api-reference/order/delete-order-note.md): Deletes a specific order note on an order.
- [Delete Order Package](https://docs.kibocommerce.com/api-reference/order/delete-order-package.md): Delete an order package.
- [Delete Pickup](https://docs.kibocommerce.com/api-reference/order/delete-pickup.md): Delete an order pickup.
- [Evaluate Order Rollup Status](https://docs.kibocommerce.com/api-reference/order/evaluate-order-rollup-status.md): Evaluate Order Rollup Status
- [Get Available Actions](https://docs.kibocommerce.com/api-reference/order/get-available-actions.md): Retrieves available order actions which depends on the status of the order.Possible actions can be Create, Submit, SetAsProcessing, Close or Cancel.
- [Get Available Digital Package Fulfillment Actions](https://docs.kibocommerce.com/api-reference/order/get-available-digital-package-fulfillment-actions.md): Get available digital package fulfillment actions.
- [Get Available Payment Actions](https://docs.kibocommerce.com/api-reference/order/get-available-payment-actions.md): Retrieves available payment actions which depends on the status of the order's payment transaction.
Possible actions can be "Create," "Capture," "Void," "AuthCapture," or "ReceiveCheck."
- [Get Available Pickup Fulfillment Actions](https://docs.kibocommerce.com/api-reference/order/get-available-pickup-fulfillment-actions.md): Get the available pickup fulfillment actions.
- [Get Available Shipment Methods](https://docs.kibocommerce.com/api-reference/order/get-available-shipment-methods.md): Retrieves available shipping methods. Typically used to display available shipping method options on the checkout page.
- [Get Billing Info](https://docs.kibocommerce.com/api-reference/order/get-billing-info.md): Retrieves the customer's billing address.If paying by credit card, it retrieves the card's number, expiration date, card holder's name and billing address.
- [Get Digital Package](https://docs.kibocommerce.com/api-reference/order/get-digital-package.md): Get an order digital package.
- [Get Extended Properties](https://docs.kibocommerce.com/api-reference/order/get-extended-properties.md): Get extended properties on an order.
- [Get Fulfillment Info](https://docs.kibocommerce.com/api-reference/order/get-fulfillment-info.md): Retrieves an order's fulfillment information specified by order ID.
- [Get Order](https://docs.kibocommerce.com/api-reference/order/get-order.md): Retrieves the details of an order specified by the order ID.
- [Get Order Attributes](https://docs.kibocommerce.com/api-reference/order/get-order-attributes.md): Retrieves a list of all attribute sets for an order.
- [Get Order Cancel Reasons](https://docs.kibocommerce.com/api-reference/order/get-order-cancel-reasons.md): Gets order cancellation reasons based on a category.
- [Get Order Data](https://docs.kibocommerce.com/api-reference/order/get-order-data.md): Retrieves all the values in the Order Data bag
- [Get Order Item](https://docs.kibocommerce.com/api-reference/order/get-order-item.md): Retrieves the details of a single order item.
- [Get Order Item Data](https://docs.kibocommerce.com/api-reference/order/get-order-item-data.md): Retrieves a specific value in the OrderItem Data bag.
- [Get Order Item Via LineId](https://docs.kibocommerce.com/api-reference/order/get-order-item-via-lineid.md): Retrieves the details of a single order item via its line id.
- [Get Order Items](https://docs.kibocommerce.com/api-reference/order/get-order-items.md): Retrieves the details of all items in an order specified by order Id.
- [Get Order Note](https://docs.kibocommerce.com/api-reference/order/get-order-note.md): Retrieves a specific order note from an order.
- [Get Order Notes](https://docs.kibocommerce.com/api-reference/order/get-order-notes.md): Retrieves a list of all notes for an order.
- [Get Order Package](https://docs.kibocommerce.com/api-reference/order/get-order-package.md): Get an order package.
- [Get Order Package Label](https://docs.kibocommerce.com/api-reference/order/get-order-package-label.md): Get an order package label
- [Get Order Returnable Items](https://docs.kibocommerce.com/api-reference/order/get-order-returnable-items.md): Provides fulfillment information for order items such as quantity ordered, fulfilled, and returned. Indicates which items are eligible for return.
- [Get Orders](https://docs.kibocommerce.com/api-reference/order/get-orders.md): Retrieves a list of orders according to any specified filter criteria and sort options.
- [Get Payment](https://docs.kibocommerce.com/api-reference/order/get-payment.md): Retrieves a specific payment transaction from the order.
- [Get Payments](https://docs.kibocommerce.com/api-reference/order/get-payments.md): Retrieves payment transactions for an order. Allows filtering and sorting.
- [Get Pickup](https://docs.kibocommerce.com/api-reference/order/get-pickup.md): Gets a specified pickup on the order.
- [Get Queued Historical Order](https://docs.kibocommerce.com/api-reference/order/get-queued-historical-order.md): Retrieves the details of a historical order specified by the order ID.
- [Get Queued Historical Orders](https://docs.kibocommerce.com/api-reference/order/get-queued-historical-orders.md): Retrieves a list of queued historical orders according to any specified filter criteria and sort options.
- [Get Queued Order](https://docs.kibocommerce.com/api-reference/order/get-queued-order.md): RRetrieves the details of an order specified by the order ID.
- [Get Queued Orders](https://docs.kibocommerce.com/api-reference/order/get-queued-orders.md): Retrieves a list of queuedorders according to any specified filter criteria and sort options.
- [Get Refund Reasons](https://docs.kibocommerce.com/api-reference/order/get-refund-reasons.md): Gets all the refund reasons.
- [Get Shipment](https://docs.kibocommerce.com/api-reference/order/get-shipment.md): Allows a shipment to be retrieved for the order. This API only applies to previous version of eCommerce. Get the UCP shipment documentation here
- [Get Taxable Orders](https://docs.kibocommerce.com/api-reference/order/get-taxable-orders.md): Gets an order divided up into "TaxableOrders" based on the source and delivery locations of the order items. Generally used for the purpose of splitting it into multiple taxable orders in order to fulfill the order in multiple locations.
- [Get Validation Results](https://docs.kibocommerce.com/api-reference/order/get-validation-results.md): Retrieves all validation results stored on an order. Each result represents the outcome of an order validator capability — such as a fraud check — that was called when the order was submitted. Results include the validator status (Pass, Review, Fail, or E…
- [Perform Fulfillment Action](https://docs.kibocommerce.com/api-reference/order/perform-fulfillment-action.md): Sets the fulfillment action to 'Ship'. To ship an order, the order must have a customer name, the 'Open' or 'OpenAdProcessing' status, full shipping address, and shipping method.
- [Perform Order Action](https://docs.kibocommerce.com/api-reference/order/perform-order-action.md): Set an action on the order. Available actions depend on the current status of the order. If in doubt, get a list of available order actions first.
- [Perform Payment Action](https://docs.kibocommerce.com/api-reference/order/perform-payment-action.md): Performs a specific payment action. Available actions depend on the current status of the payment transaction. If in doubt, get a list of available payment actions first.
- [Price Order](https://docs.kibocommerce.com/api-reference/order/price-order.md): Order price.
- [Process Digital Wallet](https://docs.kibocommerce.com/api-reference/order/process-digital-wallet.md): Process digital wallet (used to hold 3rd party payment and shipping information) on the order.
- [Process Return Rules](https://docs.kibocommerce.com/api-reference/order/process-return-rules.md): Applies the return rules to the shipment items and responds if items are eligible for return. Provides fulfillment information for order items such as quantity ordered, fulfilled, and returned. Indicates which items are eligible for return.
- [Remove Adjustment](https://docs.kibocommerce.com/api-reference/order/remove-adjustment.md): Removes an adjustment that had been previously applied to the order.
- [Remove Alternate Contact](https://docs.kibocommerce.com/api-reference/order/remove-alternate-contact.md): Remove alternate contact from order and shipments.
- [Remove Coupon](https://docs.kibocommerce.com/api-reference/order/remove-coupon.md): Removes a coupon that had been previously applied to the order.
- [Remove Coupons](https://docs.kibocommerce.com/api-reference/order/remove-coupons.md): Removes all coupons that had been previously applied to the order.
- [Remove Handling Adjustment](https://docs.kibocommerce.com/api-reference/order/remove-handling-adjustment.md): Removes a coupon that had been previously applied to the order.
- [Remove Shipping Adjustment](https://docs.kibocommerce.com/api-reference/order/remove-shipping-adjustment.md): Removes an adjustment that had been previously applied to the order.
- [Reprice Canceled Shipment](https://docs.kibocommerce.com/api-reference/order/reprice-canceled-shipment.md): Reprices a fully canceled shipment or when the last item is canceled.
- [Reprice Shipment](https://docs.kibocommerce.com/api-reference/order/reprice-shipment.md): Allows a shipment to be repriced.
- [Reprice Substitutes](https://docs.kibocommerce.com/api-reference/order/reprice-substitutes.md): Reprice substitute items in shipments.
- [Resend Gateway Gift Card Email](https://docs.kibocommerce.com/api-reference/order/resend-gateway-gift-card-email.md): Resend gateway giftcard email.
- [Resend Order Confirmation Email](https://docs.kibocommerce.com/api-reference/order/resend-order-confirmation-email.md): Resend order confirmation email specified by the Order Id. The only supported actionName for the request body is SubmitOrder.
- [Resend Package Fulfillment Email](https://docs.kibocommerce.com/api-reference/order/resend-package-fulfillment-email.md): Resends the package fulfillment email.
- [Resend Refund Email](https://docs.kibocommerce.com/api-reference/order/resend-refund-email.md): Resend refund email.
- [Retrieves Available Fulfillment Actions](https://docs.kibocommerce.com/api-reference/order/retrieves-available-fulfillment-actions.md): Retrieves the available fulfillment actions.
- [Set Billing Info](https://docs.kibocommerce.com/api-reference/order/set-billing-info.md): Adds a payment source to the order.
- [Set Fulfillment Info](https://docs.kibocommerce.com/api-reference/order/set-fulfillment-info.md): Modifies an order's fulfillment information. For example, to update the fulfillment address, estimated delivery date, or the merchant's fulfillment cost.
- [Sms Opt Out](https://docs.kibocommerce.com/api-reference/order/sms-opt-out.md): Opting out from the sms notifications.
- [Split Order Into Shipment](https://docs.kibocommerce.com/api-reference/order/split-order-into-shipment.md): Split Order Into Shipment
- [Split Shipments](https://docs.kibocommerce.com/api-reference/order/split-shipments.md): Allows spliting an existing shipment.
- [Update Digital Package](https://docs.kibocommerce.com/api-reference/order/update-digital-package.md): Updates a digital package on the order.
- [Update Extended Property](https://docs.kibocommerce.com/api-reference/order/update-extended-property.md): Updated specific extended property
- [Update Item Duty](https://docs.kibocommerce.com/api-reference/order/update-item-duty.md): Updates the duty amount of an order item in the order.
- [Update Item Fulfillment](https://docs.kibocommerce.com/api-reference/order/update-item-fulfillment.md): Updates the fulfillment method and/or location of an individual order item in the order of the current shopper.
- [Update Item Product Price](https://docs.kibocommerce.com/api-reference/order/update-item-product-price.md): Updates the price of an individual order item in the order.
- [Update Item Quantity](https://docs.kibocommerce.com/api-reference/order/update-item-quantity.md): Updates the quantity of an individual order item in the order.
- [Update Order](https://docs.kibocommerce.com/api-reference/order/update-order.md): Updates an existing order. The fields that can be modified depend on the current state of the order and the `updateMode` used.
- [Update Order Attributes](https://docs.kibocommerce.com/api-reference/order/update-order-attributes.md): Updates a specific order attribute set of an order.
- [Update Order Data](https://docs.kibocommerce.com/api-reference/order/update-order-data.md): Insert / Updates the Value of the given Key in the OrderData bag.
- [Update Order Discount](https://docs.kibocommerce.com/api-reference/order/update-order-discount.md): Update existing discount on the order.
- [Update Order Item Data](https://docs.kibocommerce.com/api-reference/order/update-order-item-data.md): Insert / Updates the Value of the given Key in the OrderItem Data bag.
- [Update Order Item Discount](https://docs.kibocommerce.com/api-reference/order/update-order-item-discount.md): Update a discount on the order item to ignore or unignore it.
- [Update Order Item Gift Information](https://docs.kibocommerce.com/api-reference/order/update-order-item-gift-information.md): Updates the gift information on an order item
- [Update Order Item Subscription Info](https://docs.kibocommerce.com/api-reference/order/update-order-item-subscription-info.md): Update a subscription info on the order item, applies only to Draft Order.
- [Update Order Note](https://docs.kibocommerce.com/api-reference/order/update-order-note.md): Updates a specific order note for an order.
- [Update Order Package](https://docs.kibocommerce.com/api-reference/order/update-order-package.md): Updates an order package.
- [Update Order Restrictions](https://docs.kibocommerce.com/api-reference/order/update-order-restrictions.md): Updates the flags for restricting edits and/or cancellations by users without override user behaviors.
- [Update Pickup](https://docs.kibocommerce.com/api-reference/order/update-pickup.md): Updates pickup details on the order.
- [Update Shipment Adjustments](https://docs.kibocommerce.com/api-reference/order/update-shipment-adjustments.md): Updates adjustments on shipments.
- [Update Shipment and Multiple Shipment Items Adjustment](https://docs.kibocommerce.com/api-reference/order/update-shipment-and-multiple-shipment-items-adjustment.md): Updates shipment and shipment items adjustment.
- [Update Shipment Item](https://docs.kibocommerce.com/api-reference/order/update-shipment-item.md): Updates shipment item with new shipment adjustment.
- [Update Shipping and Suggestions](https://docs.kibocommerce.com/api-reference/order/update-shipping-and-suggestions.md): Updates the shipping and suggestions information of an individual order item in the order.
- [Update the Delivery Date of Order Item](https://docs.kibocommerce.com/api-reference/order/update-the-delivery-date-of-order-item.md): Updates the Delivery Date of a particular Order Item
- [Updated Extended Properties](https://docs.kibocommerce.com/api-reference/order/updated-extended-properties.md): Update extended properties.
- [Updates SubstituteInfo on OrderItem](https://docs.kibocommerce.com/api-reference/order/updates-substituteinfo-on-orderitem.md): Updates SubstituteInfo on OrderItem
- [Upsert Gift Message](https://docs.kibocommerce.com/api-reference/order/upsert-gift-message.md): Upserts the gift message on a shipment
- [Upsert Inventory Tags on OrderItem](https://docs.kibocommerce.com/api-reference/order/upsert-inventory-tags-on-orderitem.md): You need to pass in all tags everytime
- [Create Attribute](https://docs.kibocommerce.com/api-reference/orderattributedefinitions/create-attribute.md): Create a new attribute.
- [Get Attribute](https://docs.kibocommerce.com/api-reference/orderattributedefinitions/get-attribute.md): Get an order attribute by its attributeFQN.
- [Get Attribute Vocabulary Values](https://docs.kibocommerce.com/api-reference/orderattributedefinitions/get-attribute-vocabulary-values.md): Retrieves the details of attribute vocabulary values.
- [Get Attributes](https://docs.kibocommerce.com/api-reference/orderattributedefinitions/get-attributes.md): Retrieves the details of attributes.
- [Update Attribute](https://docs.kibocommerce.com/api-reference/orderattributedefinitions/update-attribute.md): Update an order attribute.
- [Create Custom Data List](https://docs.kibocommerce.com/api-reference/orderroutingdatalist/create-custom-data-list.md): Create Custom Data List
- [Delete Custom Data List](https://docs.kibocommerce.com/api-reference/orderroutingdatalist/delete-custom-data-list.md): Deletes a custom data list.
- [Get Custom Data List](https://docs.kibocommerce.com/api-reference/orderroutingdatalist/get-custom-data-list.md): Get Custom Data List
- [Update Custom Data List](https://docs.kibocommerce.com/api-reference/orderroutingdatalist/update-custom-data-list.md): Update Custom Data List
- [Delete Filter](https://docs.kibocommerce.com/api-reference/orderroutingfilter/delete-filter.md): Deletes a filter
- [Get Filter](https://docs.kibocommerce.com/api-reference/orderroutingfilter/get-filter.md): Retrieves a filter by ID.
- [Save Criteria Set Filter](https://docs.kibocommerce.com/api-reference/orderroutingfilter/save-criteria-set-filter.md): Saves a criteria set filter.
- [Save Custom Data List Filter](https://docs.kibocommerce.com/api-reference/orderroutingfilter/save-custom-data-list-filter.md): Saves a custom data list filter.
- [Save Custom Data Value Filter](https://docs.kibocommerce.com/api-reference/orderroutingfilter/save-custom-data-value-filter.md): Saves a custom data value filter.
- [Test Filter](https://docs.kibocommerce.com/api-reference/orderroutingfilter/test-filter.md): Tests a filter.
- [Test Set Filter](https://docs.kibocommerce.com/api-reference/orderroutingfilter/test-set-filter.md): Tests a set filter.
- [deleteGroup](https://docs.kibocommerce.com/api-reference/orderroutinggroup/deletegroup.md): deleteGroup
- [Get Group](https://docs.kibocommerce.com/api-reference/orderroutinggroup/get-group.md): Retrieves a routing group by ID.
- [Save Group](https://docs.kibocommerce.com/api-reference/orderroutinggroup/save-group.md): Saves a routing group.
- [Set Group Filters](https://docs.kibocommerce.com/api-reference/orderroutinggroup/set-group-filters.md): Sets a routing group's filters.
- [Set Group Sorts](https://docs.kibocommerce.com/api-reference/orderroutinggroup/set-group-sorts.md): Sets a routing group's sorting options.
- [Test Group](https://docs.kibocommerce.com/api-reference/orderroutinggroup/test-group.md): Tests a routing group.
- [Get Location by Location Code](https://docs.kibocommerce.com/api-reference/orderroutinglocation/get-location-by-location-code.md): Retrieve a specific location by its location code.
- [Get Locations](https://docs.kibocommerce.com/api-reference/orderroutinglocation/get-locations.md): Retrieve a list of locations.
- [Delete Filter Attribute](https://docs.kibocommerce.com/api-reference/orderroutingsettings/delete-filter-attribute.md): Deletes a filter attribute.
- [Delete Order Routing Settings](https://docs.kibocommerce.com/api-reference/orderroutingsettings/delete-order-routing-settings.md): Remove order routing settings.
- [Get Filter Attribute](https://docs.kibocommerce.com/api-reference/orderroutingsettings/get-filter-attribute.md): Retrieve an order routing filter attribute based on its name.
- [Get Filter Attributes](https://docs.kibocommerce.com/api-reference/orderroutingsettings/get-filter-attributes.md): Retrieves a list of order routing filter attributes.
- [Get Order Routing Settings](https://docs.kibocommerce.com/api-reference/orderroutingsettings/get-order-routing-settings.md): Retrieve a list of order routing settings.
- [Save Filter Attribute](https://docs.kibocommerce.com/api-reference/orderroutingsettings/save-filter-attribute.md): Saves an order routing filter attribute.
- [Save Order Routing Settings](https://docs.kibocommerce.com/api-reference/orderroutingsettings/save-order-routing-settings.md): Save order routing settings.
- [Clone Package](https://docs.kibocommerce.com/api-reference/package/clone-package.md): Use this operation to clone an existing package.
- [Create New Core Package](https://docs.kibocommerce.com/api-reference/package/create-new-core-package.md): Save as new version of the application core with only a release package included.
- [Create Package](https://docs.kibocommerce.com/api-reference/package/create-package.md): Create a new application package.
- [Get Application Summary Children](https://docs.kibocommerce.com/api-reference/package/get-application-summary-children.md): Get a list of application summaries.
- [Get Application Summary Parents](https://docs.kibocommerce.com/api-reference/package/get-application-summary-parents.md): Get a collection of application summaries.
- [Get Package](https://docs.kibocommerce.com/api-reference/package/get-package.md): Retrieve a package and its associated application.
- [Get Package Behaviors](https://docs.kibocommerce.com/api-reference/package/get-package-behaviors.md): Retrieve a list of application package behaviors.
- [Get Packages](https://docs.kibocommerce.com/api-reference/package/get-packages.md): Use this operation to retieve all packages for a given applicationKey.
- [Update Package](https://docs.kibocommerce.com/api-reference/package/update-package.md): Update an application package.
- [Update Package Behaviors](https://docs.kibocommerce.com/api-reference/package/update-package-behaviors.md): Update a package's behaviors.
- [Close Pick Wave](https://docs.kibocommerce.com/api-reference/pickwave/close-pick-wave.md): Close an existing pick wave.
- [Create Pick Wave](https://docs.kibocommerce.com/api-reference/pickwave/create-pick-wave.md): Create a new pick wave.
- [Get Open Pick Waves](https://docs.kibocommerce.com/api-reference/pickwave/get-open-pick-waves.md): Get a list of open pick waves at a specific location.
- [Get Pick Wave](https://docs.kibocommerce.com/api-reference/pickwave/get-pick-wave.md): Retrieve pick wave details by its ID number.
- [Get Pick Wave Details](https://docs.kibocommerce.com/api-reference/pickwave/get-pick-wave-details.md): Get pick wave details for a specific wave.
- [Get Shipments in Pick Wave](https://docs.kibocommerce.com/api-reference/pickwave/get-shipments-in-pick-wave.md): Get a list of shipments included in a pick wave.
- [Render Order Pick Sheets](https://docs.kibocommerce.com/api-reference/pickwave/render-order-pick-sheets.md): Render order pick sheets in HTML.
- [Render Pick Wave](https://docs.kibocommerce.com/api-reference/pickwave/render-pick-wave.md): Render pick wave information in HTML.
- [Evaluate Pick Wave Rules](https://docs.kibocommerce.com/api-reference/pickwaveruleevaluate/evaluate-pick-wave-rules.md): Evaluate the pick wave rules for given products and shipment rules
- [Create Pick Wave Rule](https://docs.kibocommerce.com/api-reference/pickwaverules/create-pick-wave-rule.md): Creates a new pick wave rule.
- [Delete Pick Wave Rule](https://docs.kibocommerce.com/api-reference/pickwaverules/delete-pick-wave-rule.md): Deletes a pick wave rule by code.
- [Get Pick Wave Rule by Code](https://docs.kibocommerce.com/api-reference/pickwaverules/get-pick-wave-rule-by-code.md): Gets a pick wave rule details by code.
- [Get Pick Wave Rules](https://docs.kibocommerce.com/api-reference/pickwaverules/get-pick-wave-rules.md): Gets a collection of pick wave rules according to any specified filter criteria and sort options.
- [Update Pick Wave Rule](https://docs.kibocommerce.com/api-reference/pickwaverules/update-pick-wave-rule.md): Updates an existing pick wave rule.
- [Add Price List Entry](https://docs.kibocommerce.com/api-reference/pricelistentries/add-price-list-entry.md): Adds an entry to a price list.
- [Bulk Add Price List Entries](https://docs.kibocommerce.com/api-reference/pricelistentries/bulk-add-price-list-entries.md): Add bulk price list entries. By default, any single error will cause the entire batch to fail. If desired, set allowPartialSuccess=true to allow valid entries to be completed even if others in the batch fail.
- [Bulk Delete Price List Entries](https://docs.kibocommerce.com/api-reference/pricelistentries/bulk-delete-price-list-entries.md): Deletes up to 5000 price list entries in bulk. By default, any single error will cause the entire batch to fail. If desired, set allowPartialSuccess=true to allow valid entries to be completed even if others in the batch fail.
- [Bulk Update Price List Entries.](https://docs.kibocommerce.com/api-reference/pricelistentries/bulk-update-price-list-entries.md): Updates up to 5000 price list entries in bulk. By default, any single error will cause the entire batch to fail. If desired, set allowPartialSuccess=true to allow valid entries to be completed even if others in the batch fail. This method performs an upsert, which will add missing entries if they…
- [Delete Price List Entry by Currency](https://docs.kibocommerce.com/api-reference/pricelistentries/delete-price-list-entry-by-currency.md): Deletes a price liste entry for a particular product and currency code.
- [Get Price List Entries](https://docs.kibocommerce.com/api-reference/pricelistentries/get-price-list-entries.md): Retrieves the entries within a price list.
- [Get Price List Entries by Currency](https://docs.kibocommerce.com/api-reference/pricelistentries/get-price-list-entries-by-currency.md): Retrieves price list entries for a particular product and currency code.
- [Update Price List Entry by Currency](https://docs.kibocommerce.com/api-reference/pricelistentries/update-price-list-entry-by-currency.md): Updates price list entry for a particular product and currency code.
- [Add Price List](https://docs.kibocommerce.com/api-reference/pricelists/add-price-list.md): Creates a price list.
- [Delete Price List](https://docs.kibocommerce.com/api-reference/pricelists/delete-price-list.md): Deletes a price list by its code.
- [Get Price List](https://docs.kibocommerce.com/api-reference/pricelists/get-price-list.md): Retrieves a price list by its code.
- [Get Price Lists](https://docs.kibocommerce.com/api-reference/pricelists/get-price-lists.md): Retrieve a list of all price lists.
- [Update Price List](https://docs.kibocommerce.com/api-reference/pricelists/update-price-list.md): Updates a price list by its code.
- [Add Localized Content](https://docs.kibocommerce.com/api-reference/productattributes/add-localized-content.md): Creates product attribute localized content
- [Add Product Attribute](https://docs.kibocommerce.com/api-reference/productattributes/add-product-attribute.md): Create a new attribute. The attribute name, attribute type, input type, and data type are required. This current version of the Attributes API includes localizedContent to support multi-locale catalogs, which was not present in the previou…
- [Add Vocabulary Value](https://docs.kibocommerce.com/api-reference/productattributes/add-vocabulary-value.md): Creates product attribute vocabulary values
- [Add Vocabulary Value Localized Content](https://docs.kibocommerce.com/api-reference/productattributes/add-vocabulary-value-localized-content.md): Creates vocabulary value localized content
- [Delete Localized Content by Locale Code](https://docs.kibocommerce.com/api-reference/productattributes/delete-localized-content-by-locale-code.md): Deletes localized content by its locale code
- [Delete Product Attribute](https://docs.kibocommerce.com/api-reference/productattributes/delete-product-attribute.md): Deletes a product attribute by its FQN
- [Delete Vocabulary Value](https://docs.kibocommerce.com/api-reference/productattributes/delete-vocabulary-value.md): Deletes a product attribute vocabulary value
- [Delete Vocabulary Value Localized Content by Locale Code](https://docs.kibocommerce.com/api-reference/productattributes/delete-vocabulary-value-localized-content-by-locale-code.md): Delete product attribute vocabulary value localized content by its locale code
- [Get Attribute Type Rules](https://docs.kibocommerce.com/api-reference/productattributes/get-attribute-type-rules.md): Retrieves a paged list of attribute type rules according to any specified filter criteria and sort options.
- [Get Localized Content](https://docs.kibocommerce.com/api-reference/productattributes/get-localized-content.md): Retrieves product attribute localized content
- [Get Localized Content by Locale Code](https://docs.kibocommerce.com/api-reference/productattributes/get-localized-content-by-locale-code.md): Retrieves localized content by its locale code
- [Get Product Attribute](https://docs.kibocommerce.com/api-reference/productattributes/get-product-attribute.md): Retrieves a product attribute by its FQN. This current version of the Attributes API includes localizedContent to support multi-locale catalogs, which was not present in the previous API model. If you were a client prior to May 2024 and ha…
- [Get Product Attributes.](https://docs.kibocommerce.com/api-reference/productattributes/get-product-attributes.md): Get product attributes. This current version of the Attributes API includes localizedContent to support multi-locale catalogs, which was not present in the previous API model. If you were a client prior to May 2024 and have upgraded your i…
- [Get Vocabulary Value](https://docs.kibocommerce.com/api-reference/productattributes/get-vocabulary-value.md): Retrieves a product attribute vocabulary value
- [Get Vocabulary Value Localized Content](https://docs.kibocommerce.com/api-reference/productattributes/get-vocabulary-value-localized-content.md): Retrieves vocabulary value localized content
- [Get Vocabulary Value Localized Content by Locale Code](https://docs.kibocommerce.com/api-reference/productattributes/get-vocabulary-value-localized-content-by-locale-code.md): Get product attribute vocabulary value localized content by its locale code
- [Get Vocabulary Values](https://docs.kibocommerce.com/api-reference/productattributes/get-vocabulary-values.md): Retrieves product attribute vocabulary values
- [Update Localized Content](https://docs.kibocommerce.com/api-reference/productattributes/update-localized-content.md): Updates product attribute localized content
- [Update Localized Content by Locale Code](https://docs.kibocommerce.com/api-reference/productattributes/update-localized-content-by-locale-code.md): Updates localized content by its locale code
- [Update Product Attribute](https://docs.kibocommerce.com/api-reference/productattributes/update-product-attribute.md): Updates a product attribute by its FQN. This current version of the Attributes API includes localizedContent to support multi-locale catalogs, which was not present in the previous API model. If you were a client prior to May 2024 and have…
- [Update Vocabulary Value](https://docs.kibocommerce.com/api-reference/productattributes/update-vocabulary-value.md): Updates a product attribute vocabulary value
- [Update Vocabulary Value Localized Content](https://docs.kibocommerce.com/api-reference/productattributes/update-vocabulary-value-localized-content.md): Updates vocabulary value localized content
- [Update Vocabulary Value Localized Content by Locale Code](https://docs.kibocommerce.com/api-reference/productattributes/update-vocabulary-value-localized-content-by-locale-code.md): Update product attribute vocabulary value localized content by its locale code
- [Update Vocabulary Values](https://docs.kibocommerce.com/api-reference/productattributes/update-vocabulary-values.md): Updates product attribute vocabulary values
- [Add Extra Localized Delta Price](https://docs.kibocommerce.com/api-reference/productextras/add-extra-localized-delta-price.md): Add a extra value localized delta price. This current version of the Products API includes localizedContent to support multi-locale catalogs, which was not present in the previous API model. If you were a client prior to May 2024 and have…
- [Add Product Extra](https://docs.kibocommerce.com/api-reference/productextras/add-product-extra.md): Add extra. This current version of the Products API includes localizedContent to support multi-locale catalogs, which was not present in the previous API model. If you were a client prior to May 2024 and have upgraded your implementation t…
- [Delete Extra Localized Delta Price](https://docs.kibocommerce.com/api-reference/productextras/delete-extra-localized-delta-price.md): Delete extra value localized delta price.
- [Delete Product Extra](https://docs.kibocommerce.com/api-reference/productextras/delete-product-extra.md): Delete extra
- [Get Extra Localized Delta Price](https://docs.kibocommerce.com/api-reference/productextras/get-extra-localized-delta-price.md): Get extra value localized delta price. This current version of the Products API includes localizedContent to support multi-locale catalogs, which was not present in the previous API model. If you were a client prior to May 2024 and have up…
- [Get Extra Localized Delta Price by Currency](https://docs.kibocommerce.com/api-reference/productextras/get-extra-localized-delta-price-by-currency.md): Get extra value localized delta price. This current version of the Products API includes localizedContent to support multi-locale catalogs, which was not present in the previous API model. If you were a client prior to May 2024 and have up…
- [Get Product Extra](https://docs.kibocommerce.com/api-reference/productextras/get-product-extra.md): Get individual extra. This current version of the Products API includes localizedContent to support multi-locale catalogs, which was not present in the previous API model. If you were a client prior to May 2024 and have upgraded your imple…
- [Get Product Extras](https://docs.kibocommerce.com/api-reference/productextras/get-product-extras.md): Get extras for the product. This current version of the Products API includes localizedContent to support multi-locale catalogs, which was not present in the previous API model. If you were a client prior to May 2024 and have upgraded your…
- [Update Extra Localized Delta Price](https://docs.kibocommerce.com/api-reference/productextras/update-extra-localized-delta-price.md): Update extra value localized delta price. This current version of the Products API includes localizedContent to support multi-locale catalogs, which was not present in the previous API model. If you were a client prior to May 2024 and have…
- [Update Extra Localized Delta Price by Currency](https://docs.kibocommerce.com/api-reference/productextras/update-extra-localized-delta-price-by-currency.md): Update extra value localized delta price. This current version of the Products API includes localizedContent to support multi-locale catalogs, which was not present in the previous API model. If you were a client prior to May 2024 and have…
- [Update Product Extra](https://docs.kibocommerce.com/api-reference/productextras/update-product-extra.md): Update extra. This current version of the Products API includes localizedContent to support multi-locale catalogs, which was not present in the previous API model. If you were a client prior to May 2024 and have upgraded your implementatio…
- [Add Product Option](https://docs.kibocommerce.com/api-reference/productoptions/add-product-option.md): Add an option to a product. This current version of the Products API includes localizedContent to support multi-locale catalogs, which was not present in the previous API model. If you were a client prior to May 2024 and have upgraded your…
- [Delete Product Option](https://docs.kibocommerce.com/api-reference/productoptions/delete-product-option.md): Delete a individual option for a product.
- [Get Product Option](https://docs.kibocommerce.com/api-reference/productoptions/get-product-option.md): Get an individual option for a product. This current version of the Products API includes localizedContent to support multi-locale catalogs, which was not present in the previous API model. If you were a client prior to May 2024 and have u…
- [Get Product Options](https://docs.kibocommerce.com/api-reference/productoptions/get-product-options.md): Get options for a product. This current version of the Products API includes localizedContent to support multi-locale catalogs, which was not present in the previous API model. If you were a client prior to May 2024 and have upgraded your…
- [Update Product Option](https://docs.kibocommerce.com/api-reference/productoptions/update-product-option.md): Update an individual option for a product. This current version of the Products API includes localizedContent to support multi-locale catalogs, which was not present in the previous API model. If you were a client prior to May 2024 and hav…
- [Add Product Property](https://docs.kibocommerce.com/api-reference/productproperties/add-product-property.md): Add a property to a product. This current version of the Products API includes localizedContent to support multi-locale catalogs, which was not present in the previous API model. If you were a client prior to May 2024 and have upgraded you…
- [Add Product Property Localized Content](https://docs.kibocommerce.com/api-reference/productproperties/add-product-property-localized-content.md): Add property value localized content.
- [Delete Product Property](https://docs.kibocommerce.com/api-reference/productproperties/delete-product-property.md): Delete a specific product property.
- [Delete Product Property Localized Content by Locale](https://docs.kibocommerce.com/api-reference/productproperties/delete-product-property-localized-content-by-locale.md): Delete property value localized content by locale code.
- [Get Product Properties](https://docs.kibocommerce.com/api-reference/productproperties/get-product-properties.md): Get properties for a product. This current version of the Products API includes localizedContent to support multi-locale catalogs, which was not present in the previous API model. If you were a client prior to May 2024 and have upgraded yo…
- [Get Product Property](https://docs.kibocommerce.com/api-reference/productproperties/get-product-property.md): Get a specific product property. This current version of the Products API includes localizedContent to support multi-locale catalogs, which was not present in the previous API model. If you were a client prior to May 2024 and have upgraded…
- [Get Product Property Localized Content by Locale](https://docs.kibocommerce.com/api-reference/productproperties/get-product-property-localized-content-by-locale.md): Get property value localized content.
- [Get Product Property Localized Contents](https://docs.kibocommerce.com/api-reference/productproperties/get-product-property-localized-contents.md): Get property value localized content.
- [Update Product Property](https://docs.kibocommerce.com/api-reference/productproperties/update-product-property.md): Update a specific product property. This current version of the Products API includes localizedContent to support multi-locale catalogs, which was not present in the previous API model. If you were a client prior to May 2024 and have upgra…
- [Update Product Property Localized Content](https://docs.kibocommerce.com/api-reference/productproperties/update-product-property-localized-content.md): Update property value localized content.
- [Update Product Property Localized Content by Locale](https://docs.kibocommerce.com/api-reference/productproperties/update-product-property-localized-content-by-locale.md): Update property value localized content by locale code.
- [Assign Products to Publish Sets](https://docs.kibocommerce.com/api-reference/productpublishing/assign-products-to-publish-sets.md): Assign products to publish sets.
- [Delete Publish Set](https://docs.kibocommerce.com/api-reference/productpublishing/delete-publish-set.md): Removes all details about a PublishSet from the product service. If the discardDrafts param is true, it also deletes the product drafts.
- [Get Publish Set](https://docs.kibocommerce.com/api-reference/productpublishing/get-publish-set.md): Retrieves the details of a single PublishSet.
- [Get Publish Sets](https://docs.kibocommerce.com/api-reference/productpublishing/get-publish-sets.md): Retrieves a list of PublishSets including the product counts.
- [Publish Draft Products](https://docs.kibocommerce.com/api-reference/productpublishing/publish-draft-products.md): Publis draft products.
- [Endpoint used to apply updates for product type](https://docs.kibocommerce.com/api-reference/productquickedit/endpoint-used-to-apply-updates-for-product-type.md): Endpoint used to apply updates for product type
- [Quick Edit Product in Catalog](https://docs.kibocommerce.com/api-reference/productquickedit/quick-edit-product-in-catalog.md): Updates products in catalog through quick edit. Values will be added, not replaced. The Quick Edit APIs are designed primarily for the Quick Edit UI. They are not advised for bulk product updates through a batch job. For efficiently updating your catalog through a batch job, use the Import Expor…
- [Quick Edit Products](https://docs.kibocommerce.com/api-reference/productquickedit/quick-edit-products.md): Applies top level product updates. The Quick Edit APIs are designed primarily for the Quick Edit UI. They are not advised for bulk product updates through a batch job. For efficiently updating your catalog through a batch job, use the Import Export APIs or the Catalog Administration APIs directly.
- [Quick Edit Properties](https://docs.kibocommerce.com/api-reference/productquickedit/quick-edit-properties.md): Updates product properties through quick edits. Values will be added, not replaced. The Quick Edit APIs are designed primarily for the Quick Edit UI. They are not advised for bulk product updates through a batch job. For efficiently updating your catalog through a batch job, use the Import Export AP…
- [Preview Product Rule](https://docs.kibocommerce.com/api-reference/productrule/preview-product-rule.md): Previews a new product rule by searching for products in the admin index that meet the rule criteria
- [Create Product Rule](https://docs.kibocommerce.com/api-reference/productrules/create-product-rule.md): Creates a new product rule.
- [Delete Product Rules](https://docs.kibocommerce.com/api-reference/productrules/delete-product-rules.md): Delete a product rules.
- [Get Expression Field Definition](https://docs.kibocommerce.com/api-reference/productrules/get-expression-field-definition.md): Get expression field definition
- [Get Product Rule by Code](https://docs.kibocommerce.com/api-reference/productrules/get-product-rule-by-code.md): Retrieves the details of a single product rule.
- [Get Product Rules](https://docs.kibocommerce.com/api-reference/productrules/get-product-rules.md): Retrieves a list of product rules according to any specified filter criteria and sort options.
- [Update Product Rule](https://docs.kibocommerce.com/api-reference/productrules/update-product-rule.md): Update an existing product rules.
- [Validate Expression](https://docs.kibocommerce.com/api-reference/productrules/validate-expression.md): Validate the expression for a product rules
- [Get Product Rule Usages](https://docs.kibocommerce.com/api-reference/productruleusages/get-product-rule-usages.md): Retrieves the usages of a product rule across rule types.
- [Add Product](https://docs.kibocommerce.com/api-reference/products/add-product.md): Creates a new product. This current version of the Products API includes localizedContent to support multi-locale catalogs, which was not present in the previous API model. If you were a client prior to May 2024 and have upgraded your impl…
- [Add Product in Catalogs](https://docs.kibocommerce.com/api-reference/products/add-product-in-catalogs.md): Add a product to catalogs. This current version of the Products API includes localizedContent to support multi-locale catalogs, which was not present in the previous API model. If you were a client prior to May 2024 and have upgraded your…
- [Change product type.](https://docs.kibocommerce.com/api-reference/products/change-product-type.md): Change a product's product type. This current version of the Products API includes localizedContent to support multi-locale catalogs, which was not present in the previous API model. If you were a client prior to May 2024 and have upgraded…
- [Delete Product](https://docs.kibocommerce.com/api-reference/products/delete-product.md): Deletes the product specified by its product code.
- [Delete Product in Catalog](https://docs.kibocommerce.com/api-reference/products/delete-product-in-catalog.md): Delete a product in a particular catalog.
- [Get Product](https://docs.kibocommerce.com/api-reference/products/get-product.md): Retrieves details about a product based on the specified response group. This current version of the Products API includes localizedContent to support multi-locale catalogs, which was not present in the previous API model. If you were a cl…
- [Get Product in Catalog](https://docs.kibocommerce.com/api-reference/products/get-product-in-catalog.md): Retrieves a product in a particular catalog. This current version of the Products API includes localizedContent to support multi-locale catalogs, which was not present in the previous API model. If you were a client prior to May 2024 and h…
- [Get Products](https://docs.kibocommerce.com/api-reference/products/get-products.md): Retrieves a list of products according to any specified filter criteria and sort options. This current version of the Products API includes localizedContent to support multi-locale catalogs, which was not present in the previous API model.…
- [Get Products in Catalogs](https://docs.kibocommerce.com/api-reference/products/get-products-in-catalogs.md): Retrieve products in catalogs. This current version of the Products API includes localizedContent to support multi-locale catalogs, which was not present in the previous API model. If you were a client prior to May 2024 and have upgraded y…
- [Get Secure Item Discounts](https://docs.kibocommerce.com/api-reference/products/get-secure-item-discounts.md): Retrieves a list of non-public discounts according to specified filter criteria. These can only be accessed by users with the Discount Read behavior.
- [Get Secure Item Discounts by Product](https://docs.kibocommerce.com/api-reference/products/get-secure-item-discounts-by-product.md): Retrieves a list of non-public discounts according to specified filter criteria. These can only be accessed by users with the Discount Read behavior.
- [Get Secure Order Discounts](https://docs.kibocommerce.com/api-reference/products/get-secure-order-discounts.md): Retrieves a list of non-public discounts according to specified filter criteria. These can only be accessed by users with the Discount Read behavior.
- [Rename Product Codes](https://docs.kibocommerce.com/api-reference/products/rename-product-codes.md): Action that allows productCodes to be renamed.
- [Update Product](https://docs.kibocommerce.com/api-reference/products/update-product.md): Modifies an existing product. This current version of the Products API includes localizedContent to support multi-locale catalogs, which was not present in the previous API model. If you were a client prior to May 2024 and have upgraded yo…
- [Update Product in Catalog](https://docs.kibocommerce.com/api-reference/products/update-product-in-catalog.md): Update a product in a particular catalog. This current version of the Products API includes localizedContent to support multi-locale catalogs, which was not present in the previous API model. If you were a client prior to May 2024 and have…
- [Update Product in Catalogs](https://docs.kibocommerce.com/api-reference/products/update-product-in-catalogs.md): Updates existing products across your catalogs. This current version of the Products API includes localizedContent to support multi-locale catalogs, which was not present in the previous API model. If you were a client prior to May 2024 an…
- [Get Suggested Search Terms](https://docs.kibocommerce.com/api-reference/productsearch/get-suggested-search-terms.md): Suggests possible search terms as the shopper enters search text. In Unified Commerce, a Suggest2 API exists that returns results based on the returnFields option defined in the search settings. The same request structure and response as documented here is supported by both the /suggest and /suggest…
- [Gets Random Access Cursors](https://docs.kibocommerce.com/api-reference/productsearch/gets-random-access-cursors.md): Generate a list of cursors that then allows you to retrieve all products with efficient deep paging.\r\n\t\t\tOptionally provide a query and/or filter to generate a cursor for a subset of products.\r\n\t\t\tAfter retrieving the cursor, provide a cursorMark to the cursorMark argument of the /search o…
- [Gets Suggested Search Terms 2](https://docs.kibocommerce.com/api-reference/productsearch/gets-suggested-search-terms-2.md): Suggests possible search terms as the shopper enters search text. In Unified Commerce, a Suggest2 API exists that returns results based on the returnFields option defined in the search settings. The same request structure and response as documented here is supported by both the /suggest and /suggest…
- [Search Debug](https://docs.kibocommerce.com/api-reference/productsearch/search-debug.md): Searches the items displayed on the storefront for products or product options that the shopper types in a search query. Used for debugging.
- [Search Products](https://docs.kibocommerce.com/api-reference/productsearch/search-products.md): Searches the categories displayed on the storefront for products or product options that the shopper types in a search query.
- [Search Suggestion Debug](https://docs.kibocommerce.com/api-reference/productsearch/search-suggestion-debug.md): Comma delimited list of suggestion groups that should be returned. The default is everything. e.g. categories, products.
- [Site Search](https://docs.kibocommerce.com/api-reference/productsearch/site-search.md): Searches the items displayed on the storefront.
- [Type Ahead Search](https://docs.kibocommerce.com/api-reference/productsearch/type-ahead-search.md): Searches the items displayed on the storefront.
- [Add Product](https://docs.kibocommerce.com/api-reference/productsv1/add-product.md): Creates a new product. This is the legacy version of the Products API, which allows you to access product data that hasn't yet been rewritten to the newer API model with localizedContent. If possible, Kibo recommends calling the /products endpoint with an x-api-version header set to "1" instead of…
- [Add Product in Catalogs](https://docs.kibocommerce.com/api-reference/productsv1/add-product-in-catalogs.md): Adds a new product to your catalogs. This is the legacy version of the Products API, which allows you to access product data that hasn't yet been rewritten to the newer API model with localizedContent. If possible, Kibo recommends calling the /products endpoint with an x-api-version header set to "1…
- [Get Product](https://docs.kibocommerce.com/api-reference/productsv1/get-product.md): Retrieves details about a product based on the specified response group. This is the legacy version of the Products API, which allows you to access product data that hasn't yet been rewritten to the newer API model with localizedContent. If possible, Kibo recommends calling the /products endpoint…
- [Get Product in Catalog](https://docs.kibocommerce.com/api-reference/productsv1/get-product-in-catalog.md): Retrieves a product in a particular catalog. This is the legacy version of the Products API, which allows you to access product data that hasn't yet been rewritten to the newer API model with localizedContent. If possible, Kibo recommends calling the /products endpoint with an x-api-version header s…
- [Get Products](https://docs.kibocommerce.com/api-reference/productsv1/get-products.md): Retrieves a list of products according to any specified filter criteria and sort options. This is the legacy version of the Products API, which allows you to access product data that hasn't yet been rewritten to the newer API model with localizedContent. If possible, Kibo recommends calling the /p…
- [Get Products in Catalogs](https://docs.kibocommerce.com/api-reference/productsv1/get-products-in-catalogs.md): Retrieve existing products across all catalog. This is the legacy version of the Products API, which allows you to access product data that hasn't yet been rewritten to the newer API model with localizedContent. If possible, Kibo recommends calling the /products endpoint with an x-api-version header…
- [Update Product](https://docs.kibocommerce.com/api-reference/productsv1/update-product.md): Modifies an existing product. This is the legacy version of the Products API, which allows you to access product data that hasn't yet been rewritten to the newer API model with localizedContent. If possible, Kibo recommends calling the /products endpoint with an x-api-version header set to "1" inste…
- [Update Product in Catalog](https://docs.kibocommerce.com/api-reference/productsv1/update-product-in-catalog.md): Updates products in a particular catalog. This is the legacy version of the Products API, which allows you to access product data that hasn't yet been rewritten to the newer API model with localizedContent. If possible, Kibo recommends calling the /products endpoint with an x-api-version header set…
- [Update Products in Catalogs](https://docs.kibocommerce.com/api-reference/productsv1/update-products-in-catalogs.md): Updates existing products across your catalogs. This is the legacy version of the Products API, which allows you to access product data that hasn't yet been rewritten to the newer API model with localizedContent. If possible, Kibo recommends calling the /products endpoint with an x-api-version heade…
- [Add Product Type](https://docs.kibocommerce.com/api-reference/producttypes/add-product-type.md): Get product type by Id.
- [Add Product Type Extra](https://docs.kibocommerce.com/api-reference/producttypes/add-product-type-extra.md): Add a product type extra.
- [Add Product Type Option](https://docs.kibocommerce.com/api-reference/producttypes/add-product-type-option.md): Add a product option to a product type.
- [Add Product Type Property](https://docs.kibocommerce.com/api-reference/producttypes/add-product-type-property.md): Add a property to a product type.
- [Add Variant Product Type Property](https://docs.kibocommerce.com/api-reference/producttypes/add-variant-product-type-property.md): Add a variant property to a product type.
- [Delete Product Type](https://docs.kibocommerce.com/api-reference/producttypes/delete-product-type.md): Delete product type.
- [Delete Product Type Extra](https://docs.kibocommerce.com/api-reference/producttypes/delete-product-type-extra.md): Delete a product type extra.
- [Delete Product Type Option](https://docs.kibocommerce.com/api-reference/producttypes/delete-product-type-option.md): Delete a product type option by its FQN.
- [Delete Product Type Property](https://docs.kibocommerce.com/api-reference/producttypes/delete-product-type-property.md): Delete a product type property by its FQN.
- [Delete Variant Product Type Property](https://docs.kibocommerce.com/api-reference/producttypes/delete-variant-product-type-property.md): Delete a variant property by its FQN.
- [Generate Product Variations](https://docs.kibocommerce.com/api-reference/producttypes/generate-product-variations.md): Generate product variations for a product type.
- [Get Product Type](https://docs.kibocommerce.com/api-reference/producttypes/get-product-type.md): Get product type by Id.
- [Get Product Type Extra](https://docs.kibocommerce.com/api-reference/producttypes/get-product-type-extra.md): Get a product type extra.
- [Get Product Type Extras](https://docs.kibocommerce.com/api-reference/producttypes/get-product-type-extras.md): Get a list of product type extras.
- [Get Product Type Option](https://docs.kibocommerce.com/api-reference/producttypes/get-product-type-option.md): Get an individual product type option by its FQN.
- [Get Product Type Options](https://docs.kibocommerce.com/api-reference/producttypes/get-product-type-options.md): Get options for the product type.
- [Get Product Type Properties](https://docs.kibocommerce.com/api-reference/producttypes/get-product-type-properties.md): Get properties of a product type.
- [Get Product Type Property](https://docs.kibocommerce.com/api-reference/producttypes/get-product-type-property.md): Get a product type property by its FQN.
- [Get Product Types](https://docs.kibocommerce.com/api-reference/producttypes/get-product-types.md): Retrieves a list of product types according to any specified filter criteria and sort options.
- [Get Variant Product Type Properties](https://docs.kibocommerce.com/api-reference/producttypes/get-variant-product-type-properties.md): Get variant properties for a product type.
- [Get Variant Product Type Property](https://docs.kibocommerce.com/api-reference/producttypes/get-variant-product-type-property.md): Get a variant property by its FQN.
- [Update Product Type](https://docs.kibocommerce.com/api-reference/producttypes/update-product-type.md): Update product type.
- [Update Product Type Extra](https://docs.kibocommerce.com/api-reference/producttypes/update-product-type-extra.md): Update a product type extra
- [Update Product Type Option](https://docs.kibocommerce.com/api-reference/producttypes/update-product-type-option.md): Update a product option type by its FQN.
- [Update Product Type Property](https://docs.kibocommerce.com/api-reference/producttypes/update-product-type-property.md): Update a product type property by its FQN.
- [Update Variant Product Type Property](https://docs.kibocommerce.com/api-reference/producttypes/update-variant-product-type-property.md): Update a variant property by its FQN.
- [Add Product Variation Localized Delta Price](https://docs.kibocommerce.com/api-reference/productvariations/add-product-variation-localized-delta-price.md): Add a product variation localized delta price.
- [Add Product Variation Localized Price](https://docs.kibocommerce.com/api-reference/productvariations/add-product-variation-localized-price.md): Add a product variation localized price.
- [Delete Product Variation](https://docs.kibocommerce.com/api-reference/productvariations/delete-product-variation.md): Deletes an existing product variation. This current version of the Products API includes localizedContent to support multi-locale catalogs, which was not present in the previous API model. If you were a client prior to May 2024 and have up…
- [Delete Product Variation Localized Delta Price](https://docs.kibocommerce.com/api-reference/productvariations/delete-product-variation-localized-delta-price.md): Delete the product variation localized delta prices for a specific currency.
- [Delete Product Variation Localized Price by Currency](https://docs.kibocommerce.com/api-reference/productvariations/delete-product-variation-localized-price-by-currency.md): Delete the product variation localized price for a specific currency code.
- [Get Product Variation](https://docs.kibocommerce.com/api-reference/productvariations/get-product-variation.md): Retrieves an existing product variation for a specific product and variation key. This current version of the Products API includes localizedContent to support multi-locale catalogs, which was not present in the previous API model. If you…
- [Get Product Variation Localized Delta Price](https://docs.kibocommerce.com/api-reference/productvariations/get-product-variation-localized-delta-price.md): Retrieve the product variation localized delta prices for a specific currency.
- [Get Product Variation Localized Delta Prices](https://docs.kibocommerce.com/api-reference/productvariations/get-product-variation-localized-delta-prices.md): Get product variation localized delta prices.
- [Get Product Variation Localized Price by Currency](https://docs.kibocommerce.com/api-reference/productvariations/get-product-variation-localized-price-by-currency.md): Get the product variation localized price for a specific currency code.
- [Get Product Variation Localized Prices](https://docs.kibocommerce.com/api-reference/productvariations/get-product-variation-localized-prices.md): Get product variation localized prices.
- [Get Product Variations](https://docs.kibocommerce.com/api-reference/productvariations/get-product-variations.md): Retrieves a paged list of product variations for a specific product according to any specified filter criteria and sort options. This current version of the Products API includes localizedContent to support multi-locale catalogs, which was…
- [Update Product Variation](https://docs.kibocommerce.com/api-reference/productvariations/update-product-variation.md): Modifies an existing product variation specified by its variation key. Typically used to change the price or inventory count of an existing product variation. Read-only options are ignored.
This current version of the Products API includes localizedContent to support purchase limit rule.
- [Delete Purchase Limit Rule](https://docs.kibocommerce.com/api-reference/purchaselimitrules/delete-purchase-limit-rule.md): Deletes a purchase limit rule by code.
- [Get Purchase Limit Rule by Code](https://docs.kibocommerce.com/api-reference/purchaselimitrules/get-purchase-limit-rule-by-code.md): Gets purchase limit rule details by code.
- [Get Purchase Limit Rules](https://docs.kibocommerce.com/api-reference/purchaselimitrules/get-purchase-limit-rules.md): Gets a collection of purchase limit rules according to any specified filter criteria and sort options.
- [Update Purchase Limit Rule](https://docs.kibocommerce.com/api-reference/purchaselimitrules/update-purchase-limit-rule.md): Updates an existing purchase limit rule.
- [Update Purchase Limit Rule Rank](https://docs.kibocommerce.com/api-reference/purchaselimitrules/update-purchase-limit-rule-rank.md): Updates the rank for a purchase limit rule and rearranges the ranks of all other rules accordingly.
- [Add Item To Quote](https://docs.kibocommerce.com/api-reference/quote/add-item-to-quote.md): Adds an item to the Quote of the current shopper.
- [Apply Coupon](https://docs.kibocommerce.com/api-reference/quote/apply-coupon.md): Apply a coupon to the quote.
- [Copy quote](https://docs.kibocommerce.com/api-reference/quote/copy-quote.md): Copies a source quote and creates a new quote.
- [Create Comment](https://docs.kibocommerce.com/api-reference/quote/create-comment.md): Create a comment on a specific quote.
- [Create quote](https://docs.kibocommerce.com/api-reference/quote/create-quote.md): Creates a new B2B quote. With quotes, buyers can request an estimate based on a list of products they are interested in. Sellers can evaluate these requests and make adjustments to pricing, discounts, or other criteria before the buyer chooses whether to place the order or not. Comments can be left…
- [Create Quote From Cart](https://docs.kibocommerce.com/api-reference/quote/create-quote-from-cart.md): Creates a new quote from an existing cart, that is, when the customer chooses to initiate quote.
- [Delete Quote](https://docs.kibocommerce.com/api-reference/quote/delete-quote.md): Deletes the quote specified by quote Id.
- [Delete Quote Item](https://docs.kibocommerce.com/api-reference/quote/delete-quote-item.md): Delete Quote Item
- [Get All Quote Comments](https://docs.kibocommerce.com/api-reference/quote/get-all-quote-comments.md): Retrieves all quote comments from an quote.
- [Get Available Shipping Methods](https://docs.kibocommerce.com/api-reference/quote/get-available-shipping-methods.md): Retrieves available shipping methods for quotes. Typically used to display available shipping method options on the quote page.
- [Get Quote](https://docs.kibocommerce.com/api-reference/quote/get-quote.md): Retrieves the details of a quote specified by the quote ID.
- [Get Quote By Name](https://docs.kibocommerce.com/api-reference/quote/get-quote-by-name.md): Retrieves quote by its name.
- [Get Quote Comment](https://docs.kibocommerce.com/api-reference/quote/get-quote-comment.md): Retrieves a specific quote comment from an quote.
- [Get Quote Item](https://docs.kibocommerce.com/api-reference/quote/get-quote-item.md): Retrieves an individual Quote item from a Quote specified by quote Id and quote item Id.
- [Get Quote Items](https://docs.kibocommerce.com/api-reference/quote/get-quote-items.md): Returns a listing of Quotes
- [Get Quote Items By Quote Name](https://docs.kibocommerce.com/api-reference/quote/get-quote-items-by-quote-name.md): Gets the quote specified by the quote name.
- [Get Quotes](https://docs.kibocommerce.com/api-reference/quote/get-quotes.md): Retrieves a list of B2B Quotes according to any specified filter criteria and sort options.
- [Remove Coupon](https://docs.kibocommerce.com/api-reference/quote/remove-coupon.md): Removes a coupon that had been previously applied to the Quote.
- [Remove Coupons](https://docs.kibocommerce.com/api-reference/quote/remove-coupons.md): Removes all coupons that had been previously applied to the Quote.
- [Send Quote Email](https://docs.kibocommerce.com/api-reference/quote/send-quote-email.md): Send Quote email to provided email addresses or email mentioned on the quote.
- [Update Fulfillment Info](https://docs.kibocommerce.com/api-reference/quote/update-fulfillment-info.md): Updates the fulfillmentInfo of quote.
- [Update Item Fulfillment](https://docs.kibocommerce.com/api-reference/quote/update-item-fulfillment.md): Updates the fulfillment method and/or location of an individual quote item in the quote.
- [Update Item Product Price](https://docs.kibocommerce.com/api-reference/quote/update-item-product-price.md): Overrides the price of an individual quote item.
- [Update Item Quantity](https://docs.kibocommerce.com/api-reference/quote/update-item-quantity.md): Updates the quantity of an individual Quote item.
- [Update Quote](https://docs.kibocommerce.com/api-reference/quote/update-quote.md): Updates a quote specified by quote Id.
- [Update Quote Adjustments](https://docs.kibocommerce.com/api-reference/quote/update-quote-adjustments.md): Set product, shipping, and handling adjustments on the specified quote.
- [Execute Redaction](https://docs.kibocommerce.com/api-reference/redaction/execute-redaction.md): Executes an approved draft redaction report. This action is irreversible — it permanently removes or overwrites all PII identified in the report. The report status changes from Draft to Executed and operationLog is populated. See the Redaction Services…
- [Generate Redaction Report](https://docs.kibocommerce.com/api-reference/redaction/generate-redaction-report.md): Creates a draft redaction report by scanning tenant data for all PII associated with the specified data subject. No data is modified at this stage. Review the returned report before executing. See the Redaction Services Developer Guide for the compl…
- [Get Redaction Report](https://docs.kibocommerce.com/api-reference/redaction/get-redaction-report.md): Retrieves a single redaction report by ID. Returns the full report including affectedEntities and, after execution, the operationLog. Use this to review a draft before executing or to audit a completed redaction. See the Redaction Services Developer Gui…
- [List Redaction Reports](https://docs.kibocommerce.com/api-reference/redaction/list-redaction-reports.md): Lists redaction reports for the tenant, with optional filtering by status (Draft or Executed) and date range. Returns summary objects without affectedEntities or operationLog; retrieve individual reports by ID for full details. See the Redaction Service…
- [Render Order Summary](https://docs.kibocommerce.com/api-reference/rendition/render-order-summary.md): Render an order summary in HTML.
- [Render Return Receipt](https://docs.kibocommerce.com/api-reference/rendition/render-return-receipt.md): Render a return receipt in HTML.
- [Activate Reservation](https://docs.kibocommerce.com/api-reference/reservation/activate-reservation.md): Activate a reservation. Kibo does not recommend using this API, as it is intended for internal use.
- [Add Item](https://docs.kibocommerce.com/api-reference/reservation/add-item.md): Add an item to a reservation. Set runSynchronous to "true" to perform this call synchronously with better performance time.
- [Close Reservation](https://docs.kibocommerce.com/api-reference/reservation/close-reservation.md): Close a reservation. Kibo does not recommend using this API, as it is intended for internal use.
- [Convert To Order Reservation](https://docs.kibocommerce.com/api-reference/reservation/convert-to-order-reservation.md): Converts a reservation associated with a cart to an order reservation.
- [Create Reservation](https://docs.kibocommerce.com/api-reference/reservation/create-reservation.md): Creates a new reservation. Set runSynchronous to "true" to perform this call synchronously with better performance time.
- [Delete Reservation](https://docs.kibocommerce.com/api-reference/reservation/delete-reservation.md): Delete a reservation. Set runSynchronous to "true" to perform this call synchronously with better performance time.
- [Get Allocation Status](https://docs.kibocommerce.com/api-reference/reservation/get-allocation-status.md): Get Allocation Status
- [Get Reservation By Id](https://docs.kibocommerce.com/api-reference/reservation/get-reservation-by-id.md): Get a specific reservation by its ID.
- [Get Reservations](https://docs.kibocommerce.com/api-reference/reservation/get-reservations.md): Get all reservations.
- [Get Reservations By Cart Id](https://docs.kibocommerce.com/api-reference/reservation/get-reservations-by-cart-id.md): Get reservations based on the Cart ID.
- [Remove Item](https://docs.kibocommerce.com/api-reference/reservation/remove-item.md): Remove an item from a reservation.
- [Update Item Quantity](https://docs.kibocommerce.com/api-reference/reservation/update-item-quantity.md): Update a reservation item's quantity. Set runSynchronous to "true" to perform this call synchronously with better performance time.
- [Update Reservation](https://docs.kibocommerce.com/api-reference/reservation/update-reservation.md): Update an existing reservation.
- [Update Reservation Item](https://docs.kibocommerce.com/api-reference/reservation/update-reservation-item.md): Updates a reservation item. Set runSynchronous to "true" to perform this call synchronously with better performance time.
- [Update Timer](https://docs.kibocommerce.com/api-reference/reservation/update-timer.md): Restart the expiration timer of a reservation.
- [Update Zip Code](https://docs.kibocommerce.com/api-reference/reservation/update-zip-code.md): Update the zip code of a reservation. Set runSynchronous to "true" to perform this call synchronously with better performance time.
- [Add Package to Return](https://docs.kibocommerce.com/api-reference/return/add-package-to-return.md): package?
- [Auto Refund Return](https://docs.kibocommerce.com/api-reference/return/auto-refund-return.md): Attempt to automatically refund the return
- [Create Payment Action For Return](https://docs.kibocommerce.com/api-reference/return/create-payment-action-for-return.md): Sets the action of the specified payment transaction interaction. Available actions depend on the current status of the payment transaction.If in doubt, get a list of available payment actions first.
- [Create Return Attributes](https://docs.kibocommerce.com/api-reference/return/create-return-attributes.md): Adds an attributeSet to the return. This is an internal attributeSet that the merchant might want to add to a return.
- [Create Return Item](https://docs.kibocommerce.com/api-reference/return/create-return-item.md): Adds a return item to the return.
- [Create Return Item Attributes](https://docs.kibocommerce.com/api-reference/return/create-return-item-attributes.md): Adds attributes to the return item. This is an internal attribute that the merchant might want to add to a return item.
- [Create Return Note](https://docs.kibocommerce.com/api-reference/return/create-return-note.md): Adds a note to the return. This is an internal note that the merchant might want to add to a return. This note is visible in Admin for customer service representatives to see.
- [Create Return Shipment](https://docs.kibocommerce.com/api-reference/return/create-return-shipment.md): Creates a shipment by grouping together multiple packages into logical shipments.
- [Create Return Shipping Order](https://docs.kibocommerce.com/api-reference/return/create-return-shipping-order.md): Creates a child order for the return for processing replacements. The request body (a collection of ReturnItemSpecifier) is optional. If the body is empty, the operation replaces all remaining items marked for replace. If you want to replace only a specific item(s) marked for return, you must specif…
- [Create Returns](https://docs.kibocommerce.com/api-reference/return/create-returns.md): Creates a new Return for an order or product list.
- [Delete Order Item](https://docs.kibocommerce.com/api-reference/return/delete-order-item.md): Removes a particular return item from the return of the current shopper.
- [Delete Return](https://docs.kibocommerce.com/api-reference/return/delete-return.md): Deletes a return specified by return Id.
- [Delete Return Note](https://docs.kibocommerce.com/api-reference/return/delete-return-note.md): Deletes a specific note on a return.
- [Delete Return Package](https://docs.kibocommerce.com/api-reference/return/delete-return-package.md): Delete a package from the return.
- [Delete Return Shipment](https://docs.kibocommerce.com/api-reference/return/delete-return-shipment.md): Deletes an existing return shipment
- [Dispose Return Items](https://docs.kibocommerce.com/api-reference/return/dispose-return-items.md): Restock return items at a disposition location.
- [Get Available Return Actions](https://docs.kibocommerce.com/api-reference/return/get-available-return-actions.md): Gets all the available actions on the return specified by return Id.
- [Get Item Conditions](https://docs.kibocommerce.com/api-reference/return/get-item-conditions.md): Gets the item conditions for the returns
- [Get Payment](https://docs.kibocommerce.com/api-reference/return/get-payment.md): Gets specific payment on the return specified by return Id and payment Id.
- [Get Payment Distribution](https://docs.kibocommerce.com/api-reference/return/get-payment-distribution.md): Get Payment Distribution
- [Get Payments](https://docs.kibocommerce.com/api-reference/return/get-payments.md): Gets payments on the return specified by return Id.
- [Get Reasons](https://docs.kibocommerce.com/api-reference/return/get-reasons.md): Gets all the return reasons.
- [Get Return](https://docs.kibocommerce.com/api-reference/return/get-return.md): Allows for retrieval for a return given only the return Id. Further manipulation of that returns must be done off of the order.
- [Get Return Attributes](https://docs.kibocommerce.com/api-reference/return/get-return-attributes.md): Retrieves a list of all attribute sets for a return.
- [Get Return Item](https://docs.kibocommerce.com/api-reference/return/get-return-item.md): Retrieves the details of a single return item.
- [Get Return Item Attributes](https://docs.kibocommerce.com/api-reference/return/get-return-item-attributes.md): Retrieves a list of all attributes for a return item.
- [Get Return Items](https://docs.kibocommerce.com/api-reference/return/get-return-items.md): Retrieves the details of all return items in an order.
- [Get Return Label](https://docs.kibocommerce.com/api-reference/return/get-return-label.md): Gets the return label specified by returnId.
- [Get Return Note](https://docs.kibocommerce.com/api-reference/return/get-return-note.md): Retrieves a specific note from a return.
- [Get Return Notes](https://docs.kibocommerce.com/api-reference/return/get-return-notes.md): Retrieves a list of all notes for a return.
- [Get Return Package](https://docs.kibocommerce.com/api-reference/return/get-return-package.md): Get an return package.
- [Get Return Package Label](https://docs.kibocommerce.com/api-reference/return/get-return-package-label.md): Get a return package label
- [Get Return Shipment](https://docs.kibocommerce.com/api-reference/return/get-return-shipment.md): Retrieves a return shipment
- [Get Returns](https://docs.kibocommerce.com/api-reference/return/get-returns.md): Provides a paged, collection of returns for a Site.
- [Perform Payment Action For Return](https://docs.kibocommerce.com/api-reference/return/perform-payment-action-for-return.md): Sets the action of the specified payment transaction interaction. Available actions depend on the current status of the payment transaction.If in doubt, get a list of available payment actions first. To retrieve the list of available actions, use an operation like GetAvailableReturnActions to view…
- [Perform Return Action](https://docs.kibocommerce.com/api-reference/return/perform-return-action.md): Performs a specified action on one or more returns.
- [Resend Return Email](https://docs.kibocommerce.com/api-reference/return/resend-return-email.md): Resends return email.
- [Restock Return Items](https://docs.kibocommerce.com/api-reference/return/restock-return-items.md): API to restock return item.
- [Update Return](https://docs.kibocommerce.com/api-reference/return/update-return.md): Updates an existing return.
- [Update Return Attributes](https://docs.kibocommerce.com/api-reference/return/update-return-attributes.md): Updates a specific return attribute set of a return.
- [Update Return Item Attributes](https://docs.kibocommerce.com/api-reference/return/update-return-item-attributes.md): Updates a specific return item attribute set of a return item.
- [Update Return Note](https://docs.kibocommerce.com/api-reference/return/update-return-note.md): Updates a specific note for a return.
- [Update Return Package](https://docs.kibocommerce.com/api-reference/return/update-return-package.md): Updates a return's package.
- [Create Attribute](https://docs.kibocommerce.com/api-reference/returnattributedefinitions/create-attribute.md): Create Attribute
- [Get Attribute](https://docs.kibocommerce.com/api-reference/returnattributedefinitions/get-attribute.md): Get Attribute
- [Get Attribute Vocabulary Values](https://docs.kibocommerce.com/api-reference/returnattributedefinitions/get-attribute-vocabulary-values.md): Get Attribute Vocabulary Values
- [Get Attributes](https://docs.kibocommerce.com/api-reference/returnattributedefinitions/get-attributes.md): Get Attributes
- [Update Attribute](https://docs.kibocommerce.com/api-reference/returnattributedefinitions/update-attribute.md): Update Attribute
- [Create Return Rule](https://docs.kibocommerce.com/api-reference/returnrules/create-return-rule.md): Creates a new return rule.
- [Delete Return Rule](https://docs.kibocommerce.com/api-reference/returnrules/delete-return-rule.md): Deletes a return rule by code.
- [Get Return Rule by Code](https://docs.kibocommerce.com/api-reference/returnrules/get-return-rule-by-code.md): Gets return rule details by code.
- [Get Return Rules](https://docs.kibocommerce.com/api-reference/returnrules/get-return-rules.md): Gets a collection of return rules according to any specified filter criteria and sort options.
- [Update Return Rule](https://docs.kibocommerce.com/api-reference/returnrules/update-return-rule.md): Updates an existing return rule.
- [Update Return Rule Rank](https://docs.kibocommerce.com/api-reference/returnrules/update-return-rule-rank.md): Updates the rank for a return rule and rearranges the ranks of all other rules accordingly.
- [Create Return Settings](https://docs.kibocommerce.com/api-reference/returnsettings/create-return-settings.md): Creates return settings which includes return processing fee, return shipping location
and return label creation on fulfillment
- [Get Return Settings](https://docs.kibocommerce.com/api-reference/returnsettings/get-return-settings.md): Retrieves return settings which includes return processing fee, return shipping location
and return label creation on fulfillment
- [Update Return Settings](https://docs.kibocommerce.com/api-reference/returnsettings/update-return-settings.md): Modifies existing fulfillment settings which includes return processing fee, return shipping location
and return label creation on fulfillment
- [Get Roles](https://docs.kibocommerce.com/api-reference/role/get-roles.md): Retrieves a list of all roles defined for this tenant.
- [Get Sample Request](https://docs.kibocommerce.com/api-reference/routing/get-sample-request.md): Retrieves a sample request.
- [Get Suggestion Log](https://docs.kibocommerce.com/api-reference/routing/get-suggestion-log.md): Retrieves a log of routing suggestions for an order. You can also view suggestion logs through the Order Routing user interface.
- [Suggest Candidates](https://docs.kibocommerce.com/api-reference/routing/suggest-candidates.md): Suggests the routing candidates for an order.
- [Suggest Routing](https://docs.kibocommerce.com/api-reference/routing/suggest-routing.md): Suggests the routing assignment for an order.
- [Suggest Routing Test](https://docs.kibocommerce.com/api-reference/routing/suggest-routing-test.md): Tests the routing suggestion logic.
- [Evaluate Purchase Limits](https://docs.kibocommerce.com/api-reference/rules/evaluate-purchase-limits.md): Evaluate the purchase limits for given products and customer.
- [Evaluate Return Eligibility](https://docs.kibocommerce.com/api-reference/rules/evaluate-return-eligibility.md): Evaluate the return eligibility for given products and customer
- [Evaluate Safety Stock Rules](https://docs.kibocommerce.com/api-reference/rules/evaluate-safety-stock-rules.md): Evaluate the safety stock for given products and locations
- [Create Safety Stock Rule](https://docs.kibocommerce.com/api-reference/safetystockrules/create-safety-stock-rule.md): Creates a new safety stock rule.
- [Delete Safety Stock Rule](https://docs.kibocommerce.com/api-reference/safetystockrules/delete-safety-stock-rule.md): Deletes a safety stock rule by code.
- [Get Safety Stock Rule by Code](https://docs.kibocommerce.com/api-reference/safetystockrules/get-safety-stock-rule-by-code.md): Gets safety stock rule details by code.
- [Get Safety Stock Rules](https://docs.kibocommerce.com/api-reference/safetystockrules/get-safety-stock-rules.md): Gets a collection of safety stock rules according to any specified filter criteria and sort options.
- [Update Safety Stock Rule](https://docs.kibocommerce.com/api-reference/safetystockrules/update-safety-stock-rule.md): Updates an existing safety stock rule.
- [Update Safety Stock Rule Rank](https://docs.kibocommerce.com/api-reference/safetystockrules/update-safety-stock-rule-rank.md): Updates the rank for a safety stock rule and rearranges the ranks of all other rules accordingly.
- [Get Schema Definition](https://docs.kibocommerce.com/api-reference/schemadefinition/get-schema-definition.md): Get Schema Definition
- [List Schema Definitions](https://docs.kibocommerce.com/api-reference/schemadefinition/list-schema-definitions.md): List Schema Definitions
- [Publish](https://docs.kibocommerce.com/api-reference/schemadefinition/publish.md): Publish
- [Revert](https://docs.kibocommerce.com/api-reference/schemadefinition/revert.md): Revert
- [Update Schema Definition](https://docs.kibocommerce.com/api-reference/schemadefinition/update-schema-definition.md): Update Schema Definition
- [Delete Category Suggest Settings](https://docs.kibocommerce.com/api-reference/searchcategorysuggestsettings/delete-category-suggest-settings.md): Deletes the CategorySuggestSettings for a specific SearchSetting by name.
- [Get Category Suggest Settings](https://docs.kibocommerce.com/api-reference/searchcategorysuggestsettings/get-category-suggest-settings.md): Get CategorySuggestSettings for a specific SearchSettings.
- [Update Category Suggest Settings](https://docs.kibocommerce.com/api-reference/searchcategorysuggestsettings/update-category-suggest-settings.md): Adds or updates the CategorySuggestSettings for a specific SearchSetting.
- [Delete Search Listing Settings](https://docs.kibocommerce.com/api-reference/searchlistingsettings/delete-search-listing-settings.md): Deletes the ListingSettings for a specific SearchSetting by name.
- [Get Search Listing Settings](https://docs.kibocommerce.com/api-reference/searchlistingsettings/get-search-listing-settings.md): Get ListingSettings for a specific SearchSettings by name.
- [Update Search Listing Settings](https://docs.kibocommerce.com/api-reference/searchlistingsettings/update-search-listing-settings.md): Adds or updates the ListingSettings for a specific SearchSetting by name.
- [Clone Search Merchandizing Rule](https://docs.kibocommerce.com/api-reference/searchmerchandizingrule/clone-search-merchandizing-rule.md): Clones a search merchandizing rule.
- [Create Search Merchandizing Rule](https://docs.kibocommerce.com/api-reference/searchmerchandizingrule/create-search-merchandizing-rule.md): Create a new search merchandizing rule.
- [Delete Search Merchandizing Rule](https://docs.kibocommerce.com/api-reference/searchmerchandizingrule/delete-search-merchandizing-rule.md): Deletes a search merchandizing rule.
- [Get Search Merchandizing Rule](https://docs.kibocommerce.com/api-reference/searchmerchandizingrule/get-search-merchandizing-rule.md): Retrieves a search merchandizing rule based on its code.
- [Get Search Merchandizing Rules](https://docs.kibocommerce.com/api-reference/searchmerchandizingrule/get-search-merchandizing-rules.md): Retrieve a list of all search merchandizing rules. You can filter this query by CategoryCode, which supports an EQ (equals) filter with the syntax /catalog/admin/searchmerchandizingrules/?filter=categorycode eq AAA
- [Update Search Merchandizing Rule](https://docs.kibocommerce.com/api-reference/searchmerchandizingrule/update-search-merchandizing-rule.md): Updates an existing search merchandizing rule.
- [Preview Search Merchandizing Rule](https://docs.kibocommerce.com/api-reference/searchmerchandizingrules/preview-search-merchandizing-rule.md): Preview search results with given SearchMerchandizingRule object
- [Search Preview](https://docs.kibocommerce.com/api-reference/searchpreview/search-preview.md): Though this endpoint only returns data, the decision has been made to make it a POST because the request body will be larger than what a url length can contain.
- [Site Search Preview](https://docs.kibocommerce.com/api-reference/searchpreview/site-search-preview.md): Though this endpoint only returns data, the decision has been made to make it a POST because the request body will be larger than what a url length can contain.
- [Delete Product Suggest Settings](https://docs.kibocommerce.com/api-reference/searchproductsuggestsettings/delete-product-suggest-settings.md): Deletes the ProductSuggestSettings for a specific SearchSetting by name.
- [Get Product Suggest Settings](https://docs.kibocommerce.com/api-reference/searchproductsuggestsettings/get-product-suggest-settings.md): Get ProductSuggestSettings for a specific SearchSettings by name.
- [Update Product Suggest Settings](https://docs.kibocommerce.com/api-reference/searchproductsuggestsettings/update-product-suggest-settings.md): Adds or updates the ProductSuggestSettings for a specific SearchSetting by name.
- [Add Search Redirect](https://docs.kibocommerce.com/api-reference/searchredirect/add-search-redirect.md): Adds a search redirect for a specific site.
- [Delete Search Redirect](https://docs.kibocommerce.com/api-reference/searchredirect/delete-search-redirect.md): Deletes a specific redirect for a site.
- [Get Search Redirect](https://docs.kibocommerce.com/api-reference/searchredirect/get-search-redirect.md): Get search redirect by redirect id.
- [Get Search Redirects](https://docs.kibocommerce.com/api-reference/searchredirect/get-search-redirects.md): Get search redirect list.
- [Update Search Redirect](https://docs.kibocommerce.com/api-reference/searchredirect/update-search-redirect.md): Update a search redirect for a specific site.
- [Add Search Settings](https://docs.kibocommerce.com/api-reference/searchsettings/add-search-settings.md): Adds the Search Settings for a specific site.
- [Delete Search Settings by Name](https://docs.kibocommerce.com/api-reference/searchsettings/delete-search-settings-by-name.md): Delete the Search Settings for a specific site by name.
- [Delete Site Search Settings](https://docs.kibocommerce.com/api-reference/searchsettings/delete-site-search-settings.md): Deletes the SiteSearchSettings for a specific SearchSetting by name.
- [Get Search Settings](https://docs.kibocommerce.com/api-reference/searchsettings/get-search-settings.md): Get site search settings list.
- [Get Search Settings by Name](https://docs.kibocommerce.com/api-reference/searchsettings/get-search-settings-by-name.md): Get specific site search settings by name.
- [Get Site Search Settings](https://docs.kibocommerce.com/api-reference/searchsettings/get-site-search-settings.md): Get SiteSearchSettings for a specific SearchSettings by name.
- [Get System Default Search Settings](https://docs.kibocommerce.com/api-reference/searchsettings/get-system-default-search-settings.md): Get the system default search settings.
- [Update Search Settings by Name](https://docs.kibocommerce.com/api-reference/searchsettings/update-search-settings-by-name.md): Update site search settings for a specific site by name.
- [Update Site Search Settings](https://docs.kibocommerce.com/api-reference/searchsettings/update-site-search-settings.md): Updates the SiteSearchSettings for a specific SearchSetting by name.
- [Update Spellcheck Settings](https://docs.kibocommerce.com/api-reference/searchsettings/update-spellcheck-settings.md): Update Spellcheck for SiteSearchSettings.
- [Add Synonym Definition](https://docs.kibocommerce.com/api-reference/searchsynonyms/add-synonym-definition.md): Add synonym definition
- [Add Synonym Definition Collection](https://docs.kibocommerce.com/api-reference/searchsynonyms/add-synonym-definition-collection.md): Add or update a synonym definition collection.
- [Delete Synonym Definition](https://docs.kibocommerce.com/api-reference/searchsynonyms/delete-synonym-definition.md): Delete a specific synonym definition by ID.
- [Get Synonym Definition](https://docs.kibocommerce.com/api-reference/searchsynonyms/get-synonym-definition.md): Get a specific synonym definition by ID.
- [Get Synonym Definition Collection](https://docs.kibocommerce.com/api-reference/searchsynonyms/get-synonym-definition-collection.md): Get synonym definition collection.
- [Get Synonym Definition Collections](https://docs.kibocommerce.com/api-reference/searchsynonyms/get-synonym-definition-collections.md): Get synonym definition collections.
- [Get Synonym Definitions](https://docs.kibocommerce.com/api-reference/searchsynonyms/get-synonym-definitions.md): Get synonym definitions.
- [Update Synonym Definition](https://docs.kibocommerce.com/api-reference/searchsynonyms/update-synonym-definition.md): Update a specific synonym definition by ID.
- [Backorder Items](https://docs.kibocommerce.com/api-reference/shipment/backorder-items.md): Backorder items from a shipment.
- [Backorder Shipment](https://docs.kibocommerce.com/api-reference/shipment/backorder-shipment.md): Backorder a shipment.
- [Cancel Items](https://docs.kibocommerce.com/api-reference/shipment/cancel-items.md): Cancel items from a shipment.
- [Cancel Order Shipments](https://docs.kibocommerce.com/api-reference/shipment/cancel-order-shipments.md): Cancel an order's shipments.
- [Cancel Shipment](https://docs.kibocommerce.com/api-reference/shipment/cancel-shipment.md): Cancel a specific shipment.
- [Create Shipment](https://docs.kibocommerce.com/api-reference/shipment/create-shipment.md): Create a new shipment.
- [Create Shipments](https://docs.kibocommerce.com/api-reference/shipment/create-shipments.md): Create new shipments in bulk.
- [Customer At Curbside](https://docs.kibocommerce.com/api-reference/shipment/customer-at-curbside.md): Indicates that the customer is ready for curbside pickup.
- [Customer At Store](https://docs.kibocommerce.com/api-reference/shipment/customer-at-store.md): Indicates that a customer is ready for in-store pickup.
- [Customer Care Items](https://docs.kibocommerce.com/api-reference/shipment/customer-care-items.md): Places shipment items into Customer Care.
- [Customer Care Shipment](https://docs.kibocommerce.com/api-reference/shipment/customer-care-shipment.md): Places a shipment into Customer Care.
- [Customer in Transit](https://docs.kibocommerce.com/api-reference/shipment/customer-in-transit.md): Indicates that the customer is in transit for pickup.
- [Delete Order Shipments](https://docs.kibocommerce.com/api-reference/shipment/delete-order-shipments.md): Delete the shipments of an order.
- [Delete Shipment](https://docs.kibocommerce.com/api-reference/shipment/delete-shipment.md): Delete a shipment.
- [Destination Update](https://docs.kibocommerce.com/api-reference/shipment/destination-update.md): Update a shipment's destination.
- [Execute Task](https://docs.kibocommerce.com/api-reference/shipment/execute-task.md): Complete a shipment task.
- [Fulfill Shipment](https://docs.kibocommerce.com/api-reference/shipment/fulfill-shipment.md): Mark a shipment as fulfilled.
- [Get Location Summary Report](https://docs.kibocommerce.com/api-reference/shipment/get-location-summary-report.md): Get a location summary report.
- [Get Shipment](https://docs.kibocommerce.com/api-reference/shipment/get-shipment.md): Get a specific shipment by its number.
- [Get Shipment Step Count by Shipment Type](https://docs.kibocommerce.com/api-reference/shipment/get-shipment-step-count-by-shipment-type.md): Get the step counts of shipment types.
- [Get Shipments](https://docs.kibocommerce.com/api-reference/shipment/get-shipments.md): A paged list of shipments is returned according to any specified filter criteria and sort options. These Fulfillment APIs use a different paging and filtering scheme than most other APIs in the system. For more information, see the Sorting & Filtering AP…
- [Get Tasks](https://docs.kibocommerce.com/api-reference/shipment/get-tasks.md): Get all shipment tasks.
- [Get Workflow Instance Image](https://docs.kibocommerce.com/api-reference/shipment/get-workflow-instance-image.md): Get a workflow instance image for a shipment.
- [Picked Up Items](https://docs.kibocommerce.com/api-reference/shipment/picked-up-items.md): Mark shipment items as picked up.
- [Reassign Items](https://docs.kibocommerce.com/api-reference/shipment/reassign-items.md): Reassign shipment items.
- [Reassign Shipments](https://docs.kibocommerce.com/api-reference/shipment/reassign-shipments.md): Reassign a shipment.
- [Receive Transfer](https://docs.kibocommerce.com/api-reference/shipment/receive-transfer.md): Mark a transfer shipment as received.
- [Refresh Shipment](https://docs.kibocommerce.com/api-reference/shipment/refresh-shipment.md): Refresh a shipment.
- [Reject Items](https://docs.kibocommerce.com/api-reference/shipment/reject-items.md): Reject shipment items.
- [Reject Shipment](https://docs.kibocommerce.com/api-reference/shipment/reject-shipment.md): Reject a shipment.
- [Render Order Summary](https://docs.kibocommerce.com/api-reference/shipment/render-order-summary.md): Render an order summary in HTML.
- [Render Packing Slip](https://docs.kibocommerce.com/api-reference/shipment/render-packing-slip.md): Render a packing slip in HTML.
- [Replace Shipment](https://docs.kibocommerce.com/api-reference/shipment/replace-shipment.md): Update and replace an existing shipment.
- [Resend Item Email](https://docs.kibocommerce.com/api-reference/shipment/resend-item-email.md): Resend an item email notification.
- [Resend Shipment Email](https://docs.kibocommerce.com/api-reference/shipment/resend-shipment-email.md): Resend a shipment confirmation email.
- [Retry Fulfilling Shipment](https://docs.kibocommerce.com/api-reference/shipment/retry-fulfilling-shipment.md): Attempt to fulfill a shipment again.
- [Revert Task](https://docs.kibocommerce.com/api-reference/shipment/revert-task.md): Revert a shipment task.
- [Search and Receive Transfer](https://docs.kibocommerce.com/api-reference/shipment/search-and-receive-transfer.md): Search for and receive a transfer shipment.
- [Skip Task](https://docs.kibocommerce.com/api-reference/shipment/skip-task.md): Skip a shipment task.
- [Transfer Items](https://docs.kibocommerce.com/api-reference/shipment/transfer-items.md): Transfer items from a shipment.
- [Transfer Shipment](https://docs.kibocommerce.com/api-reference/shipment/transfer-shipment.md): Transfer a shipment.
- [Update Backorder Items](https://docs.kibocommerce.com/api-reference/shipment/update-backorder-items.md): Update a shipment's backordered items.
- [Update Fulfillment Fields](https://docs.kibocommerce.com/api-reference/shipment/update-fulfillment-fields.md): Update a shipment's fulfillment fields.
- [Update Gift Card Info](https://docs.kibocommerce.com/api-reference/shipment/update-gift-card-info.md): Update the gift card information of a shipment.
- [Workflow Definition Image](https://docs.kibocommerce.com/api-reference/shipment/workflow-definition-image.md): Get the workflow definition image of a shipment.
- [Create Attribute](https://docs.kibocommerce.com/api-reference/shipmentattributedefinition/create-attribute.md): Create Attribute
- [Get Attribute](https://docs.kibocommerce.com/api-reference/shipmentattributedefinition/get-attribute.md): Get Attribute
- [Get Attribute Vocabulary Values](https://docs.kibocommerce.com/api-reference/shipmentattributedefinition/get-attribute-vocabulary-values.md): Get Attribute Vocabulary Values
- [Get Attributes](https://docs.kibocommerce.com/api-reference/shipmentattributedefinition/get-attributes.md): Get Attributes
- [Update Attribute](https://docs.kibocommerce.com/api-reference/shipmentattributedefinition/update-attribute.md): Update Attribute
- [Delete Shipment Attribute](https://docs.kibocommerce.com/api-reference/shipmentattributes/delete-shipment-attribute.md): Delete a shipment attribute.
- [Get Shipment Attribute](https://docs.kibocommerce.com/api-reference/shipmentattributes/get-shipment-attribute.md): Get a shipment attribute by its key.
- [Get Shipment Attributes](https://docs.kibocommerce.com/api-reference/shipmentattributes/get-shipment-attributes.md): Get a shipment's attributes.
- [Set Shipment Attribute](https://docs.kibocommerce.com/api-reference/shipmentattributes/set-shipment-attribute.md): Set a shipment's attribute value.
- [Set Shipment Attributes](https://docs.kibocommerce.com/api-reference/shipmentattributes/set-shipment-attributes.md): Set a shipment's attributes.
- [Delete Alternate Contact](https://docs.kibocommerce.com/api-reference/shipmentcontact/delete-alternate-contact.md): Delete a shipment's alternate contact details.
- [Get Alternate Contact](https://docs.kibocommerce.com/api-reference/shipmentcontact/get-alternate-contact.md): Get the designated alternate contact for a shipment.
- [Get Customer Contact](https://docs.kibocommerce.com/api-reference/shipmentcontact/get-customer-contact.md): Get the customer contact information of a shipment.
- [Get Destination Contact](https://docs.kibocommerce.com/api-reference/shipmentcontact/get-destination-contact.md): Get the destination contact for a shipment.
- [Update Alternate Contact](https://docs.kibocommerce.com/api-reference/shipmentcontact/update-alternate-contact.md): Update the designated alternate contact of a shipment.
- [Update Customer Contact](https://docs.kibocommerce.com/api-reference/shipmentcontact/update-customer-contact.md): Update the customer contact information of a shipment.
- [Update Destination Contact](https://docs.kibocommerce.com/api-reference/shipmentcontact/update-destination-contact.md): Update the destination contact of a shipment.
- [Delete Shipment Data](https://docs.kibocommerce.com/api-reference/shipmentdata/delete-shipment-data.md): Delete a shipment's data.
- [Delete Shipment Data by Key](https://docs.kibocommerce.com/api-reference/shipmentdata/delete-shipment-data-by-key.md): Delete a shipment data entry by its key.
- [Delete Shipment Item Data](https://docs.kibocommerce.com/api-reference/shipmentdata/delete-shipment-item-data.md): Delete shipment item data.
- [Delete Shipment Item Data by Key](https://docs.kibocommerce.com/api-reference/shipmentdata/delete-shipment-item-data-by-key.md): Delete a shipment item data record by its key.
- [Get Shipment Data](https://docs.kibocommerce.com/api-reference/shipmentdata/get-shipment-data.md): Get the data of a shipment.
- [Get Shipment Item Data](https://docs.kibocommerce.com/api-reference/shipmentdata/get-shipment-item-data.md): Get the data of a shipment line item.
- [Replace Shipment Data](https://docs.kibocommerce.com/api-reference/shipmentdata/replace-shipment-data.md): Update and replace a shipment's data.
- [Replace Shipment Item Data](https://docs.kibocommerce.com/api-reference/shipmentdata/replace-shipment-item-data.md): Replace shipment item data.
- [Get Shipment Inventory Allocations](https://docs.kibocommerce.com/api-reference/shipmentinventoryallocation/get-shipment-inventory-allocations.md): Get future Inventory Allocations by shipment Ids
- [Delete Shipment Note](https://docs.kibocommerce.com/api-reference/shipmentnotes/delete-shipment-note.md): Delete an existing shipment note.
- [New Shipment Note](https://docs.kibocommerce.com/api-reference/shipmentnotes/new-shipment-note.md): Add a new note to a shipment.
- [Update Shipment Note](https://docs.kibocommerce.com/api-reference/shipmentnotes/update-shipment-note.md): Update an existing shipment note.
- [Create New Packages](https://docs.kibocommerce.com/api-reference/shipmentpackages/create-new-packages.md): Create new shipment packages in bulk.
- [Delete Shipment Package](https://docs.kibocommerce.com/api-reference/shipmentpackages/delete-shipment-package.md): Delete an existing shipment package.
- [Delete Shipment Packages](https://docs.kibocommerce.com/api-reference/shipmentpackages/delete-shipment-packages.md): Delete shipment packages in bulk.
- [New Package](https://docs.kibocommerce.com/api-reference/shipmentpackages/new-package.md): Create a new shipment package.
- [Update Package](https://docs.kibocommerce.com/api-reference/shipmentpackages/update-package.md): Update an existing shipment package.
- [Create shipment rule](https://docs.kibocommerce.com/api-reference/shipmentrules/create-shipment-rule.md): Creates a new shipment rule.
- [Delete shipment rule](https://docs.kibocommerce.com/api-reference/shipmentrules/delete-shipment-rule.md): Delete a shipment rule.
- [Get shipment rule by code](https://docs.kibocommerce.com/api-reference/shipmentrules/get-shipment-rule-by-code.md): Retrieves the details of a single shipment rule.
- [Get shipment rules](https://docs.kibocommerce.com/api-reference/shipmentrules/get-shipment-rules.md): Retrieves a list of shipment rules.
- [Parse Shipment Expression](https://docs.kibocommerce.com/api-reference/shipmentrules/parse-shipment-expression.md): Parses a shipment expression and returns the query string for retrieving shipments that match the criteria.
- [Update shipment rule](https://docs.kibocommerce.com/api-reference/shipmentrules/update-shipment-rule.md): Update an existing shipment rule.
- [Get Carriers](https://docs.kibocommerce.com/api-reference/shipping/get-carriers.md): Get a list of supported carriers.
- [Get Labels](https://docs.kibocommerce.com/api-reference/shipping/get-labels.md): Get Shipping Label for the Service Type Requested
- [Get Labels By Tracking Number](https://docs.kibocommerce.com/api-reference/shipping/get-labels-by-tracking-number.md): Get shipping labels by tracking number.
- [Get Multi Rates](https://docs.kibocommerce.com/api-reference/shipping/get-multi-rates.md): Get List of Rate Responses for a List of Rate Requests
- [Get Rates](https://docs.kibocommerce.com/api-reference/shipping/get-rates.md): Get Rate Responses for a Rate Request
- [Get Transit Times](https://docs.kibocommerce.com/api-reference/shipping/get-transit-times.md): Get Transit Times
- [Handle Carrier Notifications](https://docs.kibocommerce.com/api-reference/shippingnotification/handle-carrier-notifications.md): Handle carrier notifications.
- [Create Order Handling Fee Rule](https://docs.kibocommerce.com/api-reference/shippingprofile/create-order-handling-fee-rule.md): Creates a new order handling fee rule
- [Create Product Handling Fee Rule](https://docs.kibocommerce.com/api-reference/shippingprofile/create-product-handling-fee-rule.md): Creates a new product handling fee rule
- [Create Shipping Inclusion Rule](https://docs.kibocommerce.com/api-reference/shippingprofile/create-shipping-inclusion-rule.md): Creates a new shipping inclusion rule
- [Delete Order Handling Fee Rule](https://docs.kibocommerce.com/api-reference/shippingprofile/delete-order-handling-fee-rule.md): Deletes an existing order handling fee rule
- [Delete Product Handling Fee Rule](https://docs.kibocommerce.com/api-reference/shippingprofile/delete-product-handling-fee-rule.md): Deletes an existing product handling fee rule
- [Delete Shipping Inclusion Rule](https://docs.kibocommerce.com/api-reference/shippingprofile/delete-shipping-inclusion-rule.md): Deletes an existing shipping inclusion rule
- [Get Configured Shipping States](https://docs.kibocommerce.com/api-reference/shippingprofile/get-configured-shipping-states.md): Retrieves all configured shipping states
- [Get Order Handling Fee Rule](https://docs.kibocommerce.com/api-reference/shippingprofile/get-order-handling-fee-rule.md): Retrieves an order handling fee rule by ID
- [Get Order Handling Fee Rules](https://docs.kibocommerce.com/api-reference/shippingprofile/get-order-handling-fee-rules.md): Retrieve all order handling fee rules
- [Get Product Handling Fee Rule](https://docs.kibocommerce.com/api-reference/shippingprofile/get-product-handling-fee-rule.md): Retrieves a product handling fee rule by ID
- [Get Product Handling Fee Rules](https://docs.kibocommerce.com/api-reference/shippingprofile/get-product-handling-fee-rules.md): Retrieves all product handling fee rules
- [Get Shipping Inclusion Rule](https://docs.kibocommerce.com/api-reference/shippingprofile/get-shipping-inclusion-rule.md): Retrieves a shipping inclusion rule by ID
- [Get Shipping Inclusion Rules](https://docs.kibocommerce.com/api-reference/shippingprofile/get-shipping-inclusion-rules.md): Retrieves all shipping inclusion rules
- [Get Shipping Profiles](https://docs.kibocommerce.com/api-reference/shippingprofile/get-shipping-profiles.md): Get shipping profiles for the tenant/master catalog
- [Update Order Handling Fee Rule](https://docs.kibocommerce.com/api-reference/shippingprofile/update-order-handling-fee-rule.md): Updates an existing order handling fee rule
- [Update Product Handling Fee Rule](https://docs.kibocommerce.com/api-reference/shippingprofile/update-product-handling-fee-rule.md): Updates an existing product handling fee rule
- [Update Shipping Inclusion Rule](https://docs.kibocommerce.com/api-reference/shippingprofile/update-shipping-inclusion-rule.md): Updates an existing shipping inclusion rule
- [Update States](https://docs.kibocommerce.com/api-reference/shippingprofile/update-states.md): Updates the configured shipping states
- [Create Shipping Settings](https://docs.kibocommerce.com/api-reference/shippingsettings/create-shipping-settings.md): OBSOLETE: Handling fees are now defined via shipping admin
Creates site's shipping handling fee.
- [Get Order Handling Fee](https://docs.kibocommerce.com/api-reference/shippingsettings/get-order-handling-fee.md): OBSOLETE: Handling fees are now defined via shipping admin
Retrieves the site's shipping handling fee.
- [Get Site Shipping Settings](https://docs.kibocommerce.com/api-reference/shippingsettings/get-site-shipping-settings.md): Retrieves site's current shipping settings including information about the active shipping rate provider,
return address, shipping methods, and which countries that you can ship to.
- [Update Shipping Settings](https://docs.kibocommerce.com/api-reference/shippingsettings/update-shipping-settings.md): OBSOLETE: Handling fees are now defined via shipping admin
Updates the site's shipping handling fee.
- [Add Stopwords](https://docs.kibocommerce.com/api-reference/stopwords/add-stopwords.md): Upload a stopwords file for a language as a list of strings. This should be a .txt file, not JSON.
- [Get Stopwords](https://docs.kibocommerce.com/api-reference/stopwords/get-stopwords.md): Downloads the stopwords file for the language. This is a .txt file, not a JSON response.
- [Get Storefront Shipment](https://docs.kibocommerce.com/api-reference/storefront/get-storefront-shipment.md): Retrieve a storefront shipment by number.
- [Get Storefront Shipments](https://docs.kibocommerce.com/api-reference/storefront/get-storefront-shipments.md): Retrieve all storefront shipments.
- [Create Anonymous Shopper Auth Ticket](https://docs.kibocommerce.com/api-reference/storefrontauthticket/create-anonymous-shopper-auth-ticket.md): Authenticates anonymous shopper for the site.
- [Create Auth Ticket](https://docs.kibocommerce.com/api-reference/storefrontauthticket/create-auth-ticket.md): Validates the 2FA details provided by the user and creates an authentication ticket
- [Create User Auth Ticket](https://docs.kibocommerce.com/api-reference/storefrontauthticket/create-user-auth-ticket.md): Authenticates a user for a particular site given a set of user credentials.
- [Generate 2FA Code](https://docs.kibocommerce.com/api-reference/storefrontauthticket/generate-2fa-code.md): Generates a 6-digit 2FA code and sends it to the user's email
- [Generate OTP Code](https://docs.kibocommerce.com/api-reference/storefrontauthticket/generate-otp-code.md): Generates a 6-digit OTP code and sends it to the user's email
- [Impersonate Cart](https://docs.kibocommerce.com/api-reference/storefrontauthticket/impersonate-cart.md): Impersonates a cart.
- [Refresh User Auth Ticket](https://docs.kibocommerce.com/api-reference/storefrontauthticket/refresh-user-auth-ticket.md): Refreshes a user's authentication.
- [Validate OTP](https://docs.kibocommerce.com/api-reference/storefrontauthticket/validate-otp.md): Validates the OTP details provided by the Admin and creates an authentication ticket
- [Get Price List](https://docs.kibocommerce.com/api-reference/storefrontpricelists/get-price-list.md): Retrieves the price list for the given priceListCode
- [Get Resolved Price List (GET)](https://docs.kibocommerce.com/api-reference/storefrontpricelists/get-resolved-price-list-get.md): This is primarily used when creating an offline order for a shopper. You can use this operation alongside custom Arc.js actions to alter the price list to which a shopper resolves.
- [Get Resolved Price List (POST)](https://docs.kibocommerce.com/api-reference/storefrontpricelists/get-resolved-price-list-post.md): This is primarily used when creating an offline order for a shopper. You can use this operation alongside custom Arc.js actions to alter the price list to which a shopper resolves.
- [Configure Variation Product](https://docs.kibocommerce.com/api-reference/storefrontproducts/configure-variation-product.md): Configure a new product selection. This occurs each time a shopper selects a product option as they configure a product. Once all the required product options are configured, the product can be added to a cart.
- [Get location inventories for a list of products](https://docs.kibocommerce.com/api-reference/storefrontproducts/get-location-inventories-for-a-list-of-products.md): Get location inventories for a list of products
- [Get Location Inventory](https://docs.kibocommerce.com/api-reference/storefrontproducts/get-location-inventory.md): Get product inventory. You can provide up to a maximum of 200 product codes and 200 location codes in the endpoint by default.
- [Get Product](https://docs.kibocommerce.com/api-reference/storefrontproducts/get-product.md): Retrieves information about a single product given its product code.
- [Get Product Costs](https://docs.kibocommerce.com/api-reference/storefrontproducts/get-product-costs.md): Get costs for products. This cost is the amount the merchant pays for the product—it is not the price that the shopper sees on the storefront (which is usually higher).
- [Get Product for Indexing](https://docs.kibocommerce.com/api-reference/storefrontproducts/get-product-for-indexing.md): Retrieves information about a single product given its product code for Mozu to index in the search engine
- [Get Product Substitutions](https://docs.kibocommerce.com/api-reference/storefrontproducts/get-product-substitutions.md): Returns a list of up to 10 products that can be substituted for the provided product code.
- [Get Products](https://docs.kibocommerce.com/api-reference/storefrontproducts/get-products.md): Retrieves a list of products that appear on the storefront according to any specified filter criteria and sort options.
- [Validate Discounts](https://docs.kibocommerce.com/api-reference/storefrontproducts/validate-discounts.md): Validate if a collection of discounts is valid for a product. This includes discounts that would normally be considered order level discounts.
- [Validate Variant Product](https://docs.kibocommerce.com/api-reference/storefrontproducts/validate-variant-product.md): Validate the final state of shopper-selected options.
- [Get Search Redirect](https://docs.kibocommerce.com/api-reference/storefrontsearchredirect/get-search-redirect.md): Get search redirect item by redirect Id.
- [Get Search Redirects](https://docs.kibocommerce.com/api-reference/storefrontsearchredirect/get-search-redirects.md): Get list of search redirect items.
- [Add Subscription Item](https://docs.kibocommerce.com/api-reference/subscription/add-subscription-item.md): Add a subscription item in existing subscription.
- [Apply Coupon](https://docs.kibocommerce.com/api-reference/subscription/apply-coupon.md): Apply coupon to the Subscription.
- [Change Pricelist On Subscription](https://docs.kibocommerce.com/api-reference/subscription/change-pricelist-on-subscription.md): Updates the price list on the subscription.
- [Convert To Order](https://docs.kibocommerce.com/api-reference/subscription/convert-to-order.md): Convert the subscription to order.
- [Create Subscription Attributes](https://docs.kibocommerce.com/api-reference/subscription/create-subscription-attributes.md): Creates list of subscription attributes specified by subscription Id.
- [Creates Subscription](https://docs.kibocommerce.com/api-reference/subscription/creates-subscription.md): Creates and validates a new subscription.
- [Delete Subscription Data](https://docs.kibocommerce.com/api-reference/subscription/delete-subscription-data.md): Delete Value of the given Key in the SubscriptionData bag.
- [Delete Subscription Draft](https://docs.kibocommerce.com/api-reference/subscription/delete-subscription-draft.md): Delete subscription draft
- [Delete Subscription Item](https://docs.kibocommerce.com/api-reference/subscription/delete-subscription-item.md): Removes a particular subscription item from the subscription
- [Delete Subscription Item Data](https://docs.kibocommerce.com/api-reference/subscription/delete-subscription-item-data.md): Deletes the Value of the given Key in the SubscriptionItem Data bag.
- [Get Available Shipment Methods](https://docs.kibocommerce.com/api-reference/subscription/get-available-shipment-methods.md): Gets valid shipping methods for subscription
- [Get Reasons](https://docs.kibocommerce.com/api-reference/subscription/get-reasons.md): Gets available subscription action reasons for the given category. If no category is supplied will give available Cancel action reasons.
- [Get Subscription Attributes](https://docs.kibocommerce.com/api-reference/subscription/get-subscription-attributes.md): Gets the list of attributes specified by subscription Id.
- [Get Subscription Data](https://docs.kibocommerce.com/api-reference/subscription/get-subscription-data.md): Retrieves all the values in the Subscription Data bag
- [Get Subscription Item Data](https://docs.kibocommerce.com/api-reference/subscription/get-subscription-item-data.md): Retrieves a specific value in the SubscriptionItem Data bag.
- [Get Subscriptions](https://docs.kibocommerce.com/api-reference/subscription/get-subscriptions.md): Retrieves a list of subscriptions according to any specified filter criteria and sort options.
- [Gets Subscription](https://docs.kibocommerce.com/api-reference/subscription/gets-subscription.md): Retrieves the details of a subscription specified by the subscription ID.
- [Order Now](https://docs.kibocommerce.com/api-reference/subscription/order-now.md): Lets the user place an instant order from the subscription.
- [Order Partial Subscription](https://docs.kibocommerce.com/api-reference/subscription/order-partial-subscription.md): Lets the user place an order from Partial Draft.
- [Perform Subscription Action](https://docs.kibocommerce.com/api-reference/subscription/perform-subscription-action.md): Perform the specified action on subscription. Available actions are Activate, Pause, Cancel, and RetryFailedContinuityOrder.
- [Remove Coupons](https://docs.kibocommerce.com/api-reference/subscription/remove-coupons.md): Removes existing coupons from a subscription.
- [Skip Subscription](https://docs.kibocommerce.com/api-reference/subscription/skip-subscription.md): Skips the next continuity order for the subscription.
- [Update Adjustments](https://docs.kibocommerce.com/api-reference/subscription/update-adjustments.md): Update item, shipping and handling adjustments on the subscription.
- [Update Fulfillment Info](https://docs.kibocommerce.com/api-reference/subscription/update-fulfillment-info.md): Modifies the Fulfillment Info for a subscription.
- [Update Installment plan](https://docs.kibocommerce.com/api-reference/subscription/update-installment-plan.md): Updates the installment plan on the subscription.
- [Update Item Fulfillment](https://docs.kibocommerce.com/api-reference/subscription/update-item-fulfillment.md): Update an item's fulfillment type on an existing subscription.
- [Update Item Quantity](https://docs.kibocommerce.com/api-reference/subscription/update-item-quantity.md): Updates an item's quantity on a existing subscription.
- [Update Next Order Date](https://docs.kibocommerce.com/api-reference/subscription/update-next-order-date.md): Updates the next order date on an existing subscription
- [Update Payment](https://docs.kibocommerce.com/api-reference/subscription/update-payment.md): Updates the payment on the subscription.
- [Update Subscription](https://docs.kibocommerce.com/api-reference/subscription/update-subscription.md): Update the info for an existing subscription
- [Update Subscription Attribute](https://docs.kibocommerce.com/api-reference/subscription/update-subscription-attribute.md): Updates the list of subscription attributes specified by subscription id and removes the missing attributes if not passed when removeMissing flag is set.
- [Update Subscription Data](https://docs.kibocommerce.com/api-reference/subscription/update-subscription-data.md): Insert / Updates the Value of the given Key in the Subscription Data bag.
- [Update Subscription Frequency](https://docs.kibocommerce.com/api-reference/subscription/update-subscription-frequency.md): Update the frequency on an existing subscription
- [Update Subscription Item Data](https://docs.kibocommerce.com/api-reference/subscription/update-subscription-item-data.md): Updates the value of the given key on a subscription item bag.
- [Upsert Inventory Tags](https://docs.kibocommerce.com/api-reference/subscription/upsert-inventory-tags.md): Updates and replaces inventory tags.
- [Create Subscription Settings](https://docs.kibocommerce.com/api-reference/subscriptionsettings/create-subscription-settings.md): Creates new subscription settings for a site
- [Get Subscription Settings](https://docs.kibocommerce.com/api-reference/subscriptionsettings/get-subscription-settings.md): Retrieves existing subscription settings for a site
- [Update Subscription Settings](https://docs.kibocommerce.com/api-reference/subscriptionsettings/update-subscription-settings.md): Modifies existing subscription settings for a site
- [Downloads the suggest file for the site](https://docs.kibocommerce.com/api-reference/suggestdefinition/downloads-the-suggest-file-for-the-site.md): Downloads the suggest file for the site
- [Gets the suggester settings for the site](https://docs.kibocommerce.com/api-reference/suggestdefinition/gets-the-suggester-settings-for-the-site.md): Gets the suggester settings for the site
- [Updates the suggester settings for the site](https://docs.kibocommerce.com/api-reference/suggestdefinition/updates-the-suggester-settings-for-the-site.md): Updates the suggester settings for the site
- [Uploads a suggest file for the site in tab separated format)](https://docs.kibocommerce.com/api-reference/suggestdefinition/uploads-a-suggest-file-for-the-site-in-tab-separated-format.md): Uploads a suggest file for the site in tab separated format)
- [List Synonyms](https://docs.kibocommerce.com/api-reference/synonym/list-synonyms.md): List Synonyms
- [Update Synonyms](https://docs.kibocommerce.com/api-reference/synonym/update-synonyms.md): Update Synonyms
- [Create Tag](https://docs.kibocommerce.com/api-reference/tag/create-tag.md): Creates a tag.
- [Delete Tag](https://docs.kibocommerce.com/api-reference/tag/delete-tag.md): Deletes a Tag specified by its tagCode.
- [Get Tag](https://docs.kibocommerce.com/api-reference/tag/get-tag.md): Retrieves the details of a single tag.
- [Get Tag Collection as Tag Tree](https://docs.kibocommerce.com/api-reference/tag/get-tag-collection-as-tag-tree.md): Retrieves the tag collection as tag tree for specified tagCode.
- [Get Tags](https://docs.kibocommerce.com/api-reference/tag/get-tags.md): Retrieves a list of tags.
- [Update Tag](https://docs.kibocommerce.com/api-reference/tag/update-tag.md): Modifies a tag.
- [Create Target Rule](https://docs.kibocommerce.com/api-reference/targetrules/create-target-rule.md): Create Target Rule
- [Delete Target Rule](https://docs.kibocommerce.com/api-reference/targetrules/delete-target-rule.md): Delete Target Rule
- [Get Target Rule](https://docs.kibocommerce.com/api-reference/targetrules/get-target-rule.md): Get Target Rule
- [Get Target Rules](https://docs.kibocommerce.com/api-reference/targetrules/get-target-rules.md): Retrieves a list of TargetRules according to any specified filter criteria and sort options
- [Update Target Rule](https://docs.kibocommerce.com/api-reference/targetrules/update-target-rule.md): Update Target Rule
- [Validate Target Rule](https://docs.kibocommerce.com/api-reference/targetrules/validate-target-rule.md): Validate Target Rule
- [Estimate Order Tax](https://docs.kibocommerce.com/api-reference/taxes/estimate-order-tax.md): Retrieves a tax context for the given order.
- [Get Tenant by ID](https://docs.kibocommerce.com/api-reference/tenants/get-tenant-by-id.md): Retrieve information about a tenant. The attributes object will contain flags indicating whether or not certain features are enabled on the tenant. Kibo employees can reference this internal-only documentation for a list of all attributes.
- [Create Transfer Time](https://docs.kibocommerce.com/api-reference/transfertimes/create-transfer-time.md): Create transfertime between locations or location types
- [Delete Transfer Time](https://docs.kibocommerce.com/api-reference/transfertimes/delete-transfer-time.md): Deletes a specific transfer time
- [Get Transfer Times](https://docs.kibocommerce.com/api-reference/transfertimes/get-transfer-times.md): Gets list of transfertimes by filter (FromId and ToId), sort and paging.
- [Get Transfer Times by Locations](https://docs.kibocommerce.com/api-reference/transfertimes/get-transfer-times-by-locations.md): Gets transfertimes between a specific ToLocation and a list of FromLocations
- [Gets a specif transfertime by Id](https://docs.kibocommerce.com/api-reference/transfertimes/gets-a-specif-transfertime-by-id.md): Gets a specific transfertime by Id
- [Update Transfer Time](https://docs.kibocommerce.com/api-reference/transfertimes/update-transfer-time.md): Update a specific transfer time
- [Activate a vendor by setting its status to Active](https://docs.kibocommerce.com/api-reference/vendor/activate-a-vendor-by-setting-its-status-to-active.md): Activate a vendor by setting its status to Active
- [Add locations to a vendor (bulk operation)](https://docs.kibocommerce.com/api-reference/vendor/add-locations-to-a-vendor-bulk-operation.md): Add locations to a vendor (bulk operation)
- [Create a new vendor](https://docs.kibocommerce.com/api-reference/vendor/create-a-new-vendor.md): Create a new vendor
- [Create a new vendor SKU mapping](https://docs.kibocommerce.com/api-reference/vendor/create-a-new-vendor-sku-mapping.md): Create a new vendor SKU mapping
- [Deactivate a vendor by setting its status to InActive](https://docs.kibocommerce.com/api-reference/vendor/deactivate-a-vendor-by-setting-its-status-to-inactive.md): Deactivate a vendor by setting its status to InActive
- [Deletes a specific vendor](https://docs.kibocommerce.com/api-reference/vendor/deletes-a-specific-vendor.md): Deletes a specific vendor
- [Deletes a specific vendor SKU mapping](https://docs.kibocommerce.com/api-reference/vendor/deletes-a-specific-vendor-sku-mapping.md): Deletes a specific vendor SKU mapping
- [Get all locations associated with a vendor](https://docs.kibocommerce.com/api-reference/vendor/get-all-locations-associated-with-a-vendor.md): Get all locations associated with a vendor
- [Gets a specific vendor by vendor code](https://docs.kibocommerce.com/api-reference/vendor/gets-a-specific-vendor-by-vendor-code.md): Gets a specific vendor by vendor code
- [Gets a specific vendor SKU mapping by UPC](https://docs.kibocommerce.com/api-reference/vendor/gets-a-specific-vendor-sku-mapping-by-upc.md): Gets a specific vendor SKU mapping by UPC
- [Gets list of vendor SKU mappings by filter, sort and paging](https://docs.kibocommerce.com/api-reference/vendor/gets-list-of-vendor-sku-mappings-by-filter-sort-and-paging.md): Gets list of vendor SKU mappings by filter, sort and paging
- [Gets list of vendors by filter, sort and paging](https://docs.kibocommerce.com/api-reference/vendor/gets-list-of-vendors-by-filter-sort-and-paging.md): Filter by VendorCode, Name, Status, Email, or LocationCode
- [Gets vendor SKU mappings for the vendor associated with a location](https://docs.kibocommerce.com/api-reference/vendor/gets-vendor-sku-mappings-for-the-vendor-associated-with-a-location.md): Gets vendor SKU mappings for the vendor associated with a location
- [Remove multiple locations from a vendor (bulk operation, idempotent)](https://docs.kibocommerce.com/api-reference/vendor/remove-multiple-locations-from-a-vendor-bulk-operation-idempotent.md): Remove multiple locations from a vendor (bulk operation, idempotent)
- [Update a specific vendor](https://docs.kibocommerce.com/api-reference/vendor/update-a-specific-vendor.md): Update a specific vendor
- [Update a specific vendor SKU mapping](https://docs.kibocommerce.com/api-reference/vendor/update-a-specific-vendor-sku-mapping.md): Update a specific vendor SKU mapping
- [Update vendor locations (bulk operation with upsert or full replace)](https://docs.kibocommerce.com/api-reference/vendor/update-vendor-locations-bulk-operation-with-upsert-or-full-replace.md): Update vendor locations (bulk operation with upsert or full replace)
- [Get View Documents](https://docs.kibocommerce.com/api-reference/views/get-view-documents.md): Get View Documents
- [Add Item To Wishlist](https://docs.kibocommerce.com/api-reference/wishlist/add-item-to-wishlist.md): Adds an item to the wishlist of the current shopper.
- [Create Wishlist](https://docs.kibocommerce.com/api-reference/wishlist/create-wishlist.md): Create wishlist.
- [Delete Wishlist Item](https://docs.kibocommerce.com/api-reference/wishlist/delete-wishlist-item.md): Delete/remove wishlist item.
- [Deletes Wishlist](https://docs.kibocommerce.com/api-reference/wishlist/deletes-wishlist.md): Deletes a wishlist specified by wishlist Id.
- [Get Wishlist](https://docs.kibocommerce.com/api-reference/wishlist/get-wishlist.md): Retrieves the details of a wishlist specified by the wishlist ID.
- [Get Wishlist By Name](https://docs.kibocommerce.com/api-reference/wishlist/get-wishlist-by-name.md): Retrieves wishlist by name.
- [Get Wishlist Item](https://docs.kibocommerce.com/api-reference/wishlist/get-wishlist-item.md): Retrieves an individual wishlist item from a wishlist.
- [Get Wishlist Items](https://docs.kibocommerce.com/api-reference/wishlist/get-wishlist-items.md): Returns a listing of wishlists.
- [Get Wishlist Items By WishlistName](https://docs.kibocommerce.com/api-reference/wishlist/get-wishlist-items-by-wishlistname.md): Returns a listing of wishlists.
- [Get Wishlists](https://docs.kibocommerce.com/api-reference/wishlist/get-wishlists.md): Retrieves a list of wishlists according to any specified filter criteria and sort options.
- [Remove All Wishlist Items](https://docs.kibocommerce.com/api-reference/wishlist/remove-all-wishlist-items.md): Clears all items in the wishlist.
- [Update Wishlist](https://docs.kibocommerce.com/api-reference/wishlist/update-wishlist.md): Updates a wishlist specified by wishlist Id.
- [Update Wishlist Item](https://docs.kibocommerce.com/api-reference/wishlist/update-wishlist-item.md): Updates a wishlist item.
- [Update Wishlist Item Quantity](https://docs.kibocommerce.com/api-reference/wishlist/update-wishlist-item-quantity.md): Updates the quantity of an item in the wishlist.
- [Get Process Definition](https://docs.kibocommerce.com/api-reference/workflowprocess/get-process-definition.md): Get a specific process definition by ID.
- [Get Process Definition Image](https://docs.kibocommerce.com/api-reference/workflowprocess/get-process-definition-image.md): Get a process definition image.
- [Get Process Definitions](https://docs.kibocommerce.com/api-reference/workflowprocess/get-process-definitions.md): Get a list of process definitions.
- [Get Workflow Process by Shipment Type](https://docs.kibocommerce.com/api-reference/workflowprocess/get-workflow-process-by-shipment-type.md): Get workflow process details by shipment type.
- [Get Workflow Process by Shipment Type and Location Code](https://docs.kibocommerce.com/api-reference/workflowprocess/get-workflow-process-by-shipment-type-and-location-code.md): Get workflow process details by shipment type and location code.
- [Get Workflow Process by Shipment Type and Location Group Code](https://docs.kibocommerce.com/api-reference/workflowprocess/get-workflow-process-by-shipment-type-and-location-group-code.md): Get workflow process details by shipment type and location group code.
- [Buy Online Pickup In Store (BOPIS)](https://docs.kibocommerce.com/concept-guides/bopis.md): Learn how BOPIS enables customers to purchase products online and collect them at physical retail locations
- [Cart & Checkout](https://docs.kibocommerce.com/concept-guides/cart-and-checkout.md): Explore cart and checkout capabilities for aggregating shopper selections and finalizing transactions
- [Catalog and Product Architecture](https://docs.kibocommerce.com/concept-guides/catalog.md): Learn how catalogs, sites, categories, and products work together to power your commerce experience
- [Delivery Fulfillment](https://docs.kibocommerce.com/concept-guides/delivery-fulfillment.md): Enable routing and dispatch of shipments from retail locations or distribution centers to customers
- [Fulfillment](https://docs.kibocommerce.com/concept-guides/fulfillment.md): Manage the complete process of getting ordered items from inventory to customers
- [Fulfillment SLAs](https://docs.kibocommerce.com/concept-guides/fulfillment-slas.md): Measure and enforce time constraints for fulfillment processes to ensure reliable operational performance
- [Concept Guides Overview](https://docs.kibocommerce.com/concept-guides/index.md): Comprehensive guides to understanding Kibo Commerce platform capabilities and features
- [Inventory Overview](https://docs.kibocommerce.com/concept-guides/inventory.md): Track quantity, location, and availability status of products across your unified commerce platform
- [Order Routing Overview](https://docs.kibocommerce.com/concept-guides/order-routing.md): Determine optimal fulfillment locations for customer orders using dynamic business rules
- [Payments](https://docs.kibocommerce.com/concept-guides/payments.md): Accept, authorize, and manage monetary transactions across all sales channels securely
- [Pricing](https://docs.kibocommerce.com/concept-guides/pricing.md): Learn how price lists enable dynamic, targeted pricing strategies for B2C and B2B commerce
- [Promotions](https://docs.kibocommerce.com/concept-guides/promotions.md): Apply conditional price adjustments using campaigns, discounts, and coupon sets
- [Returns & Reverse Logistics](https://docs.kibocommerce.com/concept-guides/returns-and-reverse-logistics.md): Manage product returns from initiation through physical movement and financial resolution
- [Search and Merchandizing](https://docs.kibocommerce.com/concept-guides/search-and-merchandizing.md): Control product discovery, relevancy ranking, and strategic product presentation
- [Ship to Home (STH)](https://docs.kibocommerce.com/concept-guides/sth.md): Ship products directly from fulfillment locations to customer delivery addresses
- [Product Subscriptions Overview](https://docs.kibocommerce.com/concept-guides/subscriptions.md): Enable automated recurring purchases and manage the complete subscription lifecycle
- [Admin User API](https://docs.kibocommerce.com/developer-guides/admin-user.md): User management, roles, and permissions for Kibo platform administrators
- [Cart API](https://docs.kibocommerce.com/developer-guides/cart.md): Managing shopping carts and checkout flows for storefront applications
- [Catalog Admin API](https://docs.kibocommerce.com/developer-guides/catalog-admin-api.md): Managing products, attributes, product types, and categories with the Kibo Catalog API
- [Commerce/OMS API](https://docs.kibocommerce.com/developer-guides/commerce.md): Order imports and OMS integrations for external e-commerce front-ends
- [Customer API](https://docs.kibocommerce.com/developer-guides/customer.md): Customer accounts, addresses, saved payments, and authentication
- [Entities API](https://docs.kibocommerce.com/developer-guides/entities.md): Custom data storage with entity lists for extensions and integrations
- [Events/Webhooks API](https://docs.kibocommerce.com/developer-guides/event.md): Webhook subscriptions and event notifications for real-time integrations
- [Developer Guides Overview](https://docs.kibocommerce.com/developer-guides/index.md): Technical API guides for building integrations with the Kibo Commerce platform
- [Inventory API](https://docs.kibocommerce.com/developer-guides/inventory.md): Location-based inventory management, stock levels, and availability tracking
- [Location Admin API](https://docs.kibocommerce.com/developer-guides/location-admin.md): Managing fulfillment locations, capabilities, and operational settings
- [Location Groups API](https://docs.kibocommerce.com/developer-guides/location-group.md): Grouping locations for inventory aggregation and fulfillment routing
- [Order Routing API](https://docs.kibocommerce.com/developer-guides/order-routing.md): Intelligent fulfillment routing and suggestion-based order distribution
- [Pricing API](https://docs.kibocommerce.com/developer-guides/pricing.md): Price lists, pricing strategies, and B2B/B2C pricing management
- [Redaction Services](https://docs.kibocommerce.com/developer-guides/redaction-services.md): Handle data subject erasure and right-to-deletion requests under GDPR, CCPA, DPDP, LGPD, LFPDPPP, and other privacy regulations using Kibo's two-phase redaction workflow
- [Reservation API](https://docs.kibocommerce.com/developer-guides/reservation.md): Temporary inventory holds during checkout to prevent overselling
- [Settings API](https://docs.kibocommerce.com/developer-guides/settings.md): Business configuration and site settings for platform behavior
- [Shipment Packages API](https://docs.kibocommerce.com/developer-guides/shipment-packages.md): Physical package creation, dimensions, and tracking for shipments
- [Shipments API](https://docs.kibocommerce.com/developer-guides/shipments.md): Fulfillment shipment management and order dispatch workflows
- [Storefront Catalog API](https://docs.kibocommerce.com/developer-guides/storefront-catalog.md): Customer-facing product display, search, and navigation APIs
- [Subscription API](https://docs.kibocommerce.com/developer-guides/subscription.md): Recurring orders and subscription lifecycle management
- [Action (After)](https://docs.kibocommerce.com/pages/action-after.md)
- [Action (Before)](https://docs.kibocommerce.com/pages/action-before.md)
- [Action Management JSON Editor](https://docs.kibocommerce.com/pages/action-management-json-editor.md)
- [Actions (After)](https://docs.kibocommerce.com/pages/actions-after.md)
- [Actions (Before)](https://docs.kibocommerce.com/pages/actions-before.md)
- [Add a Core Field](https://docs.kibocommerce.com/pages/add-a-core-field.md)
- [Add Account (After)](https://docs.kibocommerce.com/pages/add-account-after.md)
- [Add Account and Login (After)](https://docs.kibocommerce.com/pages/add-account-and-login-after.md)
- [Add Account and Login (Before)](https://docs.kibocommerce.com/pages/add-account-and-login-before.md)
- [Add Account (Before)](https://docs.kibocommerce.com/pages/add-account-before.md)
- [Add Category (After)](https://docs.kibocommerce.com/pages/add-category-after.md)
- [Add Category (Before)](https://docs.kibocommerce.com/pages/add-category-before.md)
- [Add Credit (After)](https://docs.kibocommerce.com/pages/add-credit-after.md)
- [Add Credit (Before)](https://docs.kibocommerce.com/pages/add-credit-before.md)
- [Add Custom Attributes](https://docs.kibocommerce.com/pages/add-custom-attributes.md)
- [Add Destination (After)](https://docs.kibocommerce.com/pages/add-destination-after.md)
- [Add Destination (Before)](https://docs.kibocommerce.com/pages/add-destination-before.md)
- [Add Item (After)](https://docs.kibocommerce.com/pages/add-item-after.md)
- [Add Item (Before)](https://docs.kibocommerce.com/pages/add-item-before.md)
- [Add Item (HTTP After)](https://docs.kibocommerce.com/pages/add-item-http-after.md)
- [Add Item (HTTP Before)](https://docs.kibocommerce.com/pages/add-item-http-before.md)
- [Add Payments to Orders](https://docs.kibocommerce.com/pages/add-payments-to-orders.md)
- [Add Transaction (After)](https://docs.kibocommerce.com/pages/add-transaction-after.md)
- [Add Transaction (Before)](https://docs.kibocommerce.com/pages/add-transaction-before.md)
- [Address Validation (After)](https://docs.kibocommerce.com/pages/address-validation-after.md)
- [Address Validation (Before)](https://docs.kibocommerce.com/pages/address-validation-before.md)
- [Address Validator](https://docs.kibocommerce.com/pages/address-validator.md)
- [Administration](https://docs.kibocommerce.com/pages/administration.md)
- [Adyen Application](https://docs.kibocommerce.com/pages/adyen-application.md)
- [API Best Practices](https://docs.kibocommerce.com/pages/api-best-practices.md)
- [API Extension Examples](https://docs.kibocommerce.com/pages/api-extension-examples.md)
- [App Support Levels](https://docs.kibocommerce.com/pages/app-support-levels.md)
- [Apple Pay Configuration](https://docs.kibocommerce.com/pages/apple-pay-configuration.md)
- [Apple Pay Integration](https://docs.kibocommerce.com/pages/apple-pay-integration.md)
- [Application Asset Management](https://docs.kibocommerce.com/pages/application-asset-management.md)
- [Application Behaviors](https://docs.kibocommerce.com/pages/application-behaviors.md)
- [Application Development Best Practices](https://docs.kibocommerce.com/pages/application-development-best-practices.md)
- [Application Development Requirements](https://docs.kibocommerce.com/pages/application-development-requirements.md)
- [Application Settings](https://docs.kibocommerce.com/pages/application-settings.md)
- [Introduction](https://docs.kibocommerce.com/pages/applications-1a6c791-introduction.md)
- [Apply Tags to Inventory Records](https://docs.kibocommerce.com/pages/apply-tags-to-inventory-records.md)
- [Associate Credit to Shopper (After)](https://docs.kibocommerce.com/pages/associate-credit-to-shopper-after.md)
- [Associate Credit to Shopper (Before)](https://docs.kibocommerce.com/pages/associate-credit-to-shopper-before.md)
- [Attribute Localization](https://docs.kibocommerce.com/pages/attribute-localization.md)
- [Auto-Add Free Product Discount](https://docs.kibocommerce.com/pages/auto-add-free-product-discount.md)
- [Avalara Application](https://docs.kibocommerce.com/pages/avalara-application.md)
- [B2B Attributes](https://docs.kibocommerce.com/pages/b2b-attributes.md)
- [B2B Order Release](https://docs.kibocommerce.com/pages/b2b-order-release.md)
- [B2B Overview](https://docs.kibocommerce.com/pages/b2b-overview.md)
- [Backorder Release](https://docs.kibocommerce.com/pages/backorder-release.md)
- [Batch Import via APIs](https://docs.kibocommerce.com/pages/batch-import-via-apis.md)
- [Boost and Bury Fields](https://docs.kibocommerce.com/pages/boost-and-bury.md)
- [Builder Integration](https://docs.kibocommerce.com/pages/builders-kibo-plugin.md)
- [Bulk Inventory Deletion](https://docs.kibocommerce.com/pages/bulk-inventory-deletion.md): How to safely delete inventory records in bulk using the Kibo Inventory APIs, including dry runs, async job monitoring, batch sizing, and self-throttling.
- [Buy Online Pickup In Store](https://docs.kibocommerce.com/pages/buy-online-pickup-in-store.md)
- [Call Center Overview](https://docs.kibocommerce.com/pages/call-center-overview.md)
- [Campaigns](https://docs.kibocommerce.com/pages/campaigns.md)
- [Cancel Orders and Shipments](https://docs.kibocommerce.com/pages/cancel-orders-and-shipments.md)
- [Cancellation Reasons (After)](https://docs.kibocommerce.com/pages/cancellation-reasons-after.md)
- [Cancellation Reasons (Before)](https://docs.kibocommerce.com/pages/cancellation-reasons-before.md)
- [Cart Pages (After)](https://docs.kibocommerce.com/pages/cart-pages-after.md)
- [Cart Pages (Before)](https://docs.kibocommerce.com/pages/cart-pages-before.md)
- [Cart Takeover](https://docs.kibocommerce.com/pages/cart-takeover.md)
- [Cartonization](https://docs.kibocommerce.com/pages/cartonization.md)
- [Catalog and Site Structure Settings](https://docs.kibocommerce.com/pages/catalog-and-site-structure-settings.md)
- [Catalog and Site Structure Settings](https://docs.kibocommerce.com/pages/catalog-and-site-structure-settings-2.md)
- [Catalog Structure](https://docs.kibocommerce.com/pages/catalog-structure.md)
- [Catalogs Template](https://docs.kibocommerce.com/pages/catalogs-template.md)
- [Category Attributes](https://docs.kibocommerce.com/pages/category-attributes.md)
- [Category Overview](https://docs.kibocommerce.com/pages/category-overview.md)
- [Category Pages (After)](https://docs.kibocommerce.com/pages/category-pages-after.md)
- [Category Pages (Before)](https://docs.kibocommerce.com/pages/category-pages-before.md)
- [Category View](https://docs.kibocommerce.com/pages/category-view.md)
- [Change Password (After)](https://docs.kibocommerce.com/pages/change-password-after.md)
- [Change Password (Before)](https://docs.kibocommerce.com/pages/change-password-before.md)
- [Channel Dashboard](https://docs.kibocommerce.com/pages/channel-dashboard.md)
- [Channel Settings](https://docs.kibocommerce.com/pages/channel-settings.md)
- [ChannelAdvisor Application](https://docs.kibocommerce.com/pages/channeladvisor-application.md)
- [Checkout Pages (After)](https://docs.kibocommerce.com/pages/checkout-pages-after.md)
- [Checkout Pages (Before)](https://docs.kibocommerce.com/pages/checkout-pages-before.md)
- [Create From Cart (After)](https://docs.kibocommerce.com/pages/checkouts-create-from-cart-after.md)
- [Create From Cart (Before)](https://docs.kibocommerce.com/pages/checkouts-create-from-cart-before.md)
- [Child Shipment Number View](https://docs.kibocommerce.com/pages/child-shipment-number-view.md)
- [Close a Return](https://docs.kibocommerce.com/pages/close-a-return.md)
- [Cloud Event Notification Services](https://docs.kibocommerce.com/pages/cloud-event-notification-services.md)
- [CMS Page Loads (After)](https://docs.kibocommerce.com/pages/cms-page-loads-after.md)
- [CMS Page Loads (Before)](https://docs.kibocommerce.com/pages/cms-page-loads-before.md)
- [Collections](https://docs.kibocommerce.com/pages/collections.md)
- [Configurable Gift Cards](https://docs.kibocommerce.com/pages/configurable-gift-cards.md)
- [Configure Discounts](https://docs.kibocommerce.com/pages/configure-discounts.md)
- [Configure Inventory](https://docs.kibocommerce.com/pages/configure-inventory.md)
- [Configure Inventory Tags](https://docs.kibocommerce.com/pages/configure-inventory-tags.md)
- [Configure Product Types](https://docs.kibocommerce.com/pages/configure-product-types.md)
- [Configure Products](https://docs.kibocommerce.com/pages/configure-products.md)
- [Configure Shipment Creation](https://docs.kibocommerce.com/pages/configure-shipment-creation.md)
- [Configure Subscriptions](https://docs.kibocommerce.com/pages/configure-subscriptions.md)
- [Configure Substitutions](https://docs.kibocommerce.com/pages/configure-substitutions.md)
- [Configured Product (After)](https://docs.kibocommerce.com/pages/configured-product-after.md)
- [Configured Product (Before)](https://docs.kibocommerce.com/pages/configured-product-before.md)
- [Fulfiller and Returns Customization](https://docs.kibocommerce.com/pages/content-fulfiller-and-returns-customization.md)
- [Content Overview](https://docs.kibocommerce.com/pages/content-overview.md)
- [Contentful Integration](https://docs.kibocommerce.com/pages/contentful-integration.md)
- [Contentstack Integration](https://docs.kibocommerce.com/pages/contentstack-integration.md)
- [Continuity Orders for Products Dashboard](https://docs.kibocommerce.com/pages/continuity-orders-for-products-dashboard.md)
- [Coupon Sets](https://docs.kibocommerce.com/pages/coupon-sets.md)
- [Create a New Tax Integration](https://docs.kibocommerce.com/pages/create-a-new-tax-integration.md)
- [Create From Cart (After)](https://docs.kibocommerce.com/pages/create-from-cart-after.md)
- [Create From Cart (Before)](https://docs.kibocommerce.com/pages/create-from-cart-before.md)
- [Create Offline Orders](https://docs.kibocommerce.com/pages/create-offline-orders.md)
- [Create or Edit a Search Configuration](https://docs.kibocommerce.com/pages/create-or-edit-a-search-configuration.md)
- [Create Package (After)](https://docs.kibocommerce.com/pages/create-package-after.md)
- [Create Package (Before)](https://docs.kibocommerce.com/pages/create-package-before.md)
- [Create Package Shipments (After)](https://docs.kibocommerce.com/pages/create-package-shipments-after.md)
- [Create Package Shipments (Before)](https://docs.kibocommerce.com/pages/create-package-shipments-before.md)
- [Create Return (After)](https://docs.kibocommerce.com/pages/create-return-after.md)
- [Create Return (Before)](https://docs.kibocommerce.com/pages/create-return-before.md)
- [Create Return Item (After)](https://docs.kibocommerce.com/pages/create-return-item-after.md)
- [Create Return Item (Before)](https://docs.kibocommerce.com/pages/create-return-item-before.md)
- [Create Shipment (After)](https://docs.kibocommerce.com/pages/create-shipment-after.md)
- [Create Shipment (Before)](https://docs.kibocommerce.com/pages/create-shipment-before.md)
- [Create Shipments (After)](https://docs.kibocommerce.com/pages/create-shipments-after.md)
- [Create Shipments (Before)](https://docs.kibocommerce.com/pages/create-shipments-before.md)
- [Create Subscription as Offline Order](https://docs.kibocommerce.com/pages/create-subscription-as-offline-order.md)
- [Create User Auth Ticket (After)](https://docs.kibocommerce.com/pages/create-user-auth-ticket-after.md)
- [Create User Auth Ticket (Before)](https://docs.kibocommerce.com/pages/create-user-auth-ticket-before.md)
- [Creating a New Tax Integration](https://docs.kibocommerce.com/pages/creating-a-new-tax-integration.md)
- [CSR Agent User Guide](https://docs.kibocommerce.com/pages/csr-agent-guide.md)
- [Curbside Delivery](https://docs.kibocommerce.com/pages/curbside-delivery.md)
- [Custom Data Lists](https://docs.kibocommerce.com/pages/custom-data-lists.md)
- [Custom Data Sets](https://docs.kibocommerce.com/pages/custom-data-sets.md)
- [Custom Reports](https://docs.kibocommerce.com/pages/custom-reports.md)
- [Custom Route Settings](https://docs.kibocommerce.com/pages/custom-route-settings.md)
- [Custom SDKs](https://docs.kibocommerce.com/pages/custom-sdks.md)
- [Customer Account Access](https://docs.kibocommerce.com/pages/customer-account-access.md)
- [Customer Account Segment View](https://docs.kibocommerce.com/pages/customer-account-segment-view.md)
- [Customer Attributes](https://docs.kibocommerce.com/pages/customer-attributes.md)
- [Customer Contact View](https://docs.kibocommerce.com/pages/customer-contact-view.md)
- [Customer Dashboard](https://docs.kibocommerce.com/pages/customer-dashboard.md)
- [Customer Purchase Orders](https://docs.kibocommerce.com/pages/customer-purchase-orders.md)
- [Customer Segments](https://docs.kibocommerce.com/pages/customer-segments.md)
- [Customer Sets](https://docs.kibocommerce.com/pages/customer-sets.md)
- [Customers Overview](https://docs.kibocommerce.com/pages/customers-overview.md)
- [Customizing the BPM](https://docs.kibocommerce.com/pages/customizing-the-bpm.md)
- [CyberSource Decision Manager Application](https://docs.kibocommerce.com/pages/cybersource-decision-manager-application.md)
- [Order Item Details Dashboard](https://docs.kibocommerce.com/pages/dashboards-order-detail-dashboard.md)
- [Deferred Sales Dashboard](https://docs.kibocommerce.com/pages/deferred-sales-dashboard.md)
- [Delete Cart (After)](https://docs.kibocommerce.com/pages/delete-cart-after.md)
- [Delete Cart (Before)](https://docs.kibocommerce.com/pages/delete-cart-before.md)
- [Delete Item (After)](https://docs.kibocommerce.com/pages/delete-item-after.md)
- [Delete Item (Before)](https://docs.kibocommerce.com/pages/delete-item-before.md)
- [Delete Order Item (After)](https://docs.kibocommerce.com/pages/delete-order-item-after.md)
- [Delete Order Item (Before)](https://docs.kibocommerce.com/pages/delete-order-item-before.md)
- [Delete Package (After)](https://docs.kibocommerce.com/pages/delete-package-after.md)
- [Delete Package (Before)](https://docs.kibocommerce.com/pages/delete-package-before.md)
- [Delete Return (After)](https://docs.kibocommerce.com/pages/delete-return-after.md)
- [Delete Return (Before)](https://docs.kibocommerce.com/pages/delete-return-before.md)
- [Delete Shipment (After)](https://docs.kibocommerce.com/pages/delete-shipment-after.md)
- [Delete Shipment (Before)](https://docs.kibocommerce.com/pages/delete-shipment-before.md)
- [DeleteCredit (Before)](https://docs.kibocommerce.com/pages/deletecredit-before.md)
- [Delivery](https://docs.kibocommerce.com/pages/delivery.md)
- [Delivery Solutions Integration](https://docs.kibocommerce.com/pages/delivery-solutions-integration.md)
- [Dev Center and Your Local Environment](https://docs.kibocommerce.com/pages/dev-center-and-your-local-environment.md)
- [Developer Tools](https://docs.kibocommerce.com/pages/developer-tools.md)
- [Digital Gift Card Overview](https://docs.kibocommerce.com/pages/digital-gift-card-overview.md)
- [Discount Dashboard](https://docs.kibocommerce.com/pages/discount-dashboard.md)
- [Discount Extensibility](https://docs.kibocommerce.com/pages/discount-extensibility.md)
- [Discount Folders](https://docs.kibocommerce.com/pages/discount-folders.md)
- [Discount View](https://docs.kibocommerce.com/pages/discount-view.md)
- [Discounts Overview](https://docs.kibocommerce.com/pages/discounts-overview.md)
- [Display Groups](https://docs.kibocommerce.com/pages/display-groups.md)
- [Dispose Return Items (After)](https://docs.kibocommerce.com/pages/dispose-return-items-after.md)
- [Dispose Return Items (Before)](https://docs.kibocommerce.com/pages/dispose-return-items-before.md)
- [Download Reports](https://docs.kibocommerce.com/pages/download-reports.md)
- [Drafts](https://docs.kibocommerce.com/pages/drafts.md)
- [Dynamic Categories](https://docs.kibocommerce.com/pages/dynamic-categories.md)
- [Dynamic Category Expressions](https://docs.kibocommerce.com/pages/dynamic-category-expressions.md)
- [Dynamic Imaging](https://docs.kibocommerce.com/pages/dynamic-imaging.md)
- [Edit Order Items](https://docs.kibocommerce.com/pages/edit-order-items.md)
- [Edit Order Shipments](https://docs.kibocommerce.com/pages/edit-order-shipments.md)
- [Edit Orders](https://docs.kibocommerce.com/pages/edit-orders.md)
- [Email Templating Reference](https://docs.kibocommerce.com/pages/email-customization-theme-reference.md)
- [Email (Embedded Before)](https://docs.kibocommerce.com/pages/email-embedded-before.md)
- [Email Settings](https://docs.kibocommerce.com/pages/email-settings.md)
- [Email Template Customization](https://docs.kibocommerce.com/pages/email-template-customization.md)
- [Environment Limitations](https://docs.kibocommerce.com/pages/environment-limitations.md)
- [Estimate Taxes (After)](https://docs.kibocommerce.com/pages/estimate-taxes-after.md)
- [Estimate Taxes (Before)](https://docs.kibocommerce.com/pages/estimate-taxes-before.md)
- [Estimated Delivery Date Suggestion (After)](https://docs.kibocommerce.com/pages/estimated-delivery-date-suggestion-after.md)
- [Estimated Delivery Date Suggestion (Before)](https://docs.kibocommerce.com/pages/estimated-delivery-date-suggestion-before.md)
- [Estimated Delivery Dates](https://docs.kibocommerce.com/pages/estimated-delivery-dates.md)
- [Event Notification Examples](https://docs.kibocommerce.com/pages/event-notification-examples.md)
- [Event Notifications Overview](https://docs.kibocommerce.com/pages/event-notifications-overview.md)
- [Event Subscription](https://docs.kibocommerce.com/pages/event-subscription.md)
- [Customer View](https://docs.kibocommerce.com/pages/explores-and-views-customer-view.md)
- [Explores Overview](https://docs.kibocommerce.com/pages/explores-overview.md)
- [Extending KCCP with Custom Schema](https://docs.kibocommerce.com/pages/extending-kccp-with-custom-schema.md)
- [Extensible Order Routing](https://docs.kibocommerce.com/pages/extensible-order-routing.md)
- [External Discounts](https://docs.kibocommerce.com/pages/external-discounts.md)
- [Extra Attributes](https://docs.kibocommerce.com/pages/extra-attributes.md)
- [Facets](https://docs.kibocommerce.com/pages/facets.md)
- [Field Type Analyzer Implementation Guide](https://docs.kibocommerce.com/pages/field-type-analyzer-implementation-guide.md)
- [Field Type Analyzers](https://docs.kibocommerce.com/pages/field-type-analyzers.md)
- [Field Weights](https://docs.kibocommerce.com/pages/field-weights.md)
- [File and Image Management](https://docs.kibocommerce.com/pages/file-and-image-management.md)
- [Filter and Edit Reports](https://docs.kibocommerce.com/pages/filter-and-edit-reports.md)
- [Filters](https://docs.kibocommerce.com/pages/filters.md)
- [Flatten Bundle On Convert (After)](https://docs.kibocommerce.com/pages/flatten-bundle-on-convert-after.md)
- [Flatten Bundle On Convert (Before)](https://docs.kibocommerce.com/pages/flatten-bundle-on-convert-before.md)
- [Fraud Checking](https://docs.kibocommerce.com/pages/fraud-checking.md)
- [Fulfill Items Without Sufficient Stock](https://docs.kibocommerce.com/pages/fulfill-items-without-sufficient-stock.md)
- [Fulfill Shipment (After)](https://docs.kibocommerce.com/pages/fulfill-shipment-after.md)
- [Fulfill Shipment (Before)](https://docs.kibocommerce.com/pages/fulfill-shipment-before.md)
- [Fulfiller Returns](https://docs.kibocommerce.com/pages/fulfiller-returns.md)
- [Fulfiller Theme Customization](https://docs.kibocommerce.com/pages/fulfiller-theme-customization.md)
- [Fulfiller UI Overview](https://docs.kibocommerce.com/pages/fulfiller-ui-overview.md)
- [Fulfillment Dashboard](https://docs.kibocommerce.com/pages/fulfillment-dashboard.md)
- [Fulfillment Messaging](https://docs.kibocommerce.com/pages/fulfillment-messaging-overview.md)
- [Fulfillment Method Types](https://docs.kibocommerce.com/pages/fulfillment-method-types.md)
- [Fulfillment Object States](https://docs.kibocommerce.com/pages/fulfillment-object-states.md)
- [Fulfillment Service Items](https://docs.kibocommerce.com/pages/fulfillment-service-items.md)
- [Fulfillment SLA Dashboard](https://docs.kibocommerce.com/pages/fulfillment-sla-dashboard.md)
- [Fulfillment SLAs](https://docs.kibocommerce.com/pages/fulfillment-slas.md)
- [Substitutions in Fulfiller UI](https://docs.kibocommerce.com/pages/fulfillment-substitutions.md)
- [Fulfillment Year-to-Date Dashboard](https://docs.kibocommerce.com/pages/fulfillment-year-to-date-dashboard.md)
- [Future Inventory](https://docs.kibocommerce.com/pages/future-inventory.md)
- [Future Shipment Items (After)](https://docs.kibocommerce.com/pages/future-shipment-items-after.md)
- [Future Shipment Items (Before)](https://docs.kibocommerce.com/pages/future-shipment-items-before.md)
- [Future Shipments (After)](https://docs.kibocommerce.com/pages/future-shipments-after.md)
- [Future Shipments (Before)](https://docs.kibocommerce.com/pages/future-shipments-before.md)
- [Gateway Gift Cards](https://docs.kibocommerce.com/pages/gateway-gift-cards.md)
- [General Settings](https://docs.kibocommerce.com/pages/general-settings.md)
- [Geography-Based User Access](https://docs.kibocommerce.com/pages/geography-based-user-access.md)
- [Get Audit Entries (After)](https://docs.kibocommerce.com/pages/get-audit-entries-after.md)
- [Get Audit Entries (Before)](https://docs.kibocommerce.com/pages/get-audit-entries-before.md)
- [Get Carts (After)](https://docs.kibocommerce.com/pages/get-carts-after.md)
- [Get Credit (After)](https://docs.kibocommerce.com/pages/get-credit-after.md)
- [Get Credit (Before)](https://docs.kibocommerce.com/pages/get-credit-before.md)
- [Get Credits (Before)](https://docs.kibocommerce.com/pages/get-credits-before.md)
- [Get PriceList Hierachy](https://docs.kibocommerce.com/pages/get-pricelist-hierachy.md)
- [Get Product (After)](https://docs.kibocommerce.com/pages/get-product-after.md)
- [Get Product (Before)](https://docs.kibocommerce.com/pages/get-product-before.md)
- [Get Product For Indexing (After)](https://docs.kibocommerce.com/pages/get-product-for-indexing-after.md)
- [Get Product For Indexing (Before)](https://docs.kibocommerce.com/pages/get-product-for-indexing-before.md)
- [Get Products (After)](https://docs.kibocommerce.com/pages/get-products-after.md)
- [Get Products (Before)](https://docs.kibocommerce.com/pages/get-products-before.md)
- [Get Restock Conditions (After)](https://docs.kibocommerce.com/pages/get-restock-conditions-after.md)
- [Get Restock Conditions (Before)](https://docs.kibocommerce.com/pages/get-restock-conditions-before.md)
- [Get RMA Labels (After)](https://docs.kibocommerce.com/pages/get-rma-labels-after.md)
- [Get RMA Labels (Before)](https://docs.kibocommerce.com/pages/get-rma-labels-before.md)
- [Get Shipment (After)](https://docs.kibocommerce.com/pages/get-shipment-after.md)
- [Get Shipment (Before)](https://docs.kibocommerce.com/pages/get-shipment-before.md)
- [Get Shipments (After)](https://docs.kibocommerce.com/pages/get-shipments-after.md)
- [Get Shipments (Before)](https://docs.kibocommerce.com/pages/get-shipments-before.md)
- [Get Started with Applications](https://docs.kibocommerce.com/pages/get-started-with-applications.md)
- [Get Transactions (After)](https://docs.kibocommerce.com/pages/get-transactions-after.md)
- [Get Transactions (Before)](https://docs.kibocommerce.com/pages/get-transactions-before.md)
- [GetCredits (After)](https://docs.kibocommerce.com/pages/getcredits-after.md)
- [Getting Started](https://docs.kibocommerce.com/pages/getting-started.md)
- [Getting Started with API Extensions](https://docs.kibocommerce.com/pages/getting-started-with-api-extensions.md)
- [Getting Started with Postman](https://docs.kibocommerce.com/pages/getting-started-with-postman.md)
- [Gift Orders and Items](https://docs.kibocommerce.com/pages/gift-orders-and-items.md)
- [Global Page Request (After)](https://docs.kibocommerce.com/pages/global-page-request-after.md)
- [Global Page Request (Before)](https://docs.kibocommerce.com/pages/global-page-request-before.md)
- [Glossary](https://docs.kibocommerce.com/pages/glossary.md): Definitions of key terms, acronyms, and metrics used in the documentation.
- [Google Feed](https://docs.kibocommerce.com/pages/google-feed.md)
- [Google Pay Configuration](https://docs.kibocommerce.com/pages/google-pay-configuration.md)
- [Google Pay Integration](https://docs.kibocommerce.com/pages/google-pay-integration.md)
- [Granular Inventory Fields](https://docs.kibocommerce.com/pages/granular-inventory-fields.md)
- [GraphQL](https://docs.kibocommerce.com/pages/graphql.md)
- [Hold Shipments](https://docs.kibocommerce.com/pages/hold-shipments.md)
- [Import and Export Tools](https://docs.kibocommerce.com/pages/import-and-export-tools.md)
- [Import/Export API Overview](https://docs.kibocommerce.com/pages/import-export-api-overview.md)
- [Import Historical Subscriptions](https://docs.kibocommerce.com/pages/import-historical-subscriptions.md)
- [Individual Category Dashboard](https://docs.kibocommerce.com/pages/individual-category-dashboard.md)
- [Individual Discount Dashboard](https://docs.kibocommerce.com/pages/individual-discount-dashboard.md)
- [Individual Location Dashboard](https://docs.kibocommerce.com/pages/individual-location-dashboard.md)
- [Individual Product Dashboard](https://docs.kibocommerce.com/pages/individual-product-dashboard.md)
- [Initiate a Return](https://docs.kibocommerce.com/pages/initiate-a-return.md)
- [Install Applications](https://docs.kibocommerce.com/pages/install-applications.md)
- [Integrating Personalization With Search](https://docs.kibocommerce.com/pages/integrating-personalization-with-search.md)
- [International Support](https://docs.kibocommerce.com/pages/international-support.md)
- [API Extensions Reference](https://docs.kibocommerce.com/pages/introduction-api-extensions-reference.md)
- [Introduction to Import/Export](https://docs.kibocommerce.com/pages/introduction-to-import-export.md)
- [Introduction to the KCCP UIs](https://docs.kibocommerce.com/pages/introduction-to-the-kccp-uis.md)
- [Inventory Attributes](https://docs.kibocommerce.com/pages/inventory-attributes.md)
- [Inventory Delta Export Feed](https://docs.kibocommerce.com/pages/inventory-delta-export-feed.md)
- [Inventory Export File](https://docs.kibocommerce.com/pages/inventory-export-file.md)
- [Inventory Import File](https://docs.kibocommerce.com/pages/inventory-import-file.md)
- [Inventory In Stock Notification Subscription View](https://docs.kibocommerce.com/pages/inventory-in-stock-notification-subscription-view.md)
- [Inventory Quantity Types](https://docs.kibocommerce.com/pages/inventory-quantity-types.md)
- [Inventory Segmentation Overview](https://docs.kibocommerce.com/pages/inventory-segmentation-overview.md)
- [Inventory Workflow Examples](https://docs.kibocommerce.com/pages/inventory-workflow-examples.md)
- [IP Restrictions](https://docs.kibocommerce.com/pages/ip-restrictions.md)
- [Java SDK](https://docs.kibocommerce.com/pages/java-sdk.md)
- [Kibo Email Security Settings](https://docs.kibocommerce.com/pages/kibo-email-security-settings.md)
- [Kibo Commerce MCP Server](https://docs.kibocommerce.com/pages/kibo-mcp-server.md): Connect AI agents to your Kibo Commerce data through the Model Context Protocol
- [Kount Application](https://docs.kibocommerce.com/pages/kount-application.md)
- [Line Item Pricing](https://docs.kibocommerce.com/pages/line-item-pricing.md)
- [Live Edit Products](https://docs.kibocommerce.com/pages/live-edit-products.md)
- [Live Editing Products](https://docs.kibocommerce.com/pages/live-editing-products.md)
- [Attribute Localization](https://docs.kibocommerce.com/pages/localization-attribute-localization.md)
- [Subscription Localization](https://docs.kibocommerce.com/pages/localization-subscription-localization.md)
- [Location Attributes](https://docs.kibocommerce.com/pages/location-attributes.md)
- [Location Groups](https://docs.kibocommerce.com/pages/location-groups.md)
- [Location Inventories (After)](https://docs.kibocommerce.com/pages/location-inventories-after.md)
- [Location Inventories (Before)](https://docs.kibocommerce.com/pages/location-inventories-before.md)
- [Location Types](https://docs.kibocommerce.com/pages/location-types.md)
- [Location View](https://docs.kibocommerce.com/pages/location-view.md)
- [Locations Dashboard](https://docs.kibocommerce.com/pages/locations-dashboard.md)
- [Locations Overview](https://docs.kibocommerce.com/pages/locations-overview.md)
- [Logging Data](https://docs.kibocommerce.com/pages/logging-data.md)
- [Logging User Edits](https://docs.kibocommerce.com/pages/logging-user-edits.md)
- [Logs and Analytics](https://docs.kibocommerce.com/pages/logs-and-analytics.md)
- [Making API Calls](https://docs.kibocommerce.com/pages/making-api-calls.md)
- [Manage B2B Accounts](https://docs.kibocommerce.com/pages/manage-b2b-accounts.md)
- [Manage Blocked Locations](https://docs.kibocommerce.com/pages/manage-blocked-locations.md)
- [Manage Customer Accounts](https://docs.kibocommerce.com/pages/manage-customer-accounts.md)
- [Manage Customer Sessions](https://docs.kibocommerce.com/pages/manage-customer-sessions.md)
- [Manage Locations](https://docs.kibocommerce.com/pages/manage-locations.md)
- [Manage Subscriptions](https://docs.kibocommerce.com/pages/manage-product-subscriptions.md)
- [Manage Returns](https://docs.kibocommerce.com/pages/manage-returns.md)
- [Mapping Attributes](https://docs.kibocommerce.com/pages/mapping-attributes.md)
- [Marketing Best Practices](https://docs.kibocommerce.com/pages/marketing-best-practices.md)
- [Subscription Discounts](https://docs.kibocommerce.com/pages/marketing-subscription-discounts.md)
- [Master Catalogs](https://docs.kibocommerce.com/pages/master-catalogs.md)
- [Merchandizing Agent User Guide](https://docs.kibocommerce.com/pages/merchandizing-agent-guide.md)
- [Merchandizing Rules](https://docs.kibocommerce.com/pages/merchandizing-rules.md)
- [MinMatch](https://docs.kibocommerce.com/pages/minmatch.md)
- [Multi-Locale Catalogs](https://docs.kibocommerce.com/pages/multi-locale-catalogs.md)
- [Multi Piece Shipments](https://docs.kibocommerce.com/pages/multi-piece-shipments.md)
- [My Account Pages (After)](https://docs.kibocommerce.com/pages/my-account-pages-after.md)
- [My Account Pages (Before)](https://docs.kibocommerce.com/pages/my-account-pages-before.md)
- [New Customer Dashboard](https://docs.kibocommerce.com/pages/new-customer-dashboard.md)
- [Next.js Commerce](https://docs.kibocommerce.com/pages/nextjs-commerce.md)
- [Nuxt](https://docs.kibocommerce.com/pages/nuxtjs.md)
- [Option Attributes](https://docs.kibocommerce.com/pages/option-attributes.md)
- [Order Attributes](https://docs.kibocommerce.com/pages/order-attributes.md)
- [Order Attributes View](https://docs.kibocommerce.com/pages/order-attributes-view.md)
- [Order Confirmation Pages (After)](https://docs.kibocommerce.com/pages/order-confirmation-pages-after.md)
- [Order Confirmation Pages (Before)](https://docs.kibocommerce.com/pages/order-confirmation-pages-before.md)
- [Order Dashboard](https://docs.kibocommerce.com/pages/order-dashboard.md)
- [Order Detail Dashboard](https://docs.kibocommerce.com/pages/order-detail-dashboard.md)
- [Order Discount View](https://docs.kibocommerce.com/pages/order-discount-view.md)
- [Order Item Attributes View](https://docs.kibocommerce.com/pages/order-item-attributes-view.md)
- [Order Item View](https://docs.kibocommerce.com/pages/order-item-view.md)
- [Order Payment Details Dashboard](https://docs.kibocommerce.com/pages/order-payment-details-dashboard.md)
- [Order Payment View](https://docs.kibocommerce.com/pages/order-payment-view.md)
- [Order Price (After)](https://docs.kibocommerce.com/pages/order-price-after.md)
- [Order Price (Before)](https://docs.kibocommerce.com/pages/order-price-before.md)
- [Order Routing Agent User Guide](https://docs.kibocommerce.com/pages/order-routing-agent-guide.md)
- [Locations](https://docs.kibocommerce.com/pages/order-routing-locations.md)
- [Order Statuses](https://docs.kibocommerce.com/pages/order-statuses.md)
- [Order Subscription Now](https://docs.kibocommerce.com/pages/order-subscription-now.md)
- [Substitutions in Order Admin](https://docs.kibocommerce.com/pages/order-substitutions.md)
- [Order Validators and Fraud Check Applications](https://docs.kibocommerce.com/pages/order-validators-and-fraud-check-applications.md)
- [Order View](https://docs.kibocommerce.com/pages/order-view.md)
- [Delete Item (After)](https://docs.kibocommerce.com/pages/orders-3cf16df-delete-item-after.md)
- [Delete Item (Before)](https://docs.kibocommerce.com/pages/orders-3cf16df-delete-item-before.md)
- [Action (After)](https://docs.kibocommerce.com/pages/orders-action-after.md)
- [Action (Before)](https://docs.kibocommerce.com/pages/orders-action-before.md)
- [Add Item (Embedded After)](https://docs.kibocommerce.com/pages/orders-add-item-embedded-after.md)
- [Add Item (Embedded Before)](https://docs.kibocommerce.com/pages/orders-add-item-embedded-before.md)
- [Appeasements](https://docs.kibocommerce.com/pages/orders-appeasements.md)
- [Orders Overview](https://docs.kibocommerce.com/pages/orders-overview.md)
- [Orders Year-to-Date Dashboard](https://docs.kibocommerce.com/pages/orders-year-to-date-dashboard.md)
- [Package Consolidation](https://docs.kibocommerce.com/pages/package-consolidation.md)
- [Packing Slips](https://docs.kibocommerce.com/pages/packing-slips.md)
- [Pay with Amazon Application](https://docs.kibocommerce.com/pages/pay-with-amazon-application.md)
- [Pay with Amazon Technical Specs](https://docs.kibocommerce.com/pages/pay-with-amazon-technical-specs.md)
- [Pay with Rewards](https://docs.kibocommerce.com/pages/pay-with-rewards.md)
- [Payment Actions](https://docs.kibocommerce.com/pages/payment-actions.md)
- [Payment Extensibility](https://docs.kibocommerce.com/pages/payment-extensibility.md)
- [Payment Extensibility Starter Kit](https://docs.kibocommerce.com/pages/payment-extensibility-starter-kit.md)
- [Payment Gateway Responses](https://docs.kibocommerce.com/pages/payment-gateway-responses.md)
- [Payment Gateways](https://docs.kibocommerce.com/pages/payment-gateways.md)
- [Payment Overview](https://docs.kibocommerce.com/pages/payment-overview.md)
- [Payment Ranking and Auto Capture](https://docs.kibocommerce.com/pages/payment-ranking-and-auto-capture.md)
- [Payment States](https://docs.kibocommerce.com/pages/payment-states.md)
- [Payment Type Dashboard](https://docs.kibocommerce.com/pages/payment-type-dashboard.md)
- [Payment Types](https://docs.kibocommerce.com/pages/payment-types.md)
- [PayPal Express Application](https://docs.kibocommerce.com/pages/paypal-express-application.md)
- [PayPal Express Technical Specs](https://docs.kibocommerce.com/pages/paypal-express-technical-specs.md)
- [PayPal Multiparty Application](https://docs.kibocommerce.com/pages/paypal-multiparty-application.md)
- [Perform Payment Interaction](https://docs.kibocommerce.com/pages/perform-payment-interaction.md)
- [Personalized Search](https://docs.kibocommerce.com/pages/personalized-search.md)
- [Phrase Slop and Boosting](https://docs.kibocommerce.com/pages/phrase-slop.md)
- [Pick and Pack Overview](https://docs.kibocommerce.com/pages/pick-and-pack-overview.md)
- [Pick Lists and Sheets](https://docs.kibocommerce.com/pages/pick-lists-and-sheets.md)
- [Pick Wave Rules](https://docs.kibocommerce.com/pages/pick-wave-rules.md)
- [Pick Waves](https://docs.kibocommerce.com/pages/pick-waves.md)
- [Preview and Apply Themes](https://docs.kibocommerce.com/pages/preview-and-apply-themes.md)
- [Price (After)](https://docs.kibocommerce.com/pages/price-after.md)
- [Price (Before)](https://docs.kibocommerce.com/pages/price-before.md)
- [Price Lists](https://docs.kibocommerce.com/pages/price-lists.md)
- [Price Lists and Orders](https://docs.kibocommerce.com/pages/price-lists-and-orders.md)
- [Price Lists Template](https://docs.kibocommerce.com/pages/price-lists-template.md)
- [Product Attributes Overview](https://docs.kibocommerce.com/pages/product-attributes-overview.md)
- [Product Attributes View](https://docs.kibocommerce.com/pages/product-attributes-view.md)
- [Product Bundles and Product Extras](https://docs.kibocommerce.com/pages/product-bundles-and-product-extras.md)
- [Product Category Dashboard](https://docs.kibocommerce.com/pages/product-category-dashboard.md)
- [Product Category Details View](https://docs.kibocommerce.com/pages/product-category-details-view.md)
- [Product Category Returns Dashboard](https://docs.kibocommerce.com/pages/product-category-returns-dashboard.md)
- [Product Dashboard](https://docs.kibocommerce.com/pages/product-dashboard.md)
- [Product Details Pages (After)](https://docs.kibocommerce.com/pages/product-details-pages-after.md)
- [Product Details Pages (Before)](https://docs.kibocommerce.com/pages/product-details-pages-before.md)
- [Product in Catalog View](https://docs.kibocommerce.com/pages/product-in-catalog-view.md)
- [Product Overview](https://docs.kibocommerce.com/pages/product-overview.md)
- [Product Returns Dashboard](https://docs.kibocommerce.com/pages/product-returns-dashboard.md)
- [Product Search (After)](https://docs.kibocommerce.com/pages/product-search-after.md)
- [Product Search (Before)](https://docs.kibocommerce.com/pages/product-search-before.md)
- [Product Shipping Rules](https://docs.kibocommerce.com/pages/product-shipping-rules.md)
- [Product Slicing](https://docs.kibocommerce.com/pages/product-slicing.md)
- [Product Slicing within Search](https://docs.kibocommerce.com/pages/product-slicing-within-search.md)
- [Product Subscription Dashboard](https://docs.kibocommerce.com/pages/product-subscription-dashboard.md)
- [Product Type Attributes](https://docs.kibocommerce.com/pages/product-type-attributes.md)
- [Product Types Overview](https://docs.kibocommerce.com/pages/product-types-overview.md)
- [Product Variations](https://docs.kibocommerce.com/pages/product-variations.md)
- [Product View](https://docs.kibocommerce.com/pages/product-view.md)
- [Request a Production Tenant](https://docs.kibocommerce.com/pages/production-tenant.md)
- [Programming Patterns](https://docs.kibocommerce.com/pages/programming-patterns.md)
- [Property Attributes](https://docs.kibocommerce.com/pages/property-attributes.md)
- [Publish Sets](https://docs.kibocommerce.com/pages/publish-sets.md)
- [Introduction](https://docs.kibocommerce.com/pages/publishing-introduction.md)
- [Publishing Settings](https://docs.kibocommerce.com/pages/publishing-settings.md)
- [Purchase Limit Rules](https://docs.kibocommerce.com/pages/purchase-limit-rules.md)
- [Purchase Order Account Details Dashboard](https://docs.kibocommerce.com/pages/purchase-order-account-details-dashboard.md)
- [Purchase Order Account View](https://docs.kibocommerce.com/pages/purchase-order-account-view.md)
- [Purchase Order Dashboard](https://docs.kibocommerce.com/pages/purchase-order-dashboard.md)
- [Purchase Order Details Dashboard](https://docs.kibocommerce.com/pages/purchase-order-details-dashboard.md)
- [Purchase Orders](https://docs.kibocommerce.com/pages/purchase-orders.md)
- [Quick Edits](https://docs.kibocommerce.com/pages/quick-edits.md)
- [Quick Orders](https://docs.kibocommerce.com/pages/quick-orders.md)
- [Quotes](https://docs.kibocommerce.com/pages/quotes.md)
- [Rate Shopping in Fulfillment](https://docs.kibocommerce.com/pages/rate-shopping-in-fulfillment.md)
- [React Storefront](https://docs.kibocommerce.com/pages/react-storefront.md)
- [Real-Time Inventory Service](https://docs.kibocommerce.com/pages/real-time-inventory-service.md)
- [Real-Time Inventory Service APIs](https://docs.kibocommerce.com/pages/real-time-inventory-service-apis.md)
- [Reassign Shipment (After)](https://docs.kibocommerce.com/pages/reassign-shipment-after.md)
- [Reassign Shipment (Before)](https://docs.kibocommerce.com/pages/reassign-shipment-before.md)
- [Reassign Shipment Items (After)](https://docs.kibocommerce.com/pages/reassign-shipment-items-after.md)
- [Reassign Shipment Items (Before)](https://docs.kibocommerce.com/pages/reassign-shipment-items-before.md)
- [Receive a Return](https://docs.kibocommerce.com/pages/receive-a-return.md)
- [Recycle Subscription Payments](https://docs.kibocommerce.com/pages/recycle-subscription-payments.md)
- [Refund a Return](https://docs.kibocommerce.com/pages/refund-a-return.md)
- [Refund Reasons (After)](https://docs.kibocommerce.com/pages/refund-reasons-after.md)
- [Refund Reasons (Before)](https://docs.kibocommerce.com/pages/refund-reasons-before.md)
- [Reject Shipment (After)](https://docs.kibocommerce.com/pages/reject-shipment-after.md)
- [Reject Shipment (Before)](https://docs.kibocommerce.com/pages/reject-shipment-before.md)
- [Reject Shipment Items (After)](https://docs.kibocommerce.com/pages/reject-shipment-items-after.md)
- [Reject Shipment Items (Before)](https://docs.kibocommerce.com/pages/reject-shipment-items-before.md)
- [Rejected Shipment Detail Report](https://docs.kibocommerce.com/pages/rejected-shipment-detail-report.md)
- [Replace a Return](https://docs.kibocommerce.com/pages/replace-a-return.md)
- [Replace Shipment (After)](https://docs.kibocommerce.com/pages/replace-shipment-after.md)
- [Replace Shipment (Before)](https://docs.kibocommerce.com/pages/replace-shipment-before.md)
- [Reporting Overview](https://docs.kibocommerce.com/pages/reporting-overview.md)
- [Request Multi Rates (After)](https://docs.kibocommerce.com/pages/request-multi-rates-after.md)
- [Request Multi Rates (Before)](https://docs.kibocommerce.com/pages/request-multi-rates-before.md)
- [Request Rates (After)](https://docs.kibocommerce.com/pages/request-rates-after.md)
- [Request Rates (Before)](https://docs.kibocommerce.com/pages/request-rates-before.md)
- [Resend Credit Created Email (Before)](https://docs.kibocommerce.com/pages/resend-credit-created-email-before.md)
- [Reserve Inventory in Cart](https://docs.kibocommerce.com/pages/reserve-inventory-in-cart.md)
- [Resolve PriceList (After)](https://docs.kibocommerce.com/pages/resolve-pricelist-after.md)
- [Resolve PriceList (Before)](https://docs.kibocommerce.com/pages/resolve-pricelist-before.md)
- [Response Fields](https://docs.kibocommerce.com/pages/response-fields.md)
- [Restock Return Items (After)](https://docs.kibocommerce.com/pages/restock-return-items-after.md)
- [Restock Return Items (Before)](https://docs.kibocommerce.com/pages/restock-return-items-before.md)
- [Retrieve Return Reasons](https://docs.kibocommerce.com/pages/retrieve-return-reasons.md)
- [Return Attributes](https://docs.kibocommerce.com/pages/return-attributes.md)
- [Return Details Dashboard](https://docs.kibocommerce.com/pages/return-details-dashboard.md)
- [Return Fields](https://docs.kibocommerce.com/pages/return-fields.md)
- [Return Item View](https://docs.kibocommerce.com/pages/return-item-view.md)
- [Return Rules](https://docs.kibocommerce.com/pages/return-rules.md)
- [Return Statuses](https://docs.kibocommerce.com/pages/return-statuses.md)
- [Return View](https://docs.kibocommerce.com/pages/return-view.md)
- [Returns Dashboard](https://docs.kibocommerce.com/pages/returns-dashboard.md)
- [Reverse Logistics](https://docs.kibocommerce.com/pages/reverse-logistics.md)
- [Routing Strategies](https://docs.kibocommerce.com/pages/routing-strategies.md)
- [Safety Stock Rules](https://docs.kibocommerce.com/pages/safety-stock-rules.md)
- [Scenarios](https://docs.kibocommerce.com/pages/scenarios.md)
- [Schedule Products](https://docs.kibocommerce.com/pages/schedule-products.md)
- [Category Attributes](https://docs.kibocommerce.com/pages/schema-category-attributes.md)
- [Customer Attributes](https://docs.kibocommerce.com/pages/schema-customer-attributes.md)
- [Inventory Attributes](https://docs.kibocommerce.com/pages/schema-inventory-attributes.md)
- [Location Attributes](https://docs.kibocommerce.com/pages/schema-location-attributes.md)
- [Location Types](https://docs.kibocommerce.com/pages/schema-location-types.md)
- [Order Attributes](https://docs.kibocommerce.com/pages/schema-order-attributes.md)
- [Schema Overview](https://docs.kibocommerce.com/pages/schema-overview.md)
- [Shipment Attributes](https://docs.kibocommerce.com/pages/schema-shipment-attributes.md)
- [SDK Overview](https://docs.kibocommerce.com/pages/sdk-overview.md)
- [Search Configurations Overview](https://docs.kibocommerce.com/pages/search-configurations-overview.md)
- [Facets](https://docs.kibocommerce.com/pages/search-facets.md)
- [Search for Orders](https://docs.kibocommerce.com/pages/search-for-orders.md)
- [Search Pages (After)](https://docs.kibocommerce.com/pages/search-pages-after.md)
- [Search Pages (Before)](https://docs.kibocommerce.com/pages/search-pages-before.md)
- [Search Schema Overview](https://docs.kibocommerce.com/pages/search-schema-overview.md)
- [Search Synonyms](https://docs.kibocommerce.com/pages/search-synonyms.md)
- [Search Term Redirects](https://docs.kibocommerce.com/pages/search-term-redirects.md)
- [Search Types](https://docs.kibocommerce.com/pages/search-types.md)
- [Set Billing Info (After)](https://docs.kibocommerce.com/pages/set-billing-info-after.md)
- [Set Billing Info (Before)](https://docs.kibocommerce.com/pages/set-billing-info-before.md)
- [Set Fulfillment Info (After)](https://docs.kibocommerce.com/pages/set-fulfillment-info-after.md)
- [Set Fulfillment Info (Before)](https://docs.kibocommerce.com/pages/set-fulfillment-info-before.md)
- [Set Tags in Orders](https://docs.kibocommerce.com/pages/set-tags-in-orders.md)
- [Set Up Your System](https://docs.kibocommerce.com/pages/set-up-your-system.md)
- [Share Cart Across Sites](https://docs.kibocommerce.com/pages/share-cart-across-sites.md)
- [Ship to Home](https://docs.kibocommerce.com/pages/ship-to-home.md)
- [Ship to Multiple Addresses](https://docs.kibocommerce.com/pages/ship-to-multiple-addresses.md)
- [Shipment Attributes](https://docs.kibocommerce.com/pages/shipment-attributes.md)
- [Shipment Detail Dashboard](https://docs.kibocommerce.com/pages/shipment-detail-dashboard.md)
- [Shipment Method Dashboard](https://docs.kibocommerce.com/pages/shipment-method-dashboard.md)
- [Shipment Package Tracking Number View](https://docs.kibocommerce.com/pages/shipment-package-tracking-number-view.md)
- [Shipment Package View](https://docs.kibocommerce.com/pages/shipment-package-view.md)
- [Shipment Reassigned Item View](https://docs.kibocommerce.com/pages/shipment-reassigned-item-view.md)
- [Shipment Type Dashboard](https://docs.kibocommerce.com/pages/shipment-type-dashboard.md)
- [Shipment View](https://docs.kibocommerce.com/pages/shipment-view.md)
- [Shipping Carriers](https://docs.kibocommerce.com/pages/shipping-carriers.md)
- [Shipping Extensibility](https://docs.kibocommerce.com/pages/shipping-extensibility.md)
- [Shipping Manifests](https://docs.kibocommerce.com/pages/shipping-manifests.md)
- [Shipping Method Codes](https://docs.kibocommerce.com/pages/shipping-method-codes.md)
- [Shipping Methods and Fees](https://docs.kibocommerce.com/pages/shipping-methods-and-fees.md)
- [Shipping Settings Overview](https://docs.kibocommerce.com/pages/shipping-settings-overview.md)
- [Shipping Zones](https://docs.kibocommerce.com/pages/shipping-zones.md)
- [Shopper Agent Implementation Guide](https://docs.kibocommerce.com/pages/shopper-agent-implementation-guide.md)
- [Shopper Preferences](https://docs.kibocommerce.com/pages/shopper-preferences.md)
- [Smart Inventory APIs](https://docs.kibocommerce.com/pages/smart-inventory-apis.md): Dynamically routed inventory adjustments and refreshes for optimal performance
- [Sorting and Filtering APIs](https://docs.kibocommerce.com/pages/sorting-and-filtering-apis.md)
- [Spell Correction](https://docs.kibocommerce.com/pages/spell-correction.md)
- [Split Packing Slips](https://docs.kibocommerce.com/pages/split-packing-slips.md)
- [SSO Implementation](https://docs.kibocommerce.com/pages/sso-implementation.md)
- [Stackable Discounts](https://docs.kibocommerce.com/pages/stackable-discounts.md)
- [Standard Product Gift Cards](https://docs.kibocommerce.com/pages/standard-product-gift-cards.md)
- [Static Categories](https://docs.kibocommerce.com/pages/static-categories.md)
- [Status Codes](https://docs.kibocommerce.com/pages/status-codes.md)
- [STH and Delivery Consolidation](https://docs.kibocommerce.com/pages/sth-and-delivery-consolidation.md)
- [Stop Words](https://docs.kibocommerce.com/pages/stop-words.md)
- [Store Credit and Gift Cards](https://docs.kibocommerce.com/pages/store-credit-and-gift-cards.md)
- [Storefront Accounts](https://docs.kibocommerce.com/pages/storefront-accounts.md)
- [Storefront Routes](https://docs.kibocommerce.com/pages/storefront-routes.md)
- [Stripe Application](https://docs.kibocommerce.com/pages/stripe-application.md)
- [Customer Sets](https://docs.kibocommerce.com/pages/structure-customer-sets.md)
- [Subnav Links](https://docs.kibocommerce.com/pages/subnav-links.md)
- [Subscription Cancelled Item View](https://docs.kibocommerce.com/pages/subscription-cancelled-item-view.md)
- [Subscription Dashboard](https://docs.kibocommerce.com/pages/subscription-dashboard.md)
- [Subscription Discounts](https://docs.kibocommerce.com/pages/subscription-discounts.md)
- [Subscription Installments](https://docs.kibocommerce.com/pages/subscription-installments.md)
- [Subscription Item View](https://docs.kibocommerce.com/pages/subscription-item-view.md)
- [Subscription Localization](https://docs.kibocommerce.com/pages/subscription-localization.md)
- [Subscription Notifications](https://docs.kibocommerce.com/pages/subscription-notifications.md)
- [Subscription Reasons (After)](https://docs.kibocommerce.com/pages/subscription-reasons-after.md)
- [Subscription Reasons (Before)](https://docs.kibocommerce.com/pages/subscription-reasons-before.md)
- [Subscription View](https://docs.kibocommerce.com/pages/subscription-view.md)
- [Validate Product (After)](https://docs.kibocommerce.com/pages/subscriptions-validate-product-after.md)
- [Validate Product (Before)](https://docs.kibocommerce.com/pages/subscriptions-validate-product-before.md)
- [Substitute Products Overview](https://docs.kibocommerce.com/pages/substitute-products-overview.md)
- [Substitutions in Fulfiller UI](https://docs.kibocommerce.com/pages/substitutions-in-fulfiller-ui.md)
- [Substitutions in Order Admin](https://docs.kibocommerce.com/pages/substitutions-in-order-admin.md)
- [Suggest Candidates (After)](https://docs.kibocommerce.com/pages/suggest-candidates-after.md)
- [Suggest Candidates (Before)](https://docs.kibocommerce.com/pages/suggest-candidates-before.md)
- [Suggest Routing (After)](https://docs.kibocommerce.com/pages/suggest-routing-after.md)
- [Suggest Routing (Before)](https://docs.kibocommerce.com/pages/suggest-routing-before.md)
- [Suggestion Logs and Debug](https://docs.kibocommerce.com/pages/suggestion-logs-and-debug.md)
- [Tax Settings](https://docs.kibocommerce.com/pages/tax-settings.md)
- [Term-Based Suggester](https://docs.kibocommerce.com/pages/term-based-suggester.md)
- [Testing API Extension Applications](https://docs.kibocommerce.com/pages/testing-api-extension-applications.md)
- [The Structure of an API Extension Application](https://docs.kibocommerce.com/pages/the-structure-of-an-api-extension-application.md)
- [Third-Party Search Tools](https://docs.kibocommerce.com/pages/third-party-search-tools.md)
- [Transactional Logs](https://docs.kibocommerce.com/pages/transactional-logs.md)
- [Transfer Shipment (After)](https://docs.kibocommerce.com/pages/transfer-shipment-after.md)
- [Transfer Shipment (Before)](https://docs.kibocommerce.com/pages/transfer-shipment-before.md)
- [Transfer Shipment Items (After)](https://docs.kibocommerce.com/pages/transfer-shipment-items-after.md)
- [Transfer Shipment Items (Before)](https://docs.kibocommerce.com/pages/transfer-shipment-items-before.md)
- [Transfer Shipments](https://docs.kibocommerce.com/pages/transfer-shipments.md)
- [Transferred Shipment Number View](https://docs.kibocommerce.com/pages/transferred-shipment-number-view.md)
- [Troubleshooting Import Issues](https://docs.kibocommerce.com/pages/troubleshooting-import-issues.md)
- [Troubleshooting Your Implementation](https://docs.kibocommerce.com/pages/troubleshooting-your-implementation.md)
- [Types of Actions](https://docs.kibocommerce.com/pages/types-of-actions.md)
- [Types of B2B Users](https://docs.kibocommerce.com/pages/types-of-b2b-users.md)
- [TypeScript SDK](https://docs.kibocommerce.com/pages/typescript-sdk.md)
- [Unclaimed BOPIS Orders Dashboard](https://docs.kibocommerce.com/pages/unclaimed-bopis-orders-dashboard.md)
- [Uninstall Applications](https://docs.kibocommerce.com/pages/uninstall-applications.md)
- [Update Account (After)](https://docs.kibocommerce.com/pages/update-account-after.md)
- [Update Account (Before)](https://docs.kibocommerce.com/pages/update-account-before.md)
- [Update Category (After)](https://docs.kibocommerce.com/pages/update-category-after.md)
- [Update Category (Before)](https://docs.kibocommerce.com/pages/update-category-before.md)
- [Update Credit (After)](https://docs.kibocommerce.com/pages/update-credit-after.md)
- [Update Credit (Before)](https://docs.kibocommerce.com/pages/update-credit-before.md)
- [Update Destination (After)](https://docs.kibocommerce.com/pages/update-destination-after.md)
- [Update Destination (Before)](https://docs.kibocommerce.com/pages/update-destination-before.md)
- [Update Forgotten Password (After)](https://docs.kibocommerce.com/pages/update-forgotten-password-after.md)
- [Update Forgotten Password (Before)](https://docs.kibocommerce.com/pages/update-forgotten-password-before.md)
- [Update Item (After)](https://docs.kibocommerce.com/pages/update-item-after.md)
- [Update Item (Before)](https://docs.kibocommerce.com/pages/update-item-before.md)
- [Update Item Quantity (HTTP After)](https://docs.kibocommerce.com/pages/update-item-quantity-http-after.md)
- [Update Item Quantity (HTTP Before)](https://docs.kibocommerce.com/pages/update-item-quantity-http-before.md)
- [Update Next Order Only](https://docs.kibocommerce.com/pages/update-next-order-only.md)
- [Update Package (After)](https://docs.kibocommerce.com/pages/update-package-after.md)
- [Update Package (Before)](https://docs.kibocommerce.com/pages/update-package-before.md)
- [Update Payment Settings (Before)](https://docs.kibocommerce.com/pages/update-payment-settings-before.md)
- [Update Return (After)](https://docs.kibocommerce.com/pages/update-return-after.md)
- [Update Return (Before)](https://docs.kibocommerce.com/pages/update-return-before.md)
- [Manage Tags on Order Items](https://docs.kibocommerce.com/pages/update-tags-on-order-items.md)
- [User Management](https://docs.kibocommerce.com/pages/user-management.md)
- [User Roles](https://docs.kibocommerce.com/pages/user-roles.md)
- [Users and User Groups](https://docs.kibocommerce.com/pages/users-and-user-groups.md)
- [Using Kibo Documentation with AI](https://docs.kibocommerce.com/pages/using-kibo-documentation-with-ai.md): Learn how to leverage Kibo's built-in AI assistant and standards-compliant files to enhance your development workflow.
- [Validate Product (After)](https://docs.kibocommerce.com/pages/validate-product-after.md)
- [Validate Product (Before)](https://docs.kibocommerce.com/pages/validate-product-before.md)
- [Variant Discounts](https://docs.kibocommerce.com/pages/variant-discounts.md)
- [Variant Property Attributes](https://docs.kibocommerce.com/pages/variant-property-attributes.md)
- [Vector Search](https://docs.kibocommerce.com/pages/vector-search.md)
- [Vercel Commerce](https://docs.kibocommerce.com/pages/vercel-commerce.md)
- [Verify External Password](https://docs.kibocommerce.com/pages/verify-external-password.md)
- [Vertex Application](https://docs.kibocommerce.com/pages/vertex-application.md)
- [View Inventory Segments](https://docs.kibocommerce.com/pages/view-inventory-segments.md)
- [View Orders and Shipments](https://docs.kibocommerce.com/pages/view-orders-and-shipments.md)
- [Viewing Shipments](https://docs.kibocommerce.com/pages/viewing-shipments.md)
- [Vue Storefront](https://docs.kibocommerce.com/pages/vue-storefront.md)
- [What You Can Do With API Extensions](https://docs.kibocommerce.com/pages/what-you-can-do-with-api-extensions.md)
- [Whitespace](https://docs.kibocommerce.com/pages/whitespace.md)
- [April 1, 2025 - 1.2512 Service Update](https://docs.kibocommerce.com/release-notes/april-1-2025-12512-service-update.md)
- [April 13, 2021 - 1.2113 Service Update](https://docs.kibocommerce.com/release-notes/april-13-2021-12113-service-update.md)
- [April 14, 2026-1.2614 Service Update](https://docs.kibocommerce.com/release-notes/april-14-2026-12614-service-update.md)
- [April 15, 2025 - 1.2514 Service Update](https://docs.kibocommerce.com/release-notes/april-15-2025-12514-service-update.md)
- [April 16, 2024 - 1.2414 Service Update](https://docs.kibocommerce.com/release-notes/april-16-2024-12414-service-update.md)
- [April 18, 2023 - 1.2314 Service Update](https://docs.kibocommerce.com/release-notes/april-18-2023-12314-service-update.md)
- [April 19, 2022 - 1.2214 Service Update](https://docs.kibocommerce.com/release-notes/april-19-2022-12214-service-update.md)
- [April 2, 2024 - 1.2412 Service Update](https://docs.kibocommerce.com/release-notes/april-2-2024-12412-service-update.md)
- [April 20, 2021 - 1.2114 Service Update](https://docs.kibocommerce.com/release-notes/april-20-2021-12114-service-update.md)
- [April 28, 2026-1.2616 Service Update ](https://docs.kibocommerce.com/release-notes/april-28-2026-12616-service-update.md)
- [April 29, 2025 - 1.2516 Service Update](https://docs.kibocommerce.com/release-notes/april-29-2025-12516-service-update.md)
- [April 30, 2024 - 1.2416 Service Update](https://docs.kibocommerce.com/release-notes/april-30-2024-12416-service-update.md)
- [April 4, 2023 - 1.2312 Service Update](https://docs.kibocommerce.com/release-notes/april-4-2023-12312-service-update.md)
- [April 5, 2022 - 1.2212 Service Update](https://docs.kibocommerce.com/release-notes/april-5-2022-12212-service-update.md)
- [April 6, 2021 - 1.2112 Service Update](https://docs.kibocommerce.com/release-notes/april-6-2021-12112-service-update.md)
- [August 10, 2021 - 1.2130 Service Update](https://docs.kibocommerce.com/release-notes/august-10-2021-12130-service-update.md)
- [August 11, 2020 - 1.2031 Service Update](https://docs.kibocommerce.com/release-notes/august-11-2020-12031-service-update.md)
- [August 19, 2025 - 1.2532 Service Update](https://docs.kibocommerce.com/release-notes/august-19-2025-12532-service-update.md)
- [August 20, 2024 - 1.2432 Service Update](https://docs.kibocommerce.com/release-notes/august-20-2024-12432-service-update.md)
- [August 22, 2023 - 1.2332 Service Update](https://docs.kibocommerce.com/release-notes/august-22-2023-12332-service-update.md)
- [August 23, 2022 - 1.2232 Service Update](https://docs.kibocommerce.com/release-notes/august-23-2022-12232-service-update.md)
- [August 24, 2021 - 1.2132 Service Update](https://docs.kibocommerce.com/release-notes/august-24-2021-12132-service-update.md)
- [August 25, 2020 - 1.2033 Service Update](https://docs.kibocommerce.com/release-notes/august-25-2020-12033-service-update.md)
- [August 5, 2025 - 1.2530 Service Update](https://docs.kibocommerce.com/release-notes/august-5-2025-12530-service-update.md)
- [August 6, 2024 - 1.2430 Service Update](https://docs.kibocommerce.com/release-notes/august-6-2024-12430-service-update.md)
- [August 8, 2023 - 1.2330 Service Update](https://docs.kibocommerce.com/release-notes/august-8-2023-12330-service-update.md)
- [August 9, 2022 - 1.2230 Service Update](https://docs.kibocommerce.com/release-notes/august-9-2022-12230-service-update.md)
- [December 1, 2020 - 1.2047 Service Update](https://docs.kibocommerce.com/release-notes/december-1-2020-12047-service-update.md)
- [December 1, 2022 - 1.2246 Service Update](https://docs.kibocommerce.com/release-notes/december-1-2022-12246-service-update.md)
- [December 10, 2024 - 1.2448 Service Update](https://docs.kibocommerce.com/release-notes/december-10-2024-12448-service-update.md)
- [December 12, 2023 - 1.2348 Service Update](https://docs.kibocommerce.com/release-notes/december-12-2023-12348-service-update.md)
- [December 13, 2022 - 1.2248 Service Update](https://docs.kibocommerce.com/release-notes/december-13-2022-12248-service-update.md)
- [December 14, 2021 - 1.2148 Service Update](https://docs.kibocommerce.com/release-notes/december-14-2021-12148-service-update.md)
- [December 15, 2020 - 1.2049 Service Update](https://docs.kibocommerce.com/release-notes/december-15-2020-12049-service-update.md)
- [December 2, 2021 - 1.2146 Service Update](https://docs.kibocommerce.com/release-notes/december-2-2021-12146-service-update.md)
- [December 9, 2025 - 1.2548 Service Update](https://docs.kibocommerce.com/release-notes/december-9-2025-12548-service-update.md)
- [February 18, 2026 - 1.2606 Service Update](https://docs.kibocommerce.com/release-notes/february-18-2026-1-2606-service-update.md)
- [February 19, 2025 - 1.2506 Service Update](https://docs.kibocommerce.com/release-notes/february-19-2025-12506-service-update.md)
- [February 21, 2024 - 1.2406 Service Update](https://docs.kibocommerce.com/release-notes/february-21-2024-12406-service-update.md)
- [February 22, 2022 - 1.2206 Service Update](https://docs.kibocommerce.com/release-notes/february-22-2022-12206-service-update.md)
- [February 22, 2023 - 1.2306 Service Update](https://docs.kibocommerce.com/release-notes/february-22-2023-12306-service-update.md)
- [February 23, 2021 - 1.2106 Service Update](https://docs.kibocommerce.com/release-notes/february-23-2021-12106-service-update.md)
- [February 03, 2026 - 1.2604 Service Update](https://docs.kibocommerce.com/release-notes/february-3-2026-12604-service-update.md)
- [February 4, 2025 - 1.2504 Service Update](https://docs.kibocommerce.com/release-notes/february-4-2025-12504-service-update.md)
- [February 6, 2024 - 1.2404 Service Update](https://docs.kibocommerce.com/release-notes/february-6-2024-12404-service-update.md)
- [February 7, 2023 - 1.2304 Service Update](https://docs.kibocommerce.com/release-notes/february-7-2023-12304-service-update.md)
- [February 8, 2022 - 1.2204 Service Update](https://docs.kibocommerce.com/release-notes/february-8-2022-12204-service-update.md)
- [February 9, 2021 - 1.2104 Service Update](https://docs.kibocommerce.com/release-notes/february-9-2021-12104-service-update.md)
- [January 10, 2023 - 1.2252 Service Update](https://docs.kibocommerce.com/release-notes/january-10-2023-12252-service-update.md)
- [January 11, 2022 - 1.2152 Service Update](https://docs.kibocommerce.com/release-notes/january-11-2022-12152-service-update.md)
- [January 12, 2021 - 1.2053 Service Update](https://docs.kibocommerce.com/release-notes/january-12-2021-12053-service-update.md)
- [January 21, 2026 - 1.2602 Service Update](https://docs.kibocommerce.com/release-notes/january-21-2026-12602-service-update.md)
- [January 22, 2025 - 1.2502 Service Update](https://docs.kibocommerce.com/release-notes/january-22-2025-12502-service-update.md)
- [January 23, 2024 - 1.2402 Service Update](https://docs.kibocommerce.com/release-notes/january-23-2024-12402-service-update.md)
- [January 24, 2023 - 1.2302 Service Update](https://docs.kibocommerce.com/release-notes/january-24-2023-12302-service-update.md)
- [January 25, 2022 - 1.2202 Service Update](https://docs.kibocommerce.com/release-notes/january-25-2022-12202-service-update.md)
- [January 26, 2021 - 1.2102 Service Update](https://docs.kibocommerce.com/release-notes/january-26-2021-12102-service-update.md)
- [January 6, 2026 - 1.2552 Service Update](https://docs.kibocommerce.com/release-notes/january-6-2026-12552-service-update.md)
- [January 7, 2025 - 1.2452 Service Update](https://docs.kibocommerce.com/release-notes/january-7-2025-2452-service-update.md)
- [January 9, 2024 - 1.2352 Service Update](https://docs.kibocommerce.com/release-notes/january-9-2024-12352-service-update.md)
- [July 11, 2023 - 1.2326 Service Update](https://docs.kibocommerce.com/release-notes/july-11-2023-12326-service-update.md)
- [July 12, 2022 - 1.2226 Service Update](https://docs.kibocommerce.com/release-notes/july-12-2022-12226-service-update.md)
- [July 13, 2021 - 1.2126 Service Update](https://docs.kibocommerce.com/release-notes/july-13-2021-12126-service-update.md)
- [July 14, 2020 - 1.2023 Service Update](https://docs.kibocommerce.com/release-notes/july-14-2020-12023-service-update.md)
- [July 14, 2020 - 1.2027 Service Update](https://docs.kibocommerce.com/release-notes/july-14-2020-12027-service-update.md)
- [July 22, 2025 - 1.2528 Service Update](https://docs.kibocommerce.com/release-notes/july-22-2025-12528-service-update.md)
- [July 23, 2024 - 1.2428 Service Update](https://docs.kibocommerce.com/release-notes/july-23-2024-12428-service-update.md)
- [July 26, 2022 - 1.2228 Service Update](https://docs.kibocommerce.com/release-notes/july-26-2022-12228-service-update.md)
- [July 27, 2021 - 1.2128 Service Update](https://docs.kibocommerce.com/release-notes/july-27-2021-12128-service-update.md)
- [July 27, 2023 - 1.2328 Service Update](https://docs.kibocommerce.com/release-notes/july-27-2023-12328-service-update.md)
- [July 28, 2020 - 1.2029 Service Update](https://docs.kibocommerce.com/release-notes/july-28-2020-12029-service-update.md)
- [July 8, 2025 - 1.2526 Service Update](https://docs.kibocommerce.com/release-notes/july-8-2025-12526-service-update.md)
- [July 9, 2024 - 1.2426 Service Update](https://docs.kibocommerce.com/release-notes/july-9-2024-12426-service-update.md)
- [June 10, 2025 - 1.2522 Service Update](https://docs.kibocommerce.com/release-notes/june-10-2025-12522-service-update.md)
- [June 11, 2024 - 1.2422 Service Update](https://docs.kibocommerce.com/release-notes/june-11-2024-12422-service-update.md)
- [June 13, 2023 - 1.2322 Service Update](https://docs.kibocommerce.com/release-notes/june-13-2023-12322-service-update.md)
- [June 14, 2022 - 1.2222 Service Update](https://docs.kibocommerce.com/release-notes/june-14-2022-12222-service-update.md)
- [June 15, 2021 - 1.2122 Service Update](https://docs.kibocommerce.com/release-notes/june-15-2021-12122-service-update.md)
- [June 2, 2021 - 1.2120 Service Update](https://docs.kibocommerce.com/release-notes/june-2-2021-12120-service-update.md)
- [June 24, 2025 - 1.2524 Service Update](https://docs.kibocommerce.com/release-notes/june-24-2025-12524-service-update.md)
- [June 25, 2024 - 1.2424 Service Update](https://docs.kibocommerce.com/release-notes/june-25-2024-12424-service-update.md)
- [June 27, 2023 - 1.2324 Service Update](https://docs.kibocommerce.com/release-notes/june-27-2023-12324-service-update.md)
- [June 29, 2021 - 1.2124 Service Update](https://docs.kibocommerce.com/release-notes/june-29-2021-12124-service-update.md)
- [June 30, 2020 - 1.2025 Service Update](https://docs.kibocommerce.com/release-notes/june-30-2020-12025-service-update.md)
- [June 30, 2022 - 1.2224 Service Update](https://docs.kibocommerce.com/release-notes/june-30-2022-12224-service-update.md)
- [June 4, 2020 - 1.2021 Service Update](https://docs.kibocommerce.com/release-notes/june-4-2020-12021-service-update.md)
- [March 03, 2026-1.2608 Service Update](https://docs.kibocommerce.com/release-notes/march-03-2026-12608-service-update.md)
- [March 17, 2026-1.2610 Service Update](https://docs.kibocommerce.com/release-notes/march-17-2026-12610-service-update.md)
- [March 18, 2025 - 1.2510 Service Update](https://docs.kibocommerce.com/release-notes/march-18-2025-12510-service-update.md)
- [March 19, 2024 - 1.2410 Service Update](https://docs.kibocommerce.com/release-notes/march-19-2024-12410-service-update.md)
- [March 21, 2023 - 1.2310 Service Update](https://docs.kibocommerce.com/release-notes/march-21-2023-12310-service-update.md)
- [March 22, 2022 - 1.2210 Service Update](https://docs.kibocommerce.com/release-notes/march-22-2022-12210-service-update.md)
- [March 23, 2021 - 1.2110 Service Update](https://docs.kibocommerce.com/release-notes/march-23-2021-12110-service-update.md)
- [March 31, 2026-1.2612 Service Update](https://docs.kibocommerce.com/release-notes/march-31-2026-12612-service-update.md)
- [March 4, 2025 - 1.2508 Service Update](https://docs.kibocommerce.com/release-notes/march-4-2025-12508-service-update.md)
- [March 5, 2024 - 1.2408 Service Update](https://docs.kibocommerce.com/release-notes/march-5-2024-12408-service-update.md)
- [March 7, 2023 - 1.2308 Service Update](https://docs.kibocommerce.com/release-notes/march-7-2023-12308-service-update.md)
- [March 8, 2022 - 1.2208 Service Update](https://docs.kibocommerce.com/release-notes/march-8-2022-12208-service-update.md)
- [March 9, 2021 - 1.2108 Service Update](https://docs.kibocommerce.com/release-notes/march-9-2021-12108-service-update.md)
- [May 13, 2025 - 1.2518 Service Update](https://docs.kibocommerce.com/release-notes/may-13-2025-12518-service-update.md)
- [May 14, 2024 - 1.2418 Service Update](https://docs.kibocommerce.com/release-notes/may-14-2024-12418-service-update.md)
- [May 16, 2023 - 1.2318 Service Update](https://docs.kibocommerce.com/release-notes/may-16-2023-12318-service-update.md)
- [May 17, 2022 - 1.2218 Service Update](https://docs.kibocommerce.com/release-notes/may-17-2022-12218-service-update.md)
- [May 18, 2021 - 1.2118 Service Update](https://docs.kibocommerce.com/release-notes/may-18-2021-12118-service-update.md)
- [May 19, 2020 - 1.2019 Service Update](https://docs.kibocommerce.com/release-notes/may-19-2020-12019-service-update.md)
- [May 2, 2023 - 1.2316 Service Update](https://docs.kibocommerce.com/release-notes/may-2-2023-12316-service-update.md)
- [May 28, 2025 - 1.2520 Service Update](https://docs.kibocommerce.com/release-notes/may-28-2025-12520-service-update.md)
- [May 29, 2024 - 1.2420 Service Update](https://docs.kibocommerce.com/release-notes/may-29-2024-12420-service-update.md)
- [May 3, 2022 - 1.2216 Service Update](https://docs.kibocommerce.com/release-notes/may-3-2022-12216-service-update.md)
- [May 30, 2023 - 1.2320 Service Update](https://docs.kibocommerce.com/release-notes/may-30-2023-12320-service-update.md)
- [May 31, 2022 - 1.2220 Service Update](https://docs.kibocommerce.com/release-notes/may-31-2022-12220-service-update.md)
- [May 4, 2021 - 1.2116 Service Update](https://docs.kibocommerce.com/release-notes/may-4-2021-12116-service-update.md)
- [May 5, 2020 - 1.2017 Service Update](https://docs.kibocommerce.com/release-notes/may-5-2020-12017-service-update.md)
- [November 1, 2022 - 1.2242 Service Update](https://docs.kibocommerce.com/release-notes/november-1-2022-12242-service-update.md)
- [November 12, 2024 - 1.2444 Service Update](https://docs.kibocommerce.com/release-notes/november-12-2024-12444-service-update.md)
- [November 12, 2025 - 1.2544 Service Update](https://docs.kibocommerce.com/release-notes/november-12-2025-12544-service-update.md)
- [November 15, 2022 - 1.2244 Service Update](https://docs.kibocommerce.com/release-notes/november-15-2022-12244-service-update.md)
- [November 15, 2023 - 1.2344 Service Update](https://docs.kibocommerce.com/release-notes/november-15-2023-12344-service-update.md)
- [November 16, 2021 - 1.2144 Service Update](https://docs.kibocommerce.com/release-notes/november-16-2021-12144-service-update.md)
- [November 17, 2020 - 1.2045 Service Update](https://docs.kibocommerce.com/release-notes/november-17-2020-12045-service-update.md)
- [November 2, 2021 - 1.2142 Service Update](https://docs.kibocommerce.com/release-notes/november-2-2021-12142-service-update.md)
- [November 25, 2025 - 1.2546 Service Update](https://docs.kibocommerce.com/release-notes/november-25-2025-12546-service-update.md)
- [November 26, 2024 - 1.2446 Service Update](https://docs.kibocommerce.com/release-notes/november-26-2024-12446-service-update.md)
- [November 29, 2023 - 1.2346 Service Update](https://docs.kibocommerce.com/release-notes/november-29-2023-12346-service-update.md)
- [November 5, 2020 - 1.2043 Service Update](https://docs.kibocommerce.com/release-notes/november-5-2020-12043-service-update.md)
- [October 1, 2024 - 1.2438 Service Update](https://docs.kibocommerce.com/release-notes/october-1-2024-12438-service-update.md)
- [October 15, 2025 - 1.2540 Service Update](https://docs.kibocommerce.com/release-notes/october-15-2025-125340-service-update.md)
- [October 28, 2025 - 1.2542 Service Update](https://docs.kibocommerce.com/release-notes/october-15-2025-12542-service-update.md)
- [October 16, 2024 - 1.2440 Service Update](https://docs.kibocommerce.com/release-notes/october-16-2024-12440-service-update.md)
- [October 17, 2023 - 1.2340 Service Update](https://docs.kibocommerce.com/release-notes/october-17-2023-12340-service-update.md)
- [October 18, 2022 - 1.2240 Service Update](https://docs.kibocommerce.com/release-notes/october-18-2022-12240-service-update.md)
- [October 19, 2021 - 1.2140 Service Update](https://docs.kibocommerce.com/release-notes/october-19-2021-12140-service-update.md)
- [October 20, 2020 - 1.2041 Service Update](https://docs.kibocommerce.com/release-notes/october-20-2020-12041-service-update.md)
- [October 29, 2024 - 1.2442 Service Update](https://docs.kibocommerce.com/release-notes/october-29-2024-12442-service-update.md)
- [October 3, 2023 - 1.2338 Service Update](https://docs.kibocommerce.com/release-notes/october-3-2023-12338-service-update.md)
- [October 31, 2023 - 1.2342 Service Update](https://docs.kibocommerce.com/release-notes/october-31-2023-12342-service-update.md)
- [October 4, 2022 - 1.2238 Service Update](https://docs.kibocommerce.com/release-notes/october-4-2022-12238-service-update.md)
- [October 5, 2021 - 1.2138 Service Update](https://docs.kibocommerce.com/release-notes/october-5-2021-12138-service-update.md)
- [October 6, 2020 - 1.2039 Service Update](https://docs.kibocommerce.com/release-notes/october-6-2020-12039-service-update.md)
- [December 15, 2020 - 1.2049 Service Update](https://docs.kibocommerce.com/release-notes/release-notes-test-december-15-2020-12049-service-update.md)
- [September 16, 2025 - 1.2536 Service Update](https://docs.kibocommerce.com/release-notes/september-16-2025-12536-service-update.md)
- [September 17, 2024 - 1.2436 Service Update](https://docs.kibocommerce.com/release-notes/september-17-2024-12436-service-update.md)
- [September 19, 2023 - 1.2336 Service Update](https://docs.kibocommerce.com/release-notes/september-19-2023-12336-service-update.md)
- [September 20, 2022 - 1.2236 Service Update](https://docs.kibocommerce.com/release-notes/september-20-2022-12236-service-update.md)
- [September 21, 2021 - 1.2136 Service Update](https://docs.kibocommerce.com/release-notes/september-21-2021-12136-service-update.md)
- [September 22, 2020 - 1.2037 Service Update](https://docs.kibocommerce.com/release-notes/september-22-2020-12037-service-update.md)
- [September 3, 2025 - 1.2534 Service Update](https://docs.kibocommerce.com/release-notes/september-3-2025-12534-service-update.md)
- [September 30, 2025 - 1.2538 Service Update](https://docs.kibocommerce.com/release-notes/september-30-2025-12538-service-update.md)
- [September 4, 2024 - 1.2434 Service Update](https://docs.kibocommerce.com/release-notes/september-4-2024-12434-service-update.md)
- [September 6, 2023 - 1.2334 Service Update](https://docs.kibocommerce.com/release-notes/september-6-2023-12334-service-update.md)
- [September 7, 2021 - 1.2134 Service Update](https://docs.kibocommerce.com/release-notes/september-7-2021-12134-service-update.md)
- [September 7, 2022 - 1.2234 Service Update](https://docs.kibocommerce.com/release-notes/september-7-2022-12234-service-update.md)
- [Agentic Commerce](https://docs.kibocommerce.com/solutions/agentic-commerce.md): AI-powered conversational commerce and intelligent automation for Kibo Commerce
- [B2B Commerce](https://docs.kibocommerce.com/solutions/b2b-commerce.md): Purpose-built commerce capabilities for complex B2B purchasing workflows and account management
- [B2C Commerce](https://docs.kibocommerce.com/solutions/b2c-commerce.md): Flexible direct-to-consumer commerce with powerful catalog, search, and checkout capabilities
- [Solutions Overview](https://docs.kibocommerce.com/solutions/index.md): Explore Kibo Commerce solutions tailored for different business models and commerce strategies
- [Order Management (OMS)](https://docs.kibocommerce.com/solutions/order-management.md): Unified order orchestration with intelligent routing and real-time inventory visibility
- [Subscription Commerce](https://docs.kibocommerce.com/solutions/subscription-commerce.md): Automated recurring purchases with flexible billing models for predictable revenue
- [B2B Buyer Accounts](https://docs.kibocommerce.com/video/b2b-buyer-accounts.md): Video guide: B2B Buyer Accounts
- [B2C Customer Account Overview](https://docs.kibocommerce.com/video/b2c-customer-account-overview.md): Video guide: B2C Customer Account Overview
- [Buy Online Pickup In Store (BOPIS) Fulfillment](https://docs.kibocommerce.com/video/buy-online-pickup-in-store-bopis-fulfillment.md): Video guide: Buy Online Pickup In Store (BOPIS) Fulfillment
- [Catalog Quick Edit Overview](https://docs.kibocommerce.com/video/catalog-quick-edit-overview.md): Video guide: Catalog Quick Edit Overview
- [Categories Overview](https://docs.kibocommerce.com/video/categories-overview.md): Video guide: Categories Overview
- [Channels](https://docs.kibocommerce.com/video/channels.md): Video guide: Channels
- [Configure Subscription Attributes on a Product, Edit Subscription Price List, and Create Offline Subscription Order](https://docs.kibocommerce.com/video/configure-subscription-attributes-on-a-product-edit-subscription-price-list-and-create-offline-subscription-order.md): Video guide: Configure Subscription Attributes on a Product, Edit Subscription Price List, and Create Offline Subscription Order
- [Create a New Catalog](https://docs.kibocommerce.com/video/create-a-new-catalog.md): Video guide: Create a New Catalog
- [Create a New Search Configuration](https://docs.kibocommerce.com/video/create-a-new-search-configuration.md): Video guide: Create a New Search Configuration
- [Create a New Standard Product in the KIBO Catalog](https://docs.kibocommerce.com/video/create-a-new-standard-product-in-the-kibo-catalog.md): Video guide: Create a New Standard Product in the KIBO Catalog
- [Create a Subscription Discount](https://docs.kibocommerce.com/video/create-a-subscription-discount.md): Video guide: Create a Subscription Discount
- [Create and Manage Customer Attributes](https://docs.kibocommerce.com/video/create-and-manage-customer-attributes.md): Video guide: Create and Manage Customer Attributes
- [Create and Manage Customer Sets](https://docs.kibocommerce.com/video/create-and-manage-customer-sets.md): Video guide: Create and Manage Customer Sets
- [Create And Manage Dynamic Categories](https://docs.kibocommerce.com/video/create-and-manage-dynamic-categories.md): Video guide: Create And Manage Dynamic Categories
- [Create and Manage Locations](https://docs.kibocommerce.com/video/create-and-manage-locations.md): Video guide: Create and Manage Locations
- [Create and Manage Product Substitutions](https://docs.kibocommerce.com/video/create-and-manage-product-substitutions.md): Video guide: Create and Manage Product Substitutions
- [Create and Manage Static Categories](https://docs.kibocommerce.com/video/create-and-manage-static-categories.md): Video guide: Create and Manage Static Categories
- [Create Configurable Product With Options In KIBO Catalog](https://docs.kibocommerce.com/video/create-configurable-product-with-options-in-kibo-catalog.md): Video guide: Create Configurable Product With Options In KIBO Catalog
- [Create Free Shipping Order Discount](https://docs.kibocommerce.com/video/create-free-shipping-order-discount.md): Video guide: Create Free Shipping Order Discount
- [Create Mapping Attributes](https://docs.kibocommerce.com/video/create-mapping-attributes.md): Video guide: Create Mapping Attributes
- [Create Product Attributes](https://docs.kibocommerce.com/video/create-product-attributes.md): Video guide: Create Product Attributes
- [Create Product Types](https://docs.kibocommerce.com/video/create-product-types.md): Video guide: Create Product Types
- [Creating a Discount - Message Conditions](https://docs.kibocommerce.com/video/creating-a-discount-message-conditions.md): Video guide: Creating a Discount - Message Conditions
- [Creating a Line Item Discount - Discount Conditions](https://docs.kibocommerce.com/video/creating-a-line-item-discount-discount-conditions.md): Video guide: Creating a Line Item Discount - Discount Conditions
- [Creating a Line Item Discount - Discount Limitations](https://docs.kibocommerce.com/video/creating-a-line-item-discount-discount-limitations.md): Video guide: Creating a Line Item Discount - Discount Limitations
- [Creating a Line Item Discount - General Section](https://docs.kibocommerce.com/video/creating-a-line-item-discount-general-section.md): Video guide: Creating a Line Item Discount - General Section
- [Creating a Line Item Discount - Target Criteria](https://docs.kibocommerce.com/video/creating-a-line-item-discount-target-criteria.md): Video guide: Creating a Line Item Discount - Target Criteria
- [Creating a Product Bundle](https://docs.kibocommerce.com/video/creating-a-product-bundle.md): Video guide: Creating a Product Bundle
- [Creating an Order Discount - Discount Conditions](https://docs.kibocommerce.com/video/creating-an-order-discount-discount-conditions.md): Video guide: Creating an Order Discount - Discount Conditions
- [Creating an Order Discount - Discount Limitations](https://docs.kibocommerce.com/video/creating-an-order-discount-discount-limitations.md): Video guide: Creating an Order Discount - Discount Limitations
- [Creating an Order Discount - General Section](https://docs.kibocommerce.com/video/creating-an-order-discount-general-section.md): Video guide: Creating an Order Discount - General Section
- [Creating an Order Discount - Target Criteria](https://docs.kibocommerce.com/video/creating-an-order-discount-target-criteria.md): Video guide: Creating an Order Discount - Target Criteria
- [Creating and Managing Coupon Sets](https://docs.kibocommerce.com/video/creating-and-managing-coupon-sets.md): Video guide: Creating and Managing Coupon Sets
- [Creating and Managing Customer Segments](https://docs.kibocommerce.com/video/creating-and-managing-customer-segments.md): Video guide: Creating and Managing Customer Segments
- [Creating and Managing Location Types](https://docs.kibocommerce.com/video/creating-and-managing-location-types.md): Video guide: Creating and Managing Location Types
- [Creating and Managing Pick Waves](https://docs.kibocommerce.com/video/creating-and-managing-pick-waves.md): Video guide: Creating and Managing Pick Waves
- [Creating New B2C Customer Accounts](https://docs.kibocommerce.com/video/creating-new-b2c-customer-accounts.md): Video guide: Creating New B2C Customer Accounts
- [Dev Center Overview](https://docs.kibocommerce.com/video/dev-center-overview.md): Video guide: Dev Center Overview
- [Dev Training - Capabilities Setup](https://docs.kibocommerce.com/video/dev-training-capabilities-setup.md): Video guide: Dev Training - Capabilities Setup
- [Dev Training - Create an Application](https://docs.kibocommerce.com/video/dev-training-create-an-application.md): Video guide: Dev Training - Create an Application
- [Dev Training - Event Listener Setup](https://docs.kibocommerce.com/video/dev-training-event-listener-setup.md): Video guide: Dev Training - Event Listener Setup
- [Dev Training - NextJS Storefront Setup](https://docs.kibocommerce.com/video/dev-training-nextjs-storefront-setup.md): Video guide: Dev Training - NextJS Storefront Setup
- [Dev Training - Postman Setup](https://docs.kibocommerce.com/video/dev-training-postman-setup.md): Video guide: Dev Training - Postman Setup
- [Dev Training - Provisioning a New Sandbox](https://docs.kibocommerce.com/video/dev-training-provisioning-a-new-sandbox.md): Video guide: Dev Training - Provisioning a New Sandbox
- [Dev Training - TypeScript SDK Setup](https://docs.kibocommerce.com/video/dev-training-typescript-sdk-setup.md): Video guide: Dev Training - TypeScript SDK Setup
- [Discount Stacking](https://docs.kibocommerce.com/video/discount-stacking.md): Video guide: Discount Stacking
- [Fulfiller Overview](https://docs.kibocommerce.com/video/fulfiller-overview.md): Video guide: Fulfiller Overview
- [Fulfiller - Shipment Pending Review](https://docs.kibocommerce.com/video/fulfiller-shipment-pending-review.md): Video guide: Fulfiller - Shipment Pending Review
- [Fulfiller - Transfer Shipments](https://docs.kibocommerce.com/video/fulfiller-transfer-shipments.md): Video guide: Fulfiller - Transfer Shipments
- [Fulfiller User and Permissions](https://docs.kibocommerce.com/video/fulfiller-user-and-permissions.md): Video guide: Fulfiller User and Permissions
- [Video How-to Guides](https://docs.kibocommerce.com/video/index.md): Video guides and tutorials for Kibo Commerce
- [Inventory Overview](https://docs.kibocommerce.com/video/inventory-overview.md): Video guide: Inventory Overview
- [Inventory Segmentation](https://docs.kibocommerce.com/video/inventory-segmentation.md): Video guide: Inventory Segmentation
- [KIBO Business Admin UI Overview](https://docs.kibocommerce.com/video/kibo-business-admin-ui-overview.md): Video guide: KIBO Business Admin UI Overview
- [KIBO Dev Center - Logging In](https://docs.kibocommerce.com/video/kibo-dev-center-logging-in.md): Video guide: KIBO Dev Center - Logging In
- [KIBO General Settings - Email & SMS Settings](https://docs.kibocommerce.com/video/kibo-general-settings-email-sms-settings.md): Video guide: KIBO General Settings - Email & SMS Settings
- [KIBO General Settings - General Section](https://docs.kibocommerce.com/video/kibo-general-settings-general-section.md): Video guide: KIBO General Settings - General Section
- [KIBO General Settings - Site Settings](https://docs.kibocommerce.com/video/kibo-general-settings-site-settings.md): Video guide: KIBO General Settings - Site Settings
- [KIBO General Settings - Storefront and Analytics Tools Settings](https://docs.kibocommerce.com/video/kibo-general-settings-storefront-and-analytics-tools-settings.md): Video guide: KIBO General Settings - Storefront and Analytics Tools Settings
- [KIBO General Settings - Subscriptions Settings](https://docs.kibocommerce.com/video/kibo-general-settings-subscriptions-settings.md): Video guide: KIBO General Settings - Subscriptions Settings
- [Location Groups](https://docs.kibocommerce.com/video/location-groups.md): Video guide: Location Groups
- [Managing A Subscription](https://docs.kibocommerce.com/video/managing-a-subscription.md): Video guide: Managing A Subscription
- [Managing Order Payments](https://docs.kibocommerce.com/video/managing-order-payments.md): Video guide: Managing Order Payments
- [Managing Store Credits and Store Gift Cards](https://docs.kibocommerce.com/video/managing-store-credits-and-store-gift-cards.md): Video guide: Managing Store Credits and Store Gift Cards
- [Marketing and Discounts Overview](https://docs.kibocommerce.com/video/marketing-and-discounts-overview.md): Video guide: Marketing and Discounts Overview
- [Merchandizing Rules](https://docs.kibocommerce.com/video/merchandizing-rules.md): Video guide: Merchandizing Rules
- [Order Admin - Creating an Offline Order](https://docs.kibocommerce.com/video/order-admin-creating-an-offline-order.md): Video guide: Order Admin - Creating an Offline Order
- [Order Admin - Orders Dashboard & Order Detail Page Overview](https://docs.kibocommerce.com/video/order-admin-orders-dashboard-order-detail-page-overview.md): Video guide: Order Admin - Orders Dashboard & Order Detail Page Overview
- [Order Routing - Creating a Strategy](https://docs.kibocommerce.com/video/order-routing-creating-a-strategy.md): Video guide: Order Routing - Creating a Strategy
- [Order Routing - Creating and Managing Filter Data Lists](https://docs.kibocommerce.com/video/order-routing-creating-and-managing-filter-data-lists.md): Video guide: Order Routing - Creating and Managing Filter Data Lists
- [Order Routing - Overview](https://docs.kibocommerce.com/video/order-routing-overview.md): Video guide: Order Routing - Overview
- [Order Routing - Strategies Dashboard Overview](https://docs.kibocommerce.com/video/order-routing-strategies-dashboard-overview.md): Video guide: Order Routing - Strategies Dashboard Overview
- [Order Routing - Strategy Management](https://docs.kibocommerce.com/video/order-routing-strategy-management.md): Video guide: Order Routing - Strategy Management
- [Order Shipments Tab Overview](https://docs.kibocommerce.com/video/order-shipments-tab-overview.md): Video guide: Order Shipments Tab Overview
- [Payment Gateways](https://docs.kibocommerce.com/video/payment-gateways.md): Video guide: Payment Gateways
- [Payment Types](https://docs.kibocommerce.com/video/payment-types.md): Video guide: Payment Types
- [Product Substitutions in Fulfiller](https://docs.kibocommerce.com/video/product-substitutions-in-fulfiller.md): Video guide: Product Substitutions in Fulfiller
- [Reporting - Explore and Modify Look](https://docs.kibocommerce.com/video/reporting-explore-and-modify-look.md): Video guide: Reporting - Explore and Modify Look
- [Reporting Overview](https://docs.kibocommerce.com/video/reporting-overview.md): Video guide: Reporting Overview
- [Returns for Refund](https://docs.kibocommerce.com/video/returns-for-refund.md): Video guide: Returns for Refund
- [Returns for Replacements or Exchanges](https://docs.kibocommerce.com/video/returns-for-replacements-or-exchanges.md): Video guide: Returns for Replacements or Exchanges
- [Sandbox/Tenant Overview](https://docs.kibocommerce.com/video/sandboxtenant-overview.md): Video guide: Sandbox/Tenant Overview
- [Search Facets](https://docs.kibocommerce.com/video/search-facets.md): Video guide: Search Facets
- [Search Schema Editor](https://docs.kibocommerce.com/video/search-schema-editor.md): Video guide: Search Schema Editor
- [Search - Splainer.io](https://docs.kibocommerce.com/video/search-splainerio.md): Video guide: Search - Splainer.io
- [Search Synonyms](https://docs.kibocommerce.com/video/search-synonyms.md): Video guide: Search Synonyms
- [Search Term Redirects](https://docs.kibocommerce.com/video/search-term-redirects.md): Video guide: Search Term Redirects
- [Ship To Home Fulfillment](https://docs.kibocommerce.com/video/ship-to-home-fulfillment.md): Video guide: Ship To Home Fulfillment
- [Ship To Home - Split Shipment](https://docs.kibocommerce.com/video/ship-to-home-split-shipment.md): Video guide: Ship To Home - Split Shipment
- [Sites](https://docs.kibocommerce.com/video/sites.md): Video guide: Sites
- [Subscription General Site Settings Overview](https://docs.kibocommerce.com/video/subscription-general-site-settings-overview.md): Video guide: Subscription General Site Settings Overview
- [User Roles and Permissions](https://docs.kibocommerce.com/video/user-roles-and-permissions.md): Video guide: User Roles and Permissions
- [Vector Search](https://docs.kibocommerce.com/video/vector-search.md): Video guide: Vector Search
## OpenAPI Specs
- [openapi_commerce](https://docs.kibocommerce.com/openapi/openapi_commerce.json)
- [openapi_catalog_admin](https://docs.kibocommerce.com/openapi/openapi_catalog_admin.json)
- [openapi_importexport](https://docs.kibocommerce.com/openapi/openapi_importexport.json)
- [openapi_user](https://docs.kibocommerce.com/openapi/openapi_user.json)
- [openapi_tenant_services](https://docs.kibocommerce.com/openapi/openapi_tenant_services.json)
- [openapi_tenant_and_user](https://docs.kibocommerce.com/openapi/openapi_tenant_and_user.json)
- [openapi_tenant](https://docs.kibocommerce.com/openapi/openapi_tenant.json)
- [openapi_subscription](https://docs.kibocommerce.com/openapi/openapi_subscription.json)
- [openapi_shipping_storefront](https://docs.kibocommerce.com/openapi/openapi_shipping_storefront.json)
- [openapi_shipping_admin](https://docs.kibocommerce.com/openapi/openapi_shipping_admin.json)
- [openapi_shipping](https://docs.kibocommerce.com/openapi/openapi_shipping.json)
- [openapi_settings](https://docs.kibocommerce.com/openapi/openapi_settings.json)
- [openapi_reservation](https://docs.kibocommerce.com/openapi/openapi_reservation.json)
- [openapi_pricing](https://docs.kibocommerce.com/openapi/openapi_pricing.json)
- [openapi_platform_services](https://docs.kibocommerce.com/openapi/openapi_platform_services.json)
- [openapi_overview](https://docs.kibocommerce.com/openapi/openapi_overview.json)
- [openapi_orderrouting](https://docs.kibocommerce.com/openapi/openapi_orderrouting.json)
- [openapi_location_storefront](https://docs.kibocommerce.com/openapi/openapi_location_storefront.json)
- [openapi_location_admin](https://docs.kibocommerce.com/openapi/openapi_location_admin.json)
- [openapi_location](https://docs.kibocommerce.com/openapi/openapi_location.json)
- [openapi_inventory](https://docs.kibocommerce.com/openapi/openapi_inventory.json)
- [openapi_graphql](https://docs.kibocommerce.com/openapi/openapi_graphql.json)
- [openapi_gdpr](https://docs.kibocommerce.com/openapi/openapi_gdpr.json)
- [openapi_fulfillment](https://docs.kibocommerce.com/openapi/openapi_fulfillment.json)
- [openapi_event](https://docs.kibocommerce.com/openapi/openapi_event.json)
- [openapi_entities](https://docs.kibocommerce.com/openapi/openapi_entities.json)
- [openapi_customer](https://docs.kibocommerce.com/openapi/openapi_customer.json)
- [openapi_content](https://docs.kibocommerce.com/openapi/openapi_content.json)
- [openapi_complete](https://docs.kibocommerce.com/openapi/openapi_complete.json)
- [openapi_catalog_storefront](https://docs.kibocommerce.com/openapi/openapi_catalog_storefront.json)
- [openapi_audit_logs](https://docs.kibocommerce.com/openapi/openapi_audit_logs.json)
- [openapi_appdevelopement](https://docs.kibocommerce.com/openapi/openapi_appdevelopement.json)
- [openapi](https://docs.kibocommerce.com/openapi.json)
## Optional
- [Log in to Kibo](https://kibocommerce.com/login)
- [Blog](https://kibocommerce.com/blog)
- [Support](https://kibocommerce.com/contact-us)
- [KIBO Partners](https://github.com/KiboPartners)
- [KIBO Software](https://github.com/KiboSoftware/)
- [Release Notes](https://docs.kibocommerce.com/release-notes/)