Create an MCF order for India

Learn how to create an MCF order for India.

Learn how to create an MCF order for India.

Prerequisites

To complete this tutorial, you need:

Step 1. Get a fulfillment preview

Call the getFulfillmentPreview operation.

Step 2a. Create a fulfillment order

Call the createFulfillmentOrder operation to create an MCF order specifying the feature constraints required for the order.

Step 2b. Create a fulfillment order with a COD option

Call the createFulfillmentOrder operation to create an MCF order with a cash on delivery (COD) option. For COD orders in the IN marketplace, none of the monetary values in codSettings (codCharge, codChargeTax, shippingCharge, shippingChargeTax) should be set. All the charges in the order must be represented with perUnitDeclaredValue in the items array.

Step 3. Get the fulfillment order to validate order details

After successfully calling the createFulfillmentOrder operation, call the getFulfillmentOrder operation to validate the fulfillmentAction is equal to Ship and fulfillmentOrderStatus is equal to Received.