If required, you can configure fulfillment methods in your business. You can opt to allow both in-store handovers as well as shipping to fulfill orders, or restrict them based on your business scope. For example, you can choose to turn off mixed cart or cash and carry fulfillment using this capability.
To configure the possible fulfillment modes, use the Update app configuration method.
Set
capabilities>allowed_fulfillment_typesto an array containing'IN_STORE_HANDOVER','SHIPPING', or both. The default value is an array containing both values.Mixed cartis disabled by default. To allow mixed cart, setcapabilities>mixed_carttotrue.
Note that mixed cart will only work when you have bothIN_STORE_HANDOVERandSHIPPINGenabled as fulfillment modes in your business.
Note
Ensure that Associate App sets the
fulfillment_groupproperty when creating carts via the Create cart method.
Related topics