#hoonie3185_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1313306146316091453
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- hoonie3185_api, 3 days ago, 3 messages
Hello! We have documentation for how to use these APIs here: https://docs.stripe.com/terminal/fleet/order-and-return-readers#use-the-hardware-orders-api
Have you read through that?
So I will pass the id of the hardware terminal product to as parameter to the sku api?
Yes.
okay thanks
Is that still a get request?
Yes, that's a GET request
Why is the product query parameter unavailable here: https://docs.stripe.com/api/terminal/hardware_products/retrieve
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
what product are you referring to specifically? can you give an example id?
If I want to retrieve a single sku, could I still pass the country parameter here? https://docs.stripe.com/api/terminal/hardware_skus/retrieve
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
or should I use the id from the hardware product
no, there's no query parameters to be passed in when retrieving an SKU, so you can't pass in the country
you should be using the id e.g. thsku_L5fys7HZ5o02N
How can I retrieve the id of the sku from a specific product?
for example I want to retrieve the sku for bbpos wise e product
have you had the chance to go through the guide that rubeus shared earlier yet? Most of the questions that you're asking are likely covered by that guide : https://docs.stripe.com/terminal/fleet/order-and-return-readers#use-the-hardware-orders-api
For example, you mentioned that you want to retrieve the SKU for bbpos wise e product - you can first retrieve all available SKUs, then each SKU is also associated with a hardware product which you can match against to figure out the SKU for bbpos wise e product
okay I got it thanks