misaf/vendra-cart-api

JSON:API services for the Vendra Cart module

Maintainers

Package info

github.com/misaf/vendra-cart-api

Type:vendra-module

pkg:composer/misaf/vendra-cart-api

Transparency log

Statistics

Installs: 1

Dependents: 1

Suggesters: 0

Stars: 1

Open Issues: 0

v1.6.0 2026-07-22 21:54 UTC

This package is auto-updated.

Last update: 2026-07-23 00:30:33 UTC


README

Read-only JSON:API resources for tenant-scoped Vendra carts.

Installation

composer require misaf/vendra-cart-api

The package registers /v1/carts and exposes cart items only through the /v1/carts/{cart}/items relationship. Standalone cart-item endpoints are not registered, ensuring item queries inherit the cart's tenant scope.

Testing

composer test
composer analyse

License

MIT. See LICENSE.