If you can no longer find your saved products, it may be because you are working with the DEV development system.
This test environment is always overwritten with the production system overnight.
If you create test data or test orders in the test system, they are only available on the test system on the day of the creation.
These product properties are displayed during product creation – shown here for the sample product “Flyer”.
- page Count
- Format
- Alignment
- Paper thickness
- Paper
- Paper feature
- Print
- Processing
- Finishing
- Type of finishin
- Creasing
- Perforation
- Quantity
- Delivery
Important
The properties must be selected from “top” to “bottom” in order to exclude combinations that cannot be ordered.
The properties in the hierarchy above always have an influence on which options can be selected in the groups below.
To create a product, call the following example script.
http://interface.unitedprint.com/ws2/catalogue.php
The individual product properties are displayed and can be selected from dropdown lists.
A clear combination of all available options is saved as a “product”.
This “product” will be addressed later in the order creation in the field orderPositions [$ pos] -> orderInformation -> customerProductId.
This sample script shows how you can use the catalog script to access custom products that you previously saved.
This makes it possible to obtain detailed information for stored products such as price and delivery information.
This script uses the catalog functions getCatalogueList and getCustomProduct.
It is a faster alternative to getCustomCatalogue.
Download
catalogueList_demo.php
The saved products of the catalog are listed here together with their group assignment.
Example
http://interface.unitedprint.com/ws2/catalogueList.php