#chris-valentine_api

1 messages ¡ Page 1 of 1 (latest)

vale sorrelBOT
#

👋 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/1349031107718418472

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

desert sentinel
#

Expansion can't expand lists of more than 10 items, so at that point you would need to retrieve each individual session where line_items.has_more is true

knotty canopy
desert sentinel
#

Correct, and it looks like that is the only way to get items 11+, they won't be included in webhooks or anything

knotty canopy
#

Fantastic, This is good enough. as long as I don't need to do it blind for everything. More than 10 is very rare for us

desert sentinel
#

Good to hear! Another helpful thing that I just noticed is that checkout can have a max of 100 line items, so you should only ever need to make one additional GET call as long as you pass limit=100