#chris-valentine_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/1349031107718418472
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
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
ah thanks this si the piece i was missing. So i would only need to do that if .has_more told me I needed to
Correct, and it looks like that is the only way to get items 11+, they won't be included in webhooks or anything
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
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