Products Attribute Terms


Overview

The products attribute terms API allows you to view individual or a batch of products.


List all product attribute terms

Returns products back from WooCommerce, include parameters to query data.

getProductAttributeTerms()

Parameters

int page,
int perPage,
String search,
List<int> exclude,
List<int> include,
String order,
String orderBy,
bool hideEmpty,
int parent,
int product,
String slug

API Call

// Initialize WooSignal
await WooSignal.instance.init(appKey: "your app key");

// Call API
List<ProductAttributeTerm> productAttributeTerms = await WooSignal.instance.getProductAttributeTerms();

Response

List<ProductAttributeTerm> instance

Represents the following object - WooCommerce list all product attribute terms