Hey everyone :woman-raising-hand: I'm trying to g...
# integrations
l
Hey everyone 🙋‍♀️ I'm trying to get Amazon Shipment (MFN) from Amazon and create Item Fulfillment in NS but the endpoint need {ShpmentId} paramater GET /mfn/v0/shipments/{shipmentId} i don't know where to get that shipmentId Thank you
m
Sounds like something better suited for an Amazon forum, but I believe it is a response element in a CreateShipment post:
The CreateShipment operation returns a ShipmentId value. Be sure to store this value for future use, as it is a required request parameter for the GetShipment and CancelShipment operations.
l
@mightyd3 Yeah but that will create a shipment in amazon, i want to get that from amazon
m
If you are looking for fulfillment info, that API is for Merchant Fulfilled Items. You probably need to look at Fulfilled by Amazon API?
1
l
yeah a want MFN ones