WooCommerce
Integracja z wtyczką WooCommerce, umożliwiająca pobieranie danych o produktach z Twojego sklepu WooCommerce.

Integracja z wtyczką WooCommerce.
Schemat GraphQL jest wzbogacony o pola umożliwiające pobieranie danych z 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
}
}
}