What are the Slack Archives?
Itβs a history of our time together in the Slack Community! Thereβs a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.
Because this space is not active, you wonβt be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..
Hey guys, using the GLUE API I am making a post request to `
Hey guys,
using the GLUE API I am making a post request to <http://glue.de.spryker.local/carts/${cartUUID}/items?include=items>
, this gives me some info on the items in the cart, however not the string title of the products, is there anyway to get them in the same request, if not what would be the best to get all of them.
Also is there anyway to see what include parameters are available per endpoint, haven't seen them listend anywhere yet.
Comments
-
request payload:
data: {
type: "items",
attributes: {
sku: stringSKU,
quantity: stringQuantity,
},
}0 -
Also is there a clear cart endpoint, I dont want to delete the cart I just want to completly clear it.
0 -
Hey Niklas.
No clear cart endpoint exists, You can remove the items one by one though with
DELETE /carts/:uuid/items/:groupKey
as for the product name:
items
is related toconcrete-products
./carts/:uuid/items?include=items,concrete-products
should be working.0 -
just so I understand I make one request per item for the delete
0 -
or what exactly is that groupKey
0 -
also why does the first product have way more info than the others one, I would like all of them to have the info the first one has
0 -
okay forget my last message they're connected I get that now
0 -
So can I make something like a group request? So lets says
delete /groupkey1/groupkey2/groupkey3 ?
0
Categories
- All Categories
- 42 Getting Started & Guidelines
- 7 Getting Started in the Community
- 8 Additional Resources
- 7 Community Ideas and Feedback
- 73 Spryker News
- 911 Developer Corner
- 771 Spryker Development
- 87 Spryker Dev Environment
- 361 Spryker Releases
- 3 Oryx frontend framework
- 34 Propel ORM
- 68 Community Projects
- 3 Community Ideation Board
- 30 Hackathon
- 3 PHP Bridge
- 6 Gacela Project
- 25 Job Opportunities
- 3.2K π Slack Archives
- 116 Academy
- 5 Business Users
- 370 Docker
- 551 Slack General
- 2K Help
- 75 Knowledge Sharing
- 6 Random Stuff
- 4 Code Testing
- 32 Product & Business Questions
- 69 Spryker Safari Questions
- 50 Random