[FEATURE]: Add "VariationImages" to getListings "includes" parameter #717
creharmony
started this conversation in
Ideas
Replies: 2 comments
-
|
I will pass this to the team as a ticket to see if it's something that we will take on or not. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
We'll convert this ticket to a new discussion in the Ideas category to continue tracking the request. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Is there an existing ticket for this?
Is your feature request related to a problem? Please describe
I'm using V3 API (instead of V2) to retrieve listings and listings having variations
recently 'inventory' has been added to the
includesof getListing with #236 🙏 thanks for that; this prevent me additional api call.about variations translations:
getListingInventoryto retrieve 'fr' translations of variations property_namesproperty_values.valuestranslation : that is traced (& commented april) in #431And I created this ticket to know if you plan to add to includes "variationImages' too ? this is the way to retrieve the relation between : a product property_id, a product property_value_id, and an image_id
for now I'm using
getListingVariationImagesDescribe the solution you'd like
having
variationImagesaccepted asincludesenum value.This will add to the result an addotionnal field ; example
Describe any alternatives you've considered
As alternative I will keep my additional api call to getListingVariationImages
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions