Hey All did someone here tried shipment from Amazo...
# general
l
Hey All did someone here tried shipment from Amazon to NS for MFN Orders using Celigo Thanks
t
You mean for bringing in sales orders to NetSuite from Amazon for MFN orders? We have a couple options here. There is a prebuilt integration app that would out of the box handle this, but you can also built to flows yourself on Celigo to sync the orders.
1
l
@Tyler Lamparter so if MFN is shipped in Amazon we want to create IF for it in NS not from NS to Amazon becasue we are buying shipping lables in Amazon
t
Do the sales orders exist in NetSuite before you ship them directly within Amazon?
1
l
Yes we sync MFN orders from Amazon to NS with "Pending Fulfillment" then we want to do the same thing with IF from Amazon to NS
@Tyler Lamparter
t
Amazon order api has package details so you could pull orders that are in shipped status and then transform the sales order record to fulfillment record and record the package details. https://developer-docs.amazon.com/sp-api/docs/orders-api-v0-model
l
@Tyler Lamparter Thank you so much, i tried it in Celigo to call this endpoint /orders/v0/orders/{{orderid}} but the response has no tracking information
t
@linavokolans you may need to try a different endpoint on Amazon, but I'm sure they have some endpoint or report available to get this. Once you can find that, then you can do this in Celigo
l
@Tyler Lamparter Thanks tyler will do