due to massive price increases, I am switching from shipstation to veeqo. for years I have used a php file that pulls my order data from shipstation and imports it to a pdfmonkey template that prints out my custom packing labels.
I am trying to get the same label to work with veeqo but no matter what I do, I don’t seem to be able to get the product information to import.
I can get all of the customer information, but the order part just says unnamed product.
When trying to pull the data without importing to pdfmonkey, i get:
Line Items (Products from WooCommerce):
Product ID: N/A
Title: No Title
Description: N/A
SKU Code: N/A
UPC Code: N/A
Model Number: N/A
I need to figure out how to get the data from each product - including name, sku, and attributes (color/style/size) and a custom field where the customer has added their name to a customized product.
Can anyone help me!!
I have read the api documentation over and over and still cant figure it out.