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:
- Authorization from the selling partner for whom you are making calls. Refer to Authorizing Selling Partner API Applications for more information.
- The Amazon Fulfillment role assigned to your developer profile.
- The Amazon Fulfillment role selected in the App registration page for your application.
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
.
Updated about 20 hours ago