Skip to content

Release 1.3

Compare
Choose a tag to compare
@squizzdev squizzdev released this 04 Nov 13:52
· 12 commits to master since this release

Release 1.3 adds support for the Import Organisation Sales Order with the SQUIZZ.com API library to allow an organisation to import a sales order into the SQUIZZ.com platform against its own organisation. The release contains an example showing how to use to the Import Organisation Sales Order import class.

The following endpoint class was added to call the API library to import an organisation's own sales order.

APIv1EndpointOrgImportSalesOrder.php

The follow example class for using the API endpoints can be found in the test/squizz/api/v1/example folder with the following class name:

APIv1ExampleRunnerImportOrgESDDataOrderSales,php

To use the new version of this library download the source php files, then in your application reference the endpoint php class libraries, as shown in the example folder. View the README file to learn more on how to setup this library for your environment.