How to Create Packing Setup using App Extensions

How to Create Packing Setup using App Extensions

VijayS
Visitor
1 0 0

I've been using shopify webhooks to pull the order information from shopify to my application and it has been working fine for years.

 

Now, I have a requirement to capture the weight and dimensions of the products in a shopify order. I've checked the shopify webhook payload of the order and there is no information related to weights and dimensions. So, I thought to pull those information from Shopify APIs but ended up with nothing there as well. 

 

So, I searched for capturing the packing information (Cartons or Pallets) of an order using APIs and no luck there too.

 

So, Finally I planned to create an Shopify app extension which will consists of a packing master and asks the user to choose the no. of packs and which pack type they want while fulfilling the order.

 

And once the order is fulfilled the app extension will call an API which is in my application with packing information as payload.

 

Sorry, I'm new to shopify extension development and I need help on where to get this started. Also, If there is any alternative method for my requirement please let me know.

 

Thanks in advance.

Replies 0 (0)