scayle/storefront-api

此包的最新版本(v1.136.1)没有可用的许可证信息。

SCAYLE Storefront API SDK

v1.136.1 2023-07-26 09:30 UTC

This package is auto-updated.

Last update: 2024-08-31 00:35:51 UTC


README

scayle-logo-cr

SCAYLE Storefront API PHP SDK

文档 | 网站

SCAYLE Storefront API PHP SDK 简化了与 Storefront REST API 的交互。

SCAYLE's **Storefront API PHP SDK is released under the MIT license.

入门指南

访问 快速入门指南 以设置 Storefront API PHP SDK

访问 文档 了解更多关于我们的系统要求。

安装

# Install the PHP library with Composer
`composer require scayle/storefront-api`

# Initialise SDK
use Scayle\StorefrontApi\StorefrontClient;

$client = new StorefrontClient([
  'apiUrl' => 'https://{{tenant-space}}.storefront.api.scayle.cloud/v1/',
  'shopId' => 1001,
  'auth' => [
    'type' => 'token',
    'token' => '{{Access-Token}}',
  ],
]);

什么是 Scayle ?

SCAYLE 是一款功能齐全的电子商务软件解决方案,它包含灵活的 API。在 SCAYLE 中,您可以管理商店的所有方面,例如产品、库存、客户和交易。

在 [文档] 中了解更多关于 Scayle 的架构和商业模块的信息 (https://new.scayle.dev/en/user-guide)。

社区

社区和核心团队在 GitHub 上可用,您可以在此处寻求支持、讨论路线图和分享想法。

其他渠道

许可证

MIT 许可下发布