bold-commerce / go-shopify

Go client for the Shopify API
MIT License
318 stars 252 forks source link

Support presentment_prices in variants #160

Closed irahulranjan closed 8 months ago

irahulranjan commented 3 years ago

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 commented 8 months ago

Closed by #247