-
HTTP Request POST api/commerce/orders/{orderId}/items Request Body Use context.request.body to read/write … REST API Operation This action corresponds to the Create Order Item operation. … Changes made to the order or order items in this action persist in Kibo.
-
HTTP Request PUT api/commerce/orders/{orderId}/items/{orderItemId}/quantity/{quantity} Request Body Use … Changes made to the order or order items in this action persist in Kibo. … the first argument (or null if there is no error) and a result as the second argument (if required).
-
HTTP Request PUT api/commerce/orders/fulfillmentinfo/{orderId}/fulfillmentinfo? … REST API Operation This action corresponds to the Set Fulfillment Info operation. … the first argument (or null if there is no error) and a result as the second argument (if required).
-
HTTP Request PUT api/commerce/orders/billinginfo/{orderId}/billinginfo? … REST API Operation This action corresponds to the Set Billing Info operation. … the first argument (or null if there is no error) and a result as the second argument (if required).
-
Last Updated: 12/30/2024 in User Guides System Permissions
You can implement SSO for shoppers with a custom integration using API Extensions . … The information here does not apply for shopper accounts on the storefront. … Create a service provider metadata file using the appropriate template from the below examples, replacing
-
HTTP Request GET api/commerce/orders/refunds/refundreasons Request Body Use context.request.body to read … the first argument (or null if there is no error) and a result as the second argument (if required). … This enables customization of the order refund reasons.
-
REST API Operation This action corresponds to the api/commerce/customer/changePassword operation. … the first argument (or null if there is no error) and a result as the second argument (if required). … The request IP address. ips string The request secure IP address. body object The request body of the API
-
REST API Operation This action corresponds to the api/commerce/customer/changePassword operation. … the first argument (or null if there is no error) and a result as the second argument (if required). … The request IP address. ips string The request secure IP address. body object The request body of the API
-
HTTP Request PUT api/commerce/shipments/{shipmentNumber}/fulfilled Request Body No request body content … REST API Operation This action corresponds to the Fulfill Shipment operation. … the first argument (or null if there is no error) and a result as the second argument (if required).
-
HTTP Request GET api/commerce/shipments Request Body No request body content. … REST API Operation This action corresponds to the Get Shipments operation. … the first argument (or null if there is no error) and a result as the second argument (if required).
-
HTTP Request PUT api/commerce/shipments/{shipmentNumber}/fulfilled Request Body No request body content … REST API Operation This action corresponds to the Fulfill Shipment operation. … the first argument (or null if there is no error) and a result as the second argument (if required).
-
HTTP Request GET api/commerce/returns/restock/conditions Request Body No request body content. … the first argument (or null if there is no error) and a result as the second argument (if required). … REST API Operation This action corresponds to the Get Restock Conditions operation.
-
HTTP Request GET api/commerce/shipments/{shipmentNumber} Request Body No request body content. … REST API Operation This action corresponds to the Get Shipment operation. … the first argument (or null if there is no error) and a result as the second argument (if required).
-
HTTP Request GET api/commerce/shipments Request Body No request body content. … REST API Operation This action corresponds to the Get Shipments operation. … the first argument (or null if there is no error) and a result as the second argument (if required).
-
HTTP Request GET api/commerce/returns/restock/conditions Request Body No request body content. … the first argument (or null if there is no error) and a result as the second argument (if required). … REST API Operation This action corresponds to the Get Restock Conditions operation.
-
HTTP Request POST api/commerce/shipments Request Body Use context.request.body to read/write the HTTP … REST API Operation This action corresponds to the Create Shipment operation. … the first argument (or null if there is no error) and a result as the second argument (if required).
-
HTTP Request GET api/commerce/shipments/{shipmentNumber} Request Body No request body content. … REST API Operation This action corresponds to the Get Shipment operation. … the first argument (or null if there is no error) and a result as the second argument (if required).
-
HTTP Request POST api/commerce/shipments Request Body Use context.request.body to read/write the HTTP … REST API Operation This action corresponds to the Create Shipment operation. … the first argument (or null if there is no error) and a result as the second argument (if required).
-
HTTP Request PUT api/commerce/orders/fulfillmentinfo/{orderId}/fulfillmentinfo? … the first argument (or null if there is no error) and a result as the second argument (if required). … to verify that the caller has access to the requested API resource.
-
HTTP Request PUT api/commerce/orders/billinginfo/{orderId}/billinginfo? … the first argument (or null if there is no error) and a result as the second argument (if required). … to verify that the caller has access to the requested API resource.