Limits
Some of our endpoints have limits:
POST /carts/checkout
,POST /lists
,POST /carts
and other endpoints accepting items can accept maximum 50 of themPOST /carts/checkout
,POST /lists
,POST /carts
and other endpoints acceptingrecipes
can accept maximum 25 of them
Last updated