I need to retrieve orders through Amazon's Seller SP-API, regularly update the inventory for all of our SKUs that are listed on Amazon as well as update Amazon with the shipment tracking number and status when the order is shipped out.
So far, I am using the orders-api to retrieve all the needed data on the order.
I have not found a straightforward way to update inventory for a SKU or update the shipment tracking number when the order is shipped out.
This is for a Seller, not a Vendor. The products are all stored in the seller's warehouse, not at Amazon.
What API endpoint should I be using that will allow the updating of inventory as well as updating of shipping information when the order is shipped out?
I've gone through every API endpoint listed here.
I have an ongoing Support Case with Amazon for the past 10 days and am currently on hold with Amazon Support for the past hour and the person on the other end of the line said they don't know either and have to find out.
Does anyone know what API endpoint / operation will do this?