8/11/2025, 2:54:34 PM
The dispute
queryβs description now states it returns a ShopifyPaymentsDispute
resource by ID, and the disputeEvidence
query similarly clarifies it returns a ShopifyPaymentsDisputeEvidence
. A new enum, MandateResourceType
, is added to list resource types for payment mandates (CARD_ON_FILE, CHECKOUT, DRAFT_ORDER, ORDER, SUBSCRIPTIONS). The CustomerPaymentMethod
type now includes a resourceType
field that references this new enum, indicating the specific resource a mandate supports. The OnlineStoreTheme
typeβs files
field now allows up to 2,500 items per page (instead of 250) while keeping the same filename filtering and pagination arguments. The ProductStatus
enum now contains an additional value, UNLISTED
. These changes are mostly descriptive and structural; existing functionality remains unchanged, but developers should update field selections and pagination limits to take advantage of the new enum and expanded file list capacity.
Returns a ShopifyPaymentsDispute
resource by ID.
Returns a ShopifyPaymentsDisputeEvidence
resource by ID.
The type of resource a payment mandate can be used for.
resourceType
The resource type that this payment method was created for (e.g., Order, Subscriptions).
files
UNLISTED