Shopware 6 Webhooks not being fired when expected
I’m building a frontend application that uses Shopware 6 as a headless shop system. As part of this implementation, I’m using Webhook events to detect changes in the catalog.
Shopware administration save custom field while creating new order
I have created a custom field called OrderType
, now my task is to submit the selected order type to the database while creating an order in shopware administration panel.
Fetch calculated advanced price for a product for each customer group via API
I am currently trying to get the calculated price (advanced pricing) for each customer group via the API.
I started with checking out the context and also found an endpoint for modifying the context. But you can’t modify the customer group there.
Is there a way to calculate the advanced pricing for each customer group via the API?