#Yor

1 messages · Page 1 of 1 (latest)

astral wolfBOT
uncut citrus
agile spruce
#

Could you give me an extended example of the singular product one?

#

Thanks for your help

#

For example how do you deal with different number of quantities for each product?

uncut citrus
#

This is set within each line_item:

line_items: [
    {
      price: 'price_123',
      quantity: 1, // set quantity here
    },
  ],
agile spruce
#

Ah like that, ok thanks