How can I conceal the 'Create shipping label' button in our app?

How can I hide the button Create shipping label, because we do a shipping in our app and send FulfillmentOrder entity to shopify to update order.

1 Like

Hi, @Stanislau .

Thanks for posting to the forums. I hope your day is going well!

There is currently no way to remove this button, however there is the option to change it. Are you using a custom app you developed for fulfillment? Or, are you using an app installed via the Shopify App Store?

If the latter, you would need to adjust the inventory for your products to the third party app you are using. Once this is done the button will change to “request fulfillment.” To change the inventory source of your products, simply open the product in question within Shopify, and scroll down to its location. From here, select the third party app.

If you are using, or building, a custom app, I recommend posting your question to the Shopify Developer Forum, as the developers there can assist you with providing the necessary steps for editing this button.

If you are a merchant, I would love to take a look at your store to see what other support and potential feedback I can provide. What is your domain?

We are using our application for add product to a shopify shop by API. And we do everything with product in our side including shipping.

Can you explain what field should we change?
Do I change “fulfillment_service”: “manual” option for product variant?

Hi, @Stanislau .

Unfortunately, API directions are outside of our scope of support. I recommend posting this to the developer forums as linked above.

If you have not already, we do have help guides for our partners who are looking for API resources. You can find that documentation for fulfillment here.