DemiImp
DemiImp
@etsyachristensen - Can you clarify how the API functions when you use the state param? Do these two API endpoints do the same thing? ``` /v3/application/shops/{shop_id}/listings?state=active /v3/application/shops/{shop_id}/listings/active ``` And to...
@etsyachristensen - Ah, ok. It looks like that didn't pop up in my search because the issue was closed. Maybe you should make changes to the API docs where things...
The docs suggest that updating the variation images will wipe the old variation images: `The update overwrites all existing variation images on a listing, so if your request is successful,...
Were you able to check on how it's implemented? Will setting two different sets of property_id+image_id replace or add?
As a side question... why did the title fail?
What endpoints return error arrays instead of error objects? The default behavior for every error I've received in the past was an object. Because an array response breaks code/the standard,...