WooCommerce
Интеграция с плагином WooCommerce для получения данных о товарах из вашего магазина WooCommerce.

Интеграция с плагином WooCommerce.
Схема GraphQL дополнена полями для получения данных 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
}
}
}