New Inventory and Shipping Endpoints Now Available #1653
Replies: 2 comments 2 replies
|
Is getListingsByShop also affected? /Edit: I don't see your mentioned endpoints marked as deprecated in the API reference? |
0 replies
|
Hi, Is there any other endpoint which can provide shipping information like this endpoint https://developers.etsy.com/documentation/reference#operation/getListing which provides with includes=Shipping. I need for public listings to get shipping information. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
New Inventory and Shipping Endpoints Now Available
We're excited to announce two new Etsy Open API endpoints for retrieving Inventory and Shipping data from Listings.
New Endpoints
The following endpoints are now available:
getListingsShippingByListingIdsgetListingsInventoryByListingIdsThese endpoints return the same Inventory and Shipping payloads currently available through the Listings API.
Upcoming Change
These endpoints replace retrieving Inventory and Shipping data through the following query parameters on the Listings endpoints:
?includes=Inventory?includes=Shippingon:
getListinggetListingsByListingIdsThe Inventory and Shipping payloads themselves are not changing. Only the method used to retrieve them is changing.
Beginning July 29, 2026, requests using
?includes=Inventoryor?includes=Shippingon the affected Listings endpoints will return a 400 Bad Request response.If your application currently relies on these
?includesparameters, we recommend updating your integration to use the new dedicated endpoints as soon as possible.Response Format
The new endpoints return the same Inventory and Shipping response payloads currently available through the
?includesassociations, so migrating should only require changing which endpoint your application calls.Learn More
For endpoint documentation and request/response examples, see the API Reference:
getListingsShippingByListingIdsgetListingsInventoryByListingIdsFor any questions, please reach out to developer@etsy.com.
All reactions