@Generated("") @ProviderType public interface ShipmentResource
To access this resource, run: curl -u your@email.com:yourpassword -D - http://localhost:8080/o/headless-commerce-admin-shipment/v1.0
Generated:
  • Method Details

    • deleteShipment

      void deleteShipment(Long shipmentId) throws Exception
      Throws:
      Exception
    • deleteShipmentBatch

      javax.ws.rs.core.Response deleteShipmentBatch(String callbackURL, Object object) throws Exception
      Throws:
      Exception
    • deleteShipmentByExternalReferenceCode

      void deleteShipmentByExternalReferenceCode(String externalReferenceCode) throws Exception
      Throws:
      Exception
    • getShipment

      Shipment getShipment(Long shipmentId) throws Exception
      Throws:
      Exception
    • getShipmentByExternalReferenceCode

      Shipment getShipmentByExternalReferenceCode(String externalReferenceCode) throws Exception
      Throws:
      Exception
    • getShipmentsPage

      com.liferay.portal.vulcan.pagination.Page<Shipment> getShipmentsPage(String search, com.liferay.portal.kernel.search.filter.Filter filter, com.liferay.portal.vulcan.pagination.Pagination pagination, com.liferay.portal.kernel.search.Sort[] sorts) throws Exception
      Throws:
      Exception
    • patchShipment

      Shipment patchShipment(Long shipmentId, Shipment shipment) throws Exception
      Throws:
      Exception
    • patchShipmentByExternalReferenceCode

      Shipment patchShipmentByExternalReferenceCode(String externalReferenceCode, Shipment shipment) throws Exception
      Throws:
      Exception
    • postShipment

      Shipment postShipment(Shipment shipment) throws Exception
      Throws:
      Exception
    • postShipmentBatch

      javax.ws.rs.core.Response postShipmentBatch(String callbackURL, Object object) throws Exception
      Throws:
      Exception
    • postShipmentByExternalReferenceCodeStatusDelivered

      Shipment postShipmentByExternalReferenceCodeStatusDelivered(String externalReferenceCode) throws Exception
      Throws:
      Exception
    • postShipmentByExternalReferenceCodeStatusFinishProcessing

      Shipment postShipmentByExternalReferenceCodeStatusFinishProcessing(String externalReferenceCode) throws Exception
      Throws:
      Exception
    • postShipmentByExternalReferenceCodeStatusShipped

      Shipment postShipmentByExternalReferenceCodeStatusShipped(String externalReferenceCode) throws Exception
      Throws:
      Exception
    • postShipmentStatusDelivered

      Shipment postShipmentStatusDelivered(Long shipmentId) throws Exception
      Throws:
      Exception
    • postShipmentStatusFinishProcessing

      Shipment postShipmentStatusFinishProcessing(Long shipmentId) throws Exception
      Throws:
      Exception
    • postShipmentStatusShipped

      Shipment postShipmentStatusShipped(Long shipmentId) throws Exception
      Throws:
      Exception
    • postShipmentsPageExportBatch

      javax.ws.rs.core.Response postShipmentsPageExportBatch(String search, com.liferay.portal.kernel.search.filter.Filter filter, com.liferay.portal.kernel.search.Sort[] sorts, String callbackURL, String contentType, String fieldNames) throws Exception
      Throws:
      Exception
    • putShipmentByExternalReferenceCode

      Shipment putShipmentByExternalReferenceCode(String externalReferenceCode, Shipment shipment) throws Exception
      Throws:
      Exception
    • setContextAcceptLanguage

      default void setContextAcceptLanguage(com.liferay.portal.vulcan.accept.language.AcceptLanguage contextAcceptLanguage)
    • setContextCompany

      void setContextCompany(com.liferay.portal.kernel.model.Company contextCompany)
    • setContextHttpServletRequest

      default void setContextHttpServletRequest(javax.servlet.http.HttpServletRequest contextHttpServletRequest)
    • setContextHttpServletResponse

      default void setContextHttpServletResponse(javax.servlet.http.HttpServletResponse contextHttpServletResponse)
    • setContextUriInfo

      default void setContextUriInfo(javax.ws.rs.core.UriInfo contextUriInfo)
    • setContextUser

      void setContextUser(com.liferay.portal.kernel.model.User contextUser)
    • setExpressionConvert

      void setExpressionConvert(com.liferay.portal.odata.filter.ExpressionConvert<com.liferay.portal.kernel.search.filter.Filter> expressionConvert)
    • setFilterParserProvider

      void setFilterParserProvider(com.liferay.portal.odata.filter.FilterParserProvider filterParserProvider)
    • setGroupLocalService

      void setGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService)
    • setResourceActionLocalService

      void setResourceActionLocalService(com.liferay.portal.kernel.service.ResourceActionLocalService resourceActionLocalService)
    • setResourcePermissionLocalService

      void setResourcePermissionLocalService(com.liferay.portal.kernel.service.ResourcePermissionLocalService resourcePermissionLocalService)
    • setRoleLocalService

      void setRoleLocalService(com.liferay.portal.kernel.service.RoleLocalService roleLocalService)
    • setSortParserProvider

      void setSortParserProvider(com.liferay.portal.odata.sort.SortParserProvider sortParserProvider)
    • setVulcanBatchEngineExportTaskResource

      void setVulcanBatchEngineExportTaskResource(com.liferay.portal.vulcan.batch.engine.resource.VulcanBatchEngineExportTaskResource vulcanBatchEngineExportTaskResource)
    • setVulcanBatchEngineImportTaskResource

      void setVulcanBatchEngineImportTaskResource(com.liferay.portal.vulcan.batch.engine.resource.VulcanBatchEngineImportTaskResource vulcanBatchEngineImportTaskResource)
    • toFilter

      default com.liferay.portal.kernel.search.filter.Filter toFilter(String filterString)
    • toFilter

      default com.liferay.portal.kernel.search.filter.Filter toFilter(String filterString, Map<String,List<String>> multivaluedMap)
    • toSorts

      default com.liferay.portal.kernel.search.Sort[] toSorts(String sortsString)