扩展
WooCommerce
与 WooCommerce 插件集成,从您的 WooCommerce 商店获取商品数据。

与 WooCommerce 插件的集成功能。
GraphQL schema 中新增了用于获取 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
}
}
}