TDV Adapter for WooCommerce

Build 22.0.8462

Tables

The adapter models the data in WooCommerce into a list of tables that can be queried using standard SQL statements.

Generally, querying WooCommerce tables is the same as querying a table in a relational database. Sometimes there are special cases, for example, including a certain column in the WHERE clause might be required to get data for certain columns in the table. This is typically needed for situations where a separate request must be made for each row to get certain columns. These types of situations are clearly documented at the top of the table page linked below.

WooCommerce Adapter Tables

Name Description
Attributes Retrieve and modify product attributes.
Categories Retrieve product categories.
Coupons Retrieve and modify coupons.
Customers Retrieve and modify customers.
OrderLineItems Add, update and view the line items for an order.
OrderNotes Retrieve and modify the notes for an order.
OrderRefunds Retrieve and modify order refunds.
Orders Retrieve and modify orders.
PaymentGateways Retrieve and modify payment gateways.
ProductAttributeTerms Retrieve the terms for an attribute.
ProductReviews Retrieve and modify products reviews.
Products Retrieve and modify products.
ProductShippingClasses Retrieve and modify product shipping classes.
ProductTags Retrieve and modify product tags.
ProductVariations Retrieve and modify product variations.
SettingOptions View and manage settings options.
ShippingZoneMethods Retrieve and modify shipping zone methods.
ShippingZones Retrieve and modify shipping zones.
TaxClasses Retrieve and modify tax classes.
TaxRates Retrieve and modify tax rates.
Webhooks Retrieve and modify webhooks.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462