Discussions

Ask a Question
Back to All

Delivery Instructions via Integration

Hi,

My name is Jeff and we are doing some integration between NetSuite and EasyShip.

I noticed that when we create shipments and generate the shipping labels, Delivery Instructions is always blank.

We generate the labels on create of the shipment by passing this part of the payload.

"shipping_settings": {
	"units": {
		"weight": "kg",
		"dimensions": "cm"
	},
	"buy_label": true,
	"buy_label_synchronous": true,
	"printing_options": {
		"format": "pdf",
		"label": "4x6",
		"commercial_invoice": "A4",
		"packing_slip": "4x6"
	}
},

Is there anything we can do differently to populate the delivery instructions?

Thank you.

Kind regards,
Jeff