Implementing tiered discounts on Amazon: seeking SP-API guidance #757
Replies: 1 comment
-
Hi, I’m closing this discussion after confirming that the tiered pricing structure described above can indeed be implemented using the SP-API. I found the necessary details in Amazon’s documentation, which outlined the specific XML modifications required before submission. Best regards, Clément |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm considering adding tiered discounts to some of my products on Amazon.
For example, I have Product A, which is currently listed at $9 per item. I'd like to introduce the following pricing structure based on the quantity purchased:
1 unit: The price remains unchanged at $9 per item.
2 units: The price drops to $8 per item.
3 units: The price stays at $8 per item.
4 units or more: The price decreases to $7 per item.
Is it possible to implement this pricing strategy using the SP-API? I was considering the Amazon Business-to-Business API, but I'm unsure if it's the best fit for my requirements.
I appreciate any guidance or suggestions you can provide.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions