We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ad6c4e commit 08f07d3Copy full SHA for 08f07d3
src/services/fulfillment_product.ts
@@ -905,6 +905,7 @@ export class FulfillmentProductService
905
this.logger.debug('Offer List:', offer_lists);
906
907
const goods = query.items.map((good): IItem => ({
908
+ sku: `${good.product_id}\t${good.variant_id}`,
909
desc: `${good.product_id}\t${good.variant_id}`,
910
quantity: good.quantity,
911
weight: good.package?.weight_in_kg ?? this.throwStatusCode(
0 commit comments