You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have Catalog items that have more than one listing. In some cases, we have Closed listings and do not want them included in our reports. Listings API uses the Status field enum (BUYABLE or DISCOVERABLE) and the Reports API Listing Reports use the status field value (Active or Inactive.) In either API any listing that has zero inventory or is "Closed" is set to status - Inactive. However, given the statuses available, there is no way to determine which listing item is "Active" and Out of Stock vs which listing item is "Closed". We have a case where a single Catalog Item, with two listings has both a closed listing and one that is out of stock. I would like to be able to use the API to return only the "Active" out of stock listing; but cannot figure out how to identify it when the "closed" item has the same status. Please help me identify any fields I may have missed that specifically identify "Closed" listings in our catalog.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
We have Catalog items that have more than one listing. In some cases, we have Closed listings and do not want them included in our reports. Listings API uses the Status field enum (BUYABLE or DISCOVERABLE) and the Reports API Listing Reports use the status field value (Active or Inactive.) In either API any listing that has zero inventory or is "Closed" is set to status - Inactive. However, given the statuses available, there is no way to determine which listing item is "Active" and Out of Stock vs which listing item is "Closed". We have a case where a single Catalog Item, with two listings has both a closed listing and one that is out of stock. I would like to be able to use the API to return only the "Active" out of stock listing; but cannot figure out how to identify it when the "closed" item has the same status. Please help me identify any fields I may have missed that specifically identify "Closed" listings in our catalog.
Beta Was this translation helpful? Give feedback.
All reactions