JDBC Driver for Shopify

Build 23.0.8839

ShopifyPaymentsAccountDisputes

Lists all disputes related to the Shopify Payments account.

View-Specific Information

Select

The 本製品 uses the Shopify API to process WHERE clause conditions built with the following columns and operators:

  • Id supports the '=,!=' comparison operators.
  • Status supports the '=,!=' comparison operators.
  • InitiatedAt supports the '=,!=,<,>,>=,=<' comparison operators.

The 本製品 processes other filters client-side within the 本製品.

For example, the following queries are processed server-side:

SELECT * FROM ShopifyPaymentsAccountDisputes WHERE Id='VALUE'

SELECT * FROM ShopifyPaymentsAccountDisputes WHERE Status='VALUE'

SELECT * FROM ShopifyPaymentsAccountDisputes WHERE InitiatedAt<'2000-01-01 01:00:00.0'

Columns

Name Type References Description
Id [KEY] String A globally-unique ID.
LegacyResourceId String The ID of the corresponding resource in the REST Admin API.
ShopifyPaymentsAccountId String

ShopifyPaymentsAccount.Id

A globally-unique ID.
EvidenceDueBy Date The deadline for evidence submission.
EvidenceSentOn Date The date when evidence was sent. Returns null if evidence has not yet been sent.
Status String The current state of the dispute.
Type String Indicates if this dispute is still in the inquiry phase or has turned into a chargeback.
FinalizedOn Date The date when this dispute was resolved. Returns null if the dispute is not yet resolved.
InitiatedAt Datetime The date when this dispute was initiated.
AmountAmount Decimal Decimal money amount.
AmountCurrencyCode String Currency of the money.
OrderId String A globally-unique ID.
ReasonDetailsReason String The reason for the dispute provided by the cardholder's banks.
ReasonDetailsNetworkReasonCode String The raw code provided by the payment network.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839