Shipping methods are required for merchants to determine how to deliver the order to the shopper. Shipping methods are chosen by the shopper.
cart
id
: The ID of the cart you want to retrieve.cartApplyShippingMethods
id
: The ID of the cart for which you want to apply the shipping methods.bags
: An array of objects of type CartApplyShippingMethodInput
representing the desired shipping method for each bag.bagId
: The ID of the bag for which you want to set the shipping method.shippingMethodId
: The ID of the desired shipping method for the bag.