Changed
- Removed views field from Listings
createListingis now namedcreateDraftListing- Removed
state,channels, andtypeas inputs - Requires
shipping_profile_idas input
- Removed
getReviewsByShopno longer includesreceipt_idortransaction_id.- Transaction endpoints no longer include the
titleordescriptionin the JSON output updateListingnow accepts onlyactiveandinactivevalues for thestateparam. This value now will affect the state of the listing, either activating and publishing if expired or draft or deactivating if active.getShippingCarriersis a public endpoint nowupdateListingShippingProfileDestinationanddeleteListingShippingProfileDestinationendpoints now haveshipping_profile_idin them
Route updates
getListingImage- O : GET /v3/application//shop/{shop_id}/listings/{listing_id}/images/{listing_image_id}
- N : GET /v3/application/shops/{shop_id}/listings/{listing_id}/images/{listing_image_id}
getShopReceiptTransactionsByShop- O : GET /v3/application/transactions
- N : GET /v3/application/shops/{shop_id}/transactions
getShopReceiptTransaction- O : GET /v3/application/transactions/{transaction_id}
- N : GET /v3/application/shops/{shop_id}/transactions/{transaction_id}
deleteListingFile- O : DELETE /v3/application/listings/{listing_id}/files/{listing_file_id}
- N : DELETE /v3/application/shops/{shop_id}/listings/{listing_id}/files/{listing_file_id}
deleteListingShippingProfileDestination- O : DELETE /v3/application/shops/{shop_id}/listings/shipping-profiles/destinations/{shipping_profile_destination_id}
- N : DELETE /v3/application/shops/{shop_id}/listings/shipping-profiles/{shipping_profile_id}/destinations/{shipping_profile_destination_id}
updateListingShippingProfileDestination- O : PUT /v3/application/shops/{shop_id}/listings/shipping-profiles/destinations/{shipping_profile_destination_id}
N: PUT /v3/application/shops/{shop_id}/listings/shipping-profiles/{shipping_profile_id}/destinations/{shipping_profile_destination_id}
- O : PUT /v3/application/shops/{shop_id}/listings/shipping-profiles/destinations/{shipping_profile_destination_id}
The following endpoints are now Beta endpoints
updateListingTranslationcreateListingTranslationgetListingTranslationfindShopsupdateShopuploadListingFilecreateShopSectiongetUserAddressesgetShopByOwnerUserIdgetShopdeleteListinggetShopSectionsgetUserping