Hi,
I want to be able to print certain product attributes (name, price, description, etc) onto labels from within Admin in two scenarios:
1) On a single product basis. So, I find the product and select (for example) ‘Print Label’ and this will print onto a label machine.
2) Batch (or Mass Action) print labels. I search for a group of products and from the Products grid I ‘Select All’ and then ‘Print Labels’ - this will print the attributes onto a label for each selected product.
Has anyone got a suggestion as to:
a) how this might be accomplished ‘out of the box’
or
b) what modifications might be required to achieve this (& where to start!).
This could be your first SOAP API project! You could have a simple PHP script that does just that - type in your SKU and out pops the label. Alternatively the script could take a text file of stuff and do the labels. You can read orders and wishlists with the API and these come out with the lines for ‘simple’ as well as ‘configurables’. If you are doing B2B customers then this could be neat - shelf edge labels branded with their store name…
PM me if you get stuck on the SOAP.