Iga Karbowiak
Iga Karbowiak
Thank you for the explanation. I already reproduced the problem, and I'll be working on this soon. 🙂
The issue is partially fixed by https://github.com/saleor/saleor/pull/12191, after completing [this ticket](https://github.com/saleor/saleor/issues/12109), the discount will be properly attach to order and will be visible in the dashboard.
Hi @jyo-this, You need to send the `BackgroundImage` with the use of the multipart request.
@fowczarek But we include the `private_metadata` for order payload: https://github.com/saleor/saleor/blob/main/saleor/order/notifications.py#L208. Because of that, I'm wondering if we shouldn't include it in order lines too.
We agreed that `private_metadata` shouldn't be included. @CarlesLopezMagem could you only add a changelog entry?
Docs PR: https://github.com/saleor/saleor-docs/compare/channel-permissions?expand=1
In `quantityAvailable` calculation you must take into consideration the channel, `country code` if the shipping address is set, and also adjust the value when the collection point is chosen or...
The proposition is to use a dash followed by numbers for cases when the slugify returns the empty string.
IMO, we should document it somehow.