delemeator

Results 12 issues of delemeator

Hello, I wanted to use nested pydantic.BaseModel with PydanticInputObjectType, but I struggle to make it work Something like this: ``` from pydantic import BaseModel from graphene_pydantic import PydanticInputObjectType import graphene...

## What type of PR is this? - [ ] 💅 Refactor - [X] 🌟 Feature - [ ] 🔥 Bug Fix - [ ] 🔩 Maintenance - [ ]...

### Description of the feature I would like to use my app to generate file and then allow user to print it. This requires me to open popup from the...

backlog
feature

This is a quick and dirty cherry pick from my playground storefront to use payments from dummy payment app Not tested - so use with caution

https://github.com/saleor/saleor/pull/17471

I want to merge this change because it implements https://github.com/saleor/saleor/issues/17689 # Impact - [X] New/Updated API fields or mutations # Pull Request Checklist - [ ] Privileged queries and mutations...

I have created this PR for reference only, as it has been decided against implementation of customer groups (https://github.com/saleor/saleor/issues/17600). Implemented features: - [x] Creation/updating of customer groups - [x] Assignment...

### What are you trying to achieve? When running `FulfillmentReturnProducts` mutation, existing fulfillment is being deleted (in case when all products from fulfillment are returned). https://github.com/saleor/saleor/blob/9e5a24ca6dac0ea4136fca1600c9ae1c79d0c3e4/saleor/order/actions.py#L1951 This leads to data...

bug
triage

### Problem To my best knowledge, currently it is only possible to query **products** that are out of stock **not productVariants**. Such possibility would be helpful for maintaining product portfolio...

help wanted

### Problem I would like to introduce catalogue promotions that are specific to certain customer groups. Those promotion rules should be considered as additional catalogue rule meaning that best of...

feature request