See what a dropshipping integration looks like, one step at a time.
Register a Rye account
Request product tracking (optional)
requestAmazonProductByURL
mutation. Calling this mutation for a given Amazon product will subscribe your account to webhook updates whenever that product’s data changes. If you already have product catalog data for your customers, then you can safely skip this step. Otherwise, we have detailed guidance on using this mutation here.Create a cart
CartSettingsInput
type; cart settings can be provided during cart creation or submission, and allow you to specify options like hiding pricing information from the packaging slip.Submit the cart
Track fulfilment
Handle returns and cancellations
returnOrder
mutation. Order cancellations are also programmatic, and are requested via the cancelOrder
mutation.Go live and make money