schafferer/ap-plus-bundle
erp ap-plus api handling
1.2.5
2024-04-02 12:09 UTC
Requires
- php: ^8.1
- ext-json: *
- doctrine/annotations: ^1.13
- moneyphp/money: ^3.3
- phpdocumentor/reflection-docblock: ^5.3
- symfony/config: ^4.4
- symfony/dependency-injection: ^4.4
- symfony/http-client: ^4.4
- symfony/http-kernel: ^4.4
- symfony/monolog-bundle: ~3.5.0
- symfony/property-access: ^4.4
- symfony/property-info: ^4.4
- symfony/serializer: ^4.4
- symfony/uid: ^5.4.0
Requires (Dev)
- phpat/phpat: dev-master
- phpspec/prophecy-phpunit: 2.x-dev
- phpstan/phpstan: 1.8.x-dev
- phpunit/phpunit: @stable
- roave/security-advisories: dev-latest
- symfony/yaml: ^4.4
- dev-master
- 7.2.x-dev
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.29
- 1.0.28
- 1.0.27
- 1.0.26
- 1.0.25
- 1.0.24
- 1.0.23
- 1.0.22
- 1.0.21
- 1.0.20
- 1.0.19
- 1.0.18
- 1.0.17
- 1.0.16
- 1.0.15
- 1.0.14
- 1.0.13
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- 1.0.0-rc.17
- 1.0.0-rc.16
- 1.0.0-rc.15
- 1.0.0-rc.14
- 1.0.0-rc.12
- 1.0.0-rc.11
- 1.0.0-rc.10
- 1.0.0-rc.9
- 1.0.0-rc.8
- 1.0.0-rc.7
- 1.0.0-rc.6
- dev-57606-custom-offer-api
- dev-62986-multi-warehouse
- dev-57649-refund-api
- dev-61058-make-isocode-nullable
README
Provides API Endpoints to connect with the ap-plus erp
The openAPI document in Resources/doc/openAPI was created with Stoplight Studio
Basic-Setup
To get new content for larger lists (products, etc.) there will usually be a getDelta method that takes a date-time as
input and returns all items of that type modified past the date provided. This list will always be complete - so may be quite large.
The expectation is then, that the details for each object is pulled by a corresponding get method.