Covers all questions related to inventory management, order fulfillment, and shipping.
Our embedded Shopify app currently relies on the FulfillmentOrderLineItem.line_item property. However, there is a message on the Shopify Partners API health page stating, "UPDATE DEADLINE: October 1, 2023" and directly under it "As of API version 2023-01, FulfillmentOrderLineItem.line_item has been deprecated...".
Considering the 2023-10 API release candidate version still includes the line_item property, it seems unlikely that it will suddenly disappear from the API call on Oct 1. In fact, according to Shopify's API versioning documentation (https://shopify.dev/docs/api/usage/versioning), each stable version is supported for a minimum of 12 months. This means that the earliest removal of the line_item property could be in the 2024-10 API version.
So what will happen after Oct 1 if we don't update our app to use a newer API version? Could our app be delisted?
Thanks!
Solved! Go to the solution
This is an accepted solution.
Hi there 👋
You are correct that banner is a mistake, and will be updated shortly.
We still do recommend to use the FulfillmentOrderLineItem
and FulfillmentOrder
objects instead.
To learn more visit the Shopify Help Center or the Community Blog.
This is an accepted solution.
Hi there 👋
You are correct that banner is a mistake, and will be updated shortly.
We still do recommend to use the FulfillmentOrderLineItem
and FulfillmentOrder
objects instead.
To learn more visit the Shopify Help Center or the Community Blog.