stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > OrderCaptureInput > currency

AdminTypes.OrderCaptureInput.currency property

The currency (in ISO format) that’s used to capture the order. This must be the presentment currency (the currency used by the customer) and is a required field for orders where the currency and presentment currency differ.

Signature:

currency?: InputMaybe<CurrencyCode | `${CurrencyCode}`>;