An open API service indexing awesome lists of open source software.

https://github.com/billbeeio/custom-shop-api-example

Beispielcode aus dem Blogpost
https://github.com/billbeeio/custom-shop-api-example

billbee ecommerce example php

Last synced: 11 months ago
JSON representation

Beispielcode aus dem Blogpost

Awesome Lists containing this project

README

          

# Billbee Custom Shop SDK Beispiel

Beispielcode aus dem [Blogpost](https://www.billbee.io/blog/billbee/custom-shop-api-sdk-verwenden/)

```bash
# Herunterladen
git clone https://github.com/billbeeio/custom-shop-api-example

# Abhängigkeiten installieren
cd custom-shop-api-example
composer install

# Entwicklungsserver starten
composer run serve
```

Zum simulieren der Abfragen kann unsere [Postman collection](https://github.com/billbeeio/custom-shop-api-postman) verwendet werden.