WooCommerce
Tích hợp với plugin WooCommerce, để lấy dữ liệu sản phẩm từ cửa hàng WooCommerce của bạn.

Tích hợp với plugin WooCommerce.
Schema GraphQL được bổ sung các trường để lấy dữ liệu từ WooCommerce.
{
woocommerceProducts {
__typename
id
name
slug
url
urlPath
sku
...on WooCommercePriceableProductOrProductVariation {
price
priceFormatted
regularPrice
regularPriceFormatted
salePrice
salePriceFormatted
onSale
}
status
type
featured
totalSales
averageRating
ratingCount
image {
id
src
altText
title
caption
}
categories {
id
name
slug
}
tags {
id
name
slug
}
brands {
id
name
slug
}
}
}