文件名称:shopify_api_php:NguyễnDuy PhongPHP Shopify API客户端
文件大小:6KB
文件格式:ZIP
更新时间:2024-05-18 10:28:14
PHP
shopify_api_php @author:phong.nguyen 20151022 @project:适用于php的Shopify API客户端 CodeIgniter应用内的用法: 将ShopifyAPI放在文件夹“ ... / third_party /”内 使用此LOC的类 require_once APPPATH . "/third_party/ShopifyAPI/autoload.php" ; 获取令牌。 请阅读文档: : 。 查看其中包含的演示应用程序。 通过id获得1个产品 $ proSH = new ProductSH ( 'your_shopify_store.myshopify.com' , 'your_shopify_token' , 'your_shopify_api_key' , 'your_shopify_api_secret' );
【文件预览】:
shopify_api_php-master
----shop.php(1KB)
----README.md(633B)
----index.php(3KB)
----ShopifyAPI()
--------ShopifyClient.php(7KB)
--------autoload.php(104B)
--------ProductSH.php(1KB)