Hi
I am developing a new Shopify app using .Net for fulfillment services. I have followed the Github example by Colin McDonald for building a .Net Shopify app. This is working and the App authenticates and I can install into my development store.
Now what I am not sure about is how to "Create a new fulfillment service." From what I have read you need to make a call to the API admin/fulfillment_services and post a json object containing the information about your fulfillment service. Where and when do I make this call? Is there a webhook or something, do I make this call once after my app has been installed?
Im sure Im missing something easy here. Any help would be greatly appreciated.
thanks
andrew