WooCommerce
WooCommerce eklentisiyle entegrasyon; WooCommerce mağazanızdan ürün verilerini çekmek için.

WooCommerce eklentisiyle entegrasyon.
GraphQL şeması, WooCommerce verilerini çekmek için alanlarla zenginleştirilmiştir.
{
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
}
}
}