Skip to content
Discussion options

You must be logged in to vote

We have recently added this with the introduction of Price Lists!

Basically, you can set prices like this:

{ 
  variant_id: "variant_123",
  min_quantity: 1,
  max_quantity: 4,
  amount: 1000,
  currency_code: "usd",
},
{ 
  variant_id: "variant_123",
  min_quantity: 5,
  amount: 1000,
  currency_code: "usd",
}

We have not added this to Admin yet so you can currently only control it from the API.

Replies: 7 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@ddanninger
Comment options

@kimskogsmo
Comment options

Answer selected by srindom
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@sashahilton00
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
10 participants