James Allen
James Allen
I'm not sure how different this workaround is from just trying to list all of the facets found in the children which can be tedious. The most common use-case I've...
I'm not sure how this is any different from how it currently works, is it returning a different result? ``` const updatedOrder = await this.orderCalculator.applyPriceAdjustments( ctx, order, promotions, updatedOrderLines ??...
This is a brilliant feature and would be great, as long as certain hooks are exposed for our custom functionality so we can generate our own sdk's?
Well, similar to the above post, when you generate your sdk I'm sure you'll put together a process for generating new versions based on shop-api changes. I would like to...
You might be able to develop a convention or system like the inferencer model from Refine, like this maybe? https://refine.dev/docs/examples/data-provider/nestjs-query/
I need to know more about the events within the underlying job queue system, specifically how do you pass along percentage updates? I might be wrong here but it doesn't...