Add Remote Billing Update, Tracking Info, Fiscal Device Field

9/4/2026, 12:00:14 AM

Merchant apps can now update the billing address for a customer's remote‑imported payment method via customerPaymentMethodRemoteBillingAddressUpdate, which stores the new address only in Shopify and does not trigger re‑verification. A new payload type CustomerPaymentMethodRemoteBillingAddressUpdatePayload returns the updated payment method and any user errors. The schema now exposes a DiscountContextUnknown type for discounts whose eligibility reasons are not represented in this API version. The FulfillmentTrackingInfo.company field description was tightened, noting that Shopify builds click‑able tracking URLs but does not always update shipment_status automatically. PointOfSaleDevice objects receive a new fiscalDeviceIdentifier scalar to identify devices subject to local fiscal tax registration requirements.

Mutation Changes

➕ Added Mutations (1)

customerPaymentMethodRemoteBillingAddressUpdate

Updates the billing address on a customer's credit card payment method that was imported from a remote payment gateway with customerPaymentMethodRemoteCreate. Use this when the billing address held by the gateway is incomplete or incorrect and needs to be corrected in Shopify without re-importing the payment method. The payment method is not re-verified and the buyer is not charged.

The address is saved in Shopify only. It is not sent to the payment gateway, so the address the gateway holds is unchanged.

Type Changes

➕ Added Types (2)

🏗️CustomerPaymentMethodRemoteBillingAddressUpdatePayload➕ AddedOBJECT

Return type for customerPaymentMethodRemoteBillingAddressUpdate mutation.

Fields: customerPaymentMethod, userErrors
🏗️DiscountContextUnknown➕ AddedOBJECT

The discount's eligibility is affected by something that can't be represented in this API version.

Fields: contextType

🔄 Modified Types (2)

🏗️FulfillmentTrackingInfo🔄 Modified
🔄 Field modified: company
🏗️PointOfSaleDevice🔄 Modified
Field added: fiscalDeviceIdentifier

The Shopify-assigned fiscal register identifier for the device, such as Sweden's manufacturing number (tillverkningsnummer). Only present for devices at locations in countries whose fiscal regulations require registering the device with the tax authority.