Skip to content

Tier Pricing #1326

Answered by srindom
osseonews asked this question in Q&A
Apr 12, 2022 · 2 comments · 2 replies
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: 2 comments 2 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants