--- title: ShippingLineInput now accepts priceWithCurrency - Shopify developer changelog description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/shippinglineinput-now-accepts-pricewithcurrency md: https://shopify.dev/changelog/shippinglineinput-now-accepts-pricewithcurrency.md --- [Back to Developer changelog](https://shopify.dev/changelog) April 1, 2024 Tags: * Admin GraphQL API * 2024-04 # ShippingLineInput now accepts priceWithCurrency As of **2024-04**, you can use `priceWithCurrency` to provide the price of the shipping rate along with the currency, whereas `price` uses the shop currency. If `priceWithCurrency` is provided, `price` will be ignored. Learn more about `priceWithCurrency` on [Shopify.dev](https://shopify.dev/docs/api/admin-graphql/2024-04/input-objects/ShippingLineInput).