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
}
}
}