PHPackages                             ordereazi/commerce-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. ordereazi/commerce-sdk

ActiveLibrary[HTTP &amp; Networking](/categories/http)

ordereazi/commerce-sdk
======================

Build a fully custom headless storefront - your own web app, mobile app, or POS - against a single OE Commerce store. Every endpoint below is namespaced under `/api/v1/store/...`. Building admin/back-office tooling instead? See \[/docs/admin\](/docs/admin). New here? \[/guides/store\](/guides/store) walks through getting a key, the anonymous cart session, and calling your first endpoints step by step - this page is the field-level reference to come back to afterward. ## Getting Started 1. Click the \*\*Authorize\*\* button at the top of this page. 2. Provide credentials: - \*\*X-Commerce-Key\*\* (always required) - your store's Store Access Key from Backoffice &gt; Settings &gt; Application APIs. `pk\_store\_...` (publishable) is safe for browser/mobile code; `sk\_store\_...` (secret) is server-to-server only and is rejected outright if a browser Origin header is present. - \*\*Bearer\*\* (only for endpoints acting on a specific customer - Account, Orders, Wishlists, etc.) - the token from \*\*Auth &gt; register\*\* or \*\*Auth &gt; login\*\*. Once authorized, you can explore and test all available endpoints directly from this interface. ## Anonymous Carts A guest cart is tracked by an `X-Session-Ref` header, not a cookie - the server generates one on your first request and echoes it back on every response after. Keep sending back whatever value you last received. Logging in carries that same cart forward onto the customer's account automatically, with no separate merge step. ## Errors Failures use RFC 9457 Problem Details (`application/problem+json`) with a stable `code` field for programmatic handling, e.g. `store\_key\_invalid`, `store\_key\_revoked`, `store\_key\_scope\_denied`, `rate\_limited`. A rejected \*business\* action (e.g. adding fewer than a product's minimum order quantity to the cart) instead comes back as HTTP 200 with `"success": false` and a human-readable `message` - always check `success` in the body, not just the HTTP status code. ## Rate Limits Requests are limited per Store Access Key (200/minute). The credential-stuffing surface (register/login/forgot-password/reset-password) is limited more tightly per caller IP (10 per 5 minutes). A 429 response includes a `Retry-After` header.

1.1.0(yesterday)03↑2900%MITPHP ^8.1

Since Aug 26Compare

[ Source](https://github.com/OrderEazi/commerce-sdk-php)[ Packagist](https://packagist.org/packages/ordereazi/commerce-sdk)[ Docs](https://github.com/OrderEazi/commerce-sdk)[ RSS](/packages/ordereazi-commerce-sdk/feed)WikiDiscussions Synced yesterday

READMEChangelogDependencies (4)Versions (4)Used By (0)

### README not available

The README for this package hasn't been synced yet. View it on [GitHub](https://github.com/OrderEazi/commerce-sdk-php).

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance100

Actively maintained with recent releases

Popularity4

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

1d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/320978442?v=4)[jean-warp](/maintainers/jean-warp)[@jean-warp](https://github.com/jean-warp)

---

Tags

phpapisdkrestopenapiopenapitoolsopenapi-generator

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/ordereazi-commerce-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/ordereazi-commerce-sdk/health.svg)](https://phpackages.com/packages/ordereazi-commerce-sdk)
```

###  Alternatives

[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
