Hi ,Just wanted to share a workaround.You could have a script listening
programmatically for when the order has been shipped (via Shipstation
webhooks).That way whenever an order is shipped your script can create
an email and as a result add any atta...
Hi,To automatically have your orders synced to a GoogleSheet, I would
suggest that you use the Shipstation WebhooksYou would need to develop a
program which would reside somewhere on the cloud (AWS etc) which
Shipstation will call whenever a new orde...
Hi John,You would need to use the Shipstaion API to retrieve your Orders
data programmatically.Most likely Zendesk will be wanting the Endpoint
URL to return the data in a particular format.As such you would need to
develop an intermediate program wh...
Hi @PB1,You will want to use the " align" attribute of the "th" tag.i.e
set the align attribute to left (so all the content would then be left
aligned) eg. th align="left" Regarding the background color.You will
need to use the "background-color" pro...