--- 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 metadata: effectiveApiVersion: 2024-04 affectedApi: - displayName: Admin GraphQL API handle: admin-graphql primaryTag: displayName: API handle: api secondaryTag: displayName: New handle: new indicatesActionRequired: false createdAt: '2024-02-16T10:24:24-05:00' postedAt: '2024-04-01T10:10:00-04:00' updatedAt: '2024-02-21T11:53:02-05:00' effectiveAt: '2024-04-01T10:10:00-04:00' --- [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).