Documentation Index

Fetch the complete documentation index at: https://docs.newstore.com/llms.txt

Use this file to discover all available pages before exploring further.

Used Newie, our AI search tool in the docs? Take a 2-minute survey to rate your experience!

Configuring fulfillment modes

Prev Next

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_types to an array containing 'IN_STORE_HANDOVER', 'SHIPPING', or both. The default value is an array containing both values.

  • Mixed cart is disabled by default. To allow mixed cart, set capabilities > mixed_cart to true.

    Note that mixed cart will only work when you have both IN_STORE_HANDOVER and SHIPPING enabled as fulfillment modes in your business.

Note

Ensure that Associate App sets the fulfillment_group property when creating carts via the Create cart method.

Related topics