我正在尝试使用PHP访问Bigcommerce API的商店资源(名称,域名等)。
我可以获得产品,类别,时间和其他资源,我只是无法弄清楚如何使用PHP来实现这些目标。
我尝试过使用Bigcommerce :: getStore()和几个变种而没有运气。
答案 0 :(得分:0)
从它的外观来看,还没有在PHP SDK中实现。 使用此分支https://github.com/bigcommerce/bigcommerce-api-php/pull/62
代码是
$store = Bigcommerce::getStore();
print_r($store);