我正在尝试使用 PHP 访问 Bigcommerce API 的商店资源(名称、域等)。
我可以获取产品、类别、时间和其他资源,但我不知道如何使用 PHP 获取这些资源。
我尝试过使用 Bigcommerce::getStore() 和几种变体,但都没有成功。
我正在尝试使用 PHP 访问 Bigcommerce API 的商店资源(名称、域等)。
我可以获取产品、类别、时间和其他资源,但我不知道如何使用 PHP 获取这些资源。
我尝试过使用 Bigcommerce::getStore() 和几种变体,但都没有成功。
从外观上看,它还没有在 PHP SDK 中实现。使用这个分支https://github.com/bigcommerce/bigcommerce-api-php/pull/62
代码是
$store = Bigcommerce::getStore();
print_r($store);