PHPackages                             sition/shopware6-api-v1 - 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. sition/shopware6-api-v1

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

sition/shopware6-api-v1
=======================

Shopware 6 Base Rest API v1

0.0.1(6y ago)0629↓100%MITPHPPHP &gt;=7.0.0

Since Aug 10Pushed 6y ago1 watchersCompare

[ Source](https://github.com/sition/shopware6apiclient)[ Packagist](https://packagist.org/packages/sition/shopware6-api-v1)[ RSS](/packages/sition-shopware6-api-v1/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

description of API endpoints for shopware 6
===========================================

[](#description-of-api-endpoints-for-shopware-6)

[http://www.shopwaredemo.nl/api/v1/\_info/swagger.html](http://www.shopwaredemo.nl/api/v1/_info/swagger.html)

shopware6apiclient
==================

[](#shopware6apiclient)

example
=======

[](#example)

```
require_once __DIR__ . '/vendor/autoload.php';

use Sition\Shopware6\ShopwareClient;

$test = new ShopwareClient( 'http://www.shopwaredemo.nl', 'CLIENT_ID', 'CLIENT_SECRET' );
```

get product
===========

[](#get-product)

```
$response = $test->request( 'GET', 'product?filter[product.active]=1&filter[product.productNumber]=SWDEMO10007');

$body = json_decode($response->getBody()->getContents(), true);

var_dump($body);
```

create category
===============

[](#create-category)

```
$body = array(  "name" => "test cat" );

$response = $test->request('POST','category',$body);

$body = json_decode($response->getBody()->getContents(), true);
```

get complete order including all details
========================================

[](#get-complete-order-including-all-details)

```
$jayParsedAry = [
    "total-count-mode" => 0,
    // "ids" => "640ae70d50704641af16592613aacc21",  // specifieke id.
    "page" => 1,
    "limit" => 25,
    "filter" => [
        [
            "type" => "equals",
            "field" => "stateId",
            "value" => "4c22d7bf1bcd40f1b74385fb28420056" // open orders
        ]
    ],
    "associations" => [
        "lineItems" => [
            "associations" => [
                "product" => [
                    "associations" => [
                        "tax" => [
                        ]
                    ]
                ]
            ]
        ],
        "currency" => [
        ],
        "orderCustomer" => [
        ],
        "language" => [
        ],
        "salesChannel" => [
        ],
        "addresses" => [
            "associations" => [
                "country" => [
                ],
                "countryState" => [
                ],
                "salutation" => [
                ]
            ]
        ],
        "deliveries" => [
            "associations" => [
                "shippingMethod" => [
                ],
                "shippingOrderAddress" => [
                    "associations" => [
                        "country" => [
                        ],
                        "countryState" => [
                        ],
                        "salutation" => [
                        ]
                    ],
                ]
            ]
        ],
        "transactions" => [
            "associations" => [
                "paymentMethod" => [
                ]
            ]
        ],
        "documents" => [
            "associations" => [
                "documentType" => [
                ]
            ]
        ],
        "tags" => [
        ]

    ],
    "aggregations" => [
        [
            "name" => "BillingAddress",
            "type" => "entity",
            "definition" => "order_address",
            "field" => "billingAddressId",
            // opmerking: CountrId is al opgehaald in Adresses array, evenals stateid en salutation.

        ],
    ]

];

$response = $test->request( 'POST', 'search/order', $jayParsedAry);
$body = json_decode($response->getBody()->getContents(), true);
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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

Unknown

Total

1

Last Release

2464d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/24cf15b78030cb2b607068b5a504552f4f19381a5f41f1965f51adfabe65a385?d=identicon)[sition](/maintainers/sition)

---

Top Contributors

[![sition](https://avatars.githubusercontent.com/u/4538253?v=4)](https://github.com/sition "sition (17 commits)")

---

Tags

apirestshopware-6

### Embed Badge

![Health badge](/badges/sition-shopware6-api-v1/health.svg)

```
[![Health](https://phpackages.com/badges/sition-shopware6-api-v1/health.svg)](https://phpackages.com/packages/sition-shopware6-api-v1)
```

###  Alternatives

[xeroapi/xero-php-oauth2

Xero official PHP SDK for oAuth2 generated with OpenAPI spec 3

1054.3M14](/packages/xeroapi-xero-php-oauth2)[cybercog/youtrack-rest-php

YouTrack REST API PHP Client.

37149.2k3](/packages/cybercog-youtrack-rest-php)[onesignal/onesignal-php-api

A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com

34170.2k2](/packages/onesignal-onesignal-php-api)[ory/hydra-client

Documentation for all of Ory Hydra's APIs.

17435.9k](/packages/ory-hydra-client)[zenditplatform/zendit-php-sdk

PHP client for Zendit API

1204.3k](/packages/zenditplatform-zendit-php-sdk)[whatarmy/fedex-rest

New FedEx Rest API wrapper

2440.5k1](/packages/whatarmy-fedex-rest)

PHPackages © 2026

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