#hoonie3185_api

1 messages ¡ Page 1 of 1 (latest)

proper lintelBOT
#

👋 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.

restive forum
#

Have you read through that?

torpid canopy
#

So I will pass the id of the hardware terminal product to as parameter to the sku api?

restive forum
#

Yes.

torpid canopy
#

okay thanks

proper lintelBOT
torpid canopy
#

Is that still a get request?

arctic magnet
#

Yes, that's a GET request

proper lintelBOT
torpid canopy
fervent phoenix
#

what product are you referring to specifically? can you give an example id?

torpid canopy
#

or should I use the id from the hardware product

fervent phoenix
#

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

torpid canopy
#

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

fervent phoenix
#

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

torpid canopy
#

okay I got it thanks