Added
- Basic shipping profile added to the listing resource object
- Shop object now includes
is_etsy_payments_onboarded. This will replaceis_direct_checkout_onboardedin the future. - Added
transaction_idback into the Review resources. - Added
image_idstoupdateListingendpoint. Images will overwrite current array if passed, in order that they appear in the list of image ids.
Changed
- Removed requirement of additional taxonomy data when taxonomy_id is passed in
updateListingendpoint. - Set
createDraftListingto allowshould_auto_renewto be set to true on creation. - Allow user to create digital listings with
createDraftListingendpoint. - Fixed
updateListingendpoint to not set all listings tophysicalby default. - Fixed receipt transaction to include personalization when value_id is
null updateListingandupdateListingInventorynow allows quantity to be set individually, even when total across all variants adds up to more than 999.getListingsByShopnow allows searching by all state values:active,inactive,sold_out,draft,removed,expired,edit- added shipping method, shipping profile and upgrade info to transaction object.
- Added order
statusto receipt endpoints. getShopPaymentAccountLedgerEntriesnow includesorigin_reference_typeupdateListingno longer requires a file attachment on digital listings update.updateListingInventorynow allowsproperty_valuesto be an empty array.- Listing endpoints now include
skusas a simple array of values for listing owner only. - Fixed the
countvalue in shops and listings list endpoints to return the correct value. - Fixed issue with
should_auto_renewonupdateListingto show correct value on response. - Changed
createDraftListingandupdateListingendpoints to adjust the minimum and maximum price values based on conversion to shop currency. - Fixed
createDraftListingendpoint so thatimage_idsdo store. - Removed
email_rpermission requirement from receipts endpoints
Removed
- Removed support for channels in the
createDraftListingandupdateListingendpoints.