What is a 'basket line'? #426
Unanswered
San-Zer0-786
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://api-reference.getcandy.io/#operation/post-basket-lines (A)
I am trying to, simply allow a user to log in via the frontend. They can then add an item to their unique basket (which I presume is done via this endpoint here https://api-reference.getcandy.io/#operation/post-baskets-basketId-claim) and place an order. That's it
In link (A) above, I can see documentation that explains little to nothing. What is the request schema 'Variants'? Does this mean the product variant? So I simply place the product ID and the qty the user on frontend can choose, so the request would be something like:
What is a basket line? Googling leads to explanation regarding basketball
https://api-reference.getcandy.io/#operation/post-baskets-basketId-save
The request schema mentions required field 'name'.
...Name of WHAT exactly?
Why all the mystery?
Beta Was this translation helpful? Give feedback.
All reactions