Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support presentment_prices in variants #160

Closed
irahulranjan opened this issue Apr 11, 2021 · 1 comment
Closed

Support presentment_prices in variants #160

irahulranjan opened this issue Apr 11, 2021 · 1 comment

Comments

@irahulranjan
Copy link

What is the plan to add presentment price in the variant object

"presentment_prices": [
      {
        "price": {
          "currency_code": "USD",
          "amount": "199.99"
        },
        "compare_at_price": null
      },
      {
        "price": {
          "currency_code": "EUR",
          "amount": "158.95"
        },
        "compare_at_price": null
      },
      {
        "price": {
          "currency_code": "GBP",
          "amount": "143.00"
        },
        "compare_at_price": null
      },
      {
        "price": {
          "currency_code": "JPY",
          "amount": "22400"
        },
        "compare_at_price": null
      }
    ]
@oliver006
Copy link
Collaborator

oliver006 commented Jan 14, 2024

Closed by #247

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants