Read about the latest improvements and features we've added to the Premier API for partners and integrators.
We regularly introduce new features into our software products. The following new features or changes have been included in this release.
The Retail module includes the functionality to create mail orders, sell retail and non-stock items and sell gift vouchers. Mail orders can later be updated to be marked as dispatched. Using the Retail module, you can:
Retrieve a list of stock categories:
GET /Stock/Categories
Retrieve a list of stock manufacturers:
GET /Stock/Manufacturers
Retrieve a list of stock suppliers:
GET /Stock/Suppliers
Retrieve a list of stock items available for purchase, for example, by manufacturer or category:
GET /Stock
Retrieve a list of stock items available at the registered PC location:
GET /Stock/CurrentSession
Search for stock items available for purchase:
POST /Stock/Search
Retrieve details of a single stock item:
GET /Stock/{stockID}
Retrieve a list of all non-stock items available for purchase:
GET /NonStock
Retrieve a list of food and drink items available for purchase:
GET /NonStock/FoodAndDrink
Retrieve a list of miscellaneous items available for purchase:
GET /NonStock/Miscellaneous
Retrieve a list of gift voucher types available for purchase:
GET /GiftVoucher
Purchase a stock item:
POST /Bill
Purchase a non-stock item:
POST /Bill
Purchase a gift voucher:
POST /Bill
Mark a mail order as sent:
POST /MailOrder/{mailOrderIDOrNumber}/MarkSent
Our ref: API-91