Interface SellerListingResource


@Path("/{version}") public interface SellerListingResource
  • Method Details

    • deleteListingByExternalListingId

      @DELETE @Path("/externalsellerlistings/{externalId}") void deleteListingByExternalListingId(@PathParam("externalId") String externalId) throws IOException
      Throws:
      IOException