1.0.0 • Published 5 years ago

infoplus-javascript-client v1.0.0

Weekly downloads
8
License
ISC
Repository
github
Last release
5 years ago

infoplus-javascript-client

Infoplus is a cloud platform to manage your inventory, orders, warehouse, and shipments.

The Infoplus API exposes the full breadth and depth of the Infoplus platform to all clients. With the Infoplus API, you can integrate Infoplus functionality into other platforms (e.g. your ERP, shopping cart, accounting system, etc.), enabling you to do, in your own platform, anything you can do in Infoplus.

This repository is a native JavaScript client for full access to the Infoplus API.

Infoplus API Resources

The Resources listed below will provide all the information you need to integrate with the Infoplus API.

Developer's Home Page

https://www.infopluscommerce.com/developers/

  • This site gives you an overview of the Infoplus API.
  • Get a general understanding of the API and quick steps on getting started.

Infoplus API Reference Site

http://developers.infopluscommerce.com/

  • The Infoplus API is a modern JSON + REST API, and the API Reference Site is the complete documentation of all endpoints, resources, and fields available in the API.
  • Whether you're using the API directly over HTTPS, or if you're using a pre-built Client Library like this one, the API Reference Site gives you the specific details you need for each API call available, along with live demo capabilities.
  • The API Reference Site also lets you request access to a free Demo Account to test out the API.

Have Questions?

JavaScript Client Details

Installation

For Node.js

npm

To publish the library as a npm, please follow the procedure in "Publishing npm packages".

Then install it via:

npm install infoplus-javascript-client --save

git

If the library is hosted at a git repository, e.g. https://github.com/infopluscommerce/infoplus-javascript-client then install it via:

npm install infopluscommerce/infoplus-javascript-client --save

For browser

The library also works in the browser environment via npm and browserify. After following the above steps with Node.js and installing browserify with npm install -g browserify, perform the following (assuming main.js is your entry file):

browserify main.js > bundle.js

Then include bundle.js in the HTML pages.

Getting Started

Please follow the installation instruction and execute the following JS code:

var infoplus = require('infoplus-javascript-client');

var defaultClient = infoplus.ApiClient.default;

// Configure API key authorization: api_key
var api_key = defaultClient.authentications['api_key'];
api_key.apiKey = "YOUR API KEY"


var api = new infoplus.AisleApi()

var body = new infoplus.Aisle(); // {Aisle} Aisle to be inserted.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.addAisle(body, callback);

Documentation for API Endpoints

All URIs are relative to *https://${YOUR_DOMAIN}/infoplus-wms/api

ClassMethodHTTP requestDescription
infoplus.AisleApiaddAislePOST /v1.0/aisleCreate an aisle
infoplus.AisleApideleteAisleDELETE /v1.0/aisle/{aisleId}Delete an aisle
infoplus.AisleApigetAisleByFilterGET /v1.0/aisle/searchSearch aisles by filter
infoplus.AisleApigetAisleByIdGET /v1.0/aisle/{aisleId}Get an aisle by id
infoplus.AisleApiupdateAislePUT /v1.0/aisleUpdate an aisle
infoplus.AlertApigetAlertByFilterGET /v1.0/alert/searchSearch alerts by filter
infoplus.AlertApigetAlertByIdGET /v1.0/alert/{alertId}Get an alert by id
infoplus.AsnApiaddAsnPOST /v1.0/asnCreate an asn
infoplus.AsnApideleteAsnDELETE /v1.0/asn/{asnId}Delete an asn
infoplus.AsnApigetAsnByFilterGET /v1.0/asn/searchSearch asns by filter
infoplus.AsnApigetAsnByIdGET /v1.0/asn/{asnId}Get an asn by id
infoplus.AsnApiupdateAsnPUT /v1.0/asnUpdate an asn
infoplus.BillOfLadingApiaddBillOfLadingPOST /v1.0/billOfLadingCreate a billOfLading
infoplus.BillOfLadingApideleteBillOfLadingDELETE /v1.0/billOfLading/{billOfLadingId}Delete a billOfLading
infoplus.BillOfLadingApigetBillOfLadingByFilterGET /v1.0/billOfLading/searchSearch billOfLadings by filter
infoplus.BillOfLadingApigetBillOfLadingByIdGET /v1.0/billOfLading/{billOfLadingId}Get a billOfLading by id
infoplus.BillOfLadingApiupdateBillOfLadingPUT /v1.0/billOfLadingUpdate a billOfLading
infoplus.BillingCodeApiaddBillingCodePOST /v1.0/billingCodeCreate a billingCode
infoplus.BillingCodeApideleteBillingCodeDELETE /v1.0/billingCode/{billingCodeId}Delete a billingCode
infoplus.BillingCodeApigetBillingCodeByFilterGET /v1.0/billingCode/searchSearch billingCodes by filter
infoplus.BillingCodeApigetBillingCodeByIdGET /v1.0/billingCode/{billingCodeId}Get a billingCode by id
infoplus.BillingCodeApiupdateBillingCodePUT /v1.0/billingCodeUpdate a billingCode
infoplus.BillingCodeTypeApiaddBillingCodeTypePOST /v1.0/billingCodeTypeCreate a billingCodeType
infoplus.BillingCodeTypeApideleteBillingCodeTypeDELETE /v1.0/billingCodeType/{billingCodeTypeId}Delete a billingCodeType
infoplus.BillingCodeTypeApigetBillingCodeTypeByFilterGET /v1.0/billingCodeType/searchSearch billingCodeTypes by filter
infoplus.BillingCodeTypeApigetBillingCodeTypeByIdGET /v1.0/billingCodeType/{billingCodeTypeId}Get a billingCodeType by id
infoplus.BillingCodeTypeApiupdateBillingCodeTypePUT /v1.0/billingCodeTypeUpdate a billingCodeType
infoplus.BuildingApiaddBuildingPOST /v1.0/buildingCreate a building
infoplus.BuildingApideleteBuildingDELETE /v1.0/building/{buildingId}Delete a building
infoplus.BuildingApigetBuildingByFilterGET /v1.0/building/searchSearch buildings by filter
infoplus.BuildingApigetBuildingByIdGET /v1.0/building/{buildingId}Get a building by id
infoplus.BuildingApiupdateBuildingPUT /v1.0/buildingUpdate a building
infoplus.BusinessTransactionApigetBusinessTransactionByFilterGET /v1.0/businessTransaction/searchSearch businessTransactions by filter
infoplus.BusinessTransactionApigetBusinessTransactionByIdGET /v1.0/businessTransaction/{businessTransactionId}Get a businessTransaction by id
infoplus.CarrierApigetCarrierByIdGET /v1.0/carrier/{carrierId}Get a carrier by id
infoplus.CarrierApigetCarrierBySearchTextGET /v1.0/carrier/searchSearch carriers
infoplus.CarrierServiceApigetCarrierServiceByIdGET /v1.0/carrierService/{carrierServiceId}Get a carrierService by id
infoplus.CarrierServiceApigetCarrierServiceBySearchTextGET /v1.0/carrierService/searchSearch carrierServices
infoplus.CartonApiaddCartonPOST /v1.0/cartonCreate a carton
infoplus.CartonApideleteCartonDELETE /v1.0/carton/{cartonId}Delete a carton
infoplus.CartonApigetCartonByFilterGET /v1.0/carton/searchSearch cartons by filter
infoplus.CartonApigetCartonByIdGET /v1.0/carton/{cartonId}Get a carton by id
infoplus.CartonApiupdateCartonPUT /v1.0/cartonUpdate a carton
infoplus.CartonContentApiaddCartonContentPOST /v1.0/cartonContentCreate a cartonContent
infoplus.CartonContentApideleteCartonContentDELETE /v1.0/cartonContent/{cartonContentId}Delete a cartonContent
infoplus.CartonContentApigetCartonContentByFilterGET /v1.0/cartonContent/searchSearch cartonContents by filter
infoplus.CartonContentApigetCartonContentByIdGET /v1.0/cartonContent/{cartonContentId}Get a cartonContent by id
infoplus.CartonContentApiupdateCartonContentPUT /v1.0/cartonContentUpdate a cartonContent
infoplus.CartonTypeApiaddCartonTypePOST /v1.0/cartonTypeCreate a cartonType
infoplus.CartonTypeApideleteCartonTypeDELETE /v1.0/cartonType/{cartonTypeId}Delete a cartonType
infoplus.CartonTypeApigetCartonTypeByFilterGET /v1.0/cartonType/searchSearch cartonTypes by filter
infoplus.CartonTypeApigetCartonTypeByIdGET /v1.0/cartonType/{cartonTypeId}Get a cartonType by id
infoplus.CartonTypeApiupdateCartonTypePUT /v1.0/cartonTypeUpdate a cartonType
infoplus.CustomerApiaddCustomerPOST /v1.0/customerCreate a customer
infoplus.CustomerApideleteCustomerDELETE /v1.0/customer/{customerId}Delete a customer
infoplus.CustomerApigetByCustomerNoGET /v1.0/customer/getByCustomerNoGet a customer by Customer No
infoplus.CustomerApigetCustomerByFilterGET /v1.0/customer/searchSearch customers by filter
infoplus.CustomerApigetCustomerByIdGET /v1.0/customer/{customerId}Get a customer by id
infoplus.CustomerApiupdateCustomerPUT /v1.0/customerUpdate a customer
infoplus.EmailTemplateApiaddEmailTemplatePOST /v1.0/emailTemplateCreate an emailTemplate
infoplus.EmailTemplateApideleteEmailTemplateDELETE /v1.0/emailTemplate/{emailTemplateId}Delete an emailTemplate
infoplus.EmailTemplateApigetEmailTemplateByFilterGET /v1.0/emailTemplate/searchSearch emailTemplates by filter
infoplus.EmailTemplateApigetEmailTemplateByIdGET /v1.0/emailTemplate/{emailTemplateId}Get an emailTemplate by id
infoplus.EmailTemplateApiupdateEmailTemplatePUT /v1.0/emailTemplateUpdate an emailTemplate
infoplus.ExternalShipmentApiaddExternalShipmentPOST /v1.0/externalShipmentCreate an externalShipment
infoplus.ExternalShipmentApideleteExternalShipmentDELETE /v1.0/externalShipment/{externalShipmentId}Delete an externalShipment
infoplus.ExternalShipmentApigetExternalShipmentByFilterGET /v1.0/externalShipment/searchSearch externalShipments by filter
infoplus.ExternalShipmentApigetExternalShipmentByIdGET /v1.0/externalShipment/{externalShipmentId}Get an externalShipment by id
infoplus.ExternalShipmentApiupdateExternalShipmentPUT /v1.0/externalShipmentUpdate an externalShipment
infoplus.FulfillmentPlanApiaddFulfillmentPlanPOST /v1.0/fulfillmentPlanCreate a fulfillmentPlan
infoplus.FulfillmentPlanApideleteFulfillmentPlanDELETE /v1.0/fulfillmentPlan/{fulfillmentPlanId}Delete a fulfillmentPlan
infoplus.FulfillmentPlanApigetFulfillmentPlanByFilterGET /v1.0/fulfillmentPlan/searchSearch fulfillmentPlans by filter
infoplus.FulfillmentPlanApigetFulfillmentPlanByIdGET /v1.0/fulfillmentPlan/{fulfillmentPlanId}Get a fulfillmentPlan by id
infoplus.FulfillmentPlanApiupdateFulfillmentPlanPUT /v1.0/fulfillmentPlanUpdate a fulfillmentPlan
infoplus.FulfillmentProcessApigetFulfillmentProcessByFilterGET /v1.0/fulfillmentProcess/searchSearch fulfillmentProcesses by filter
infoplus.FulfillmentProcessApigetFulfillmentProcessByIdGET /v1.0/fulfillmentProcess/{fulfillmentProcessId}Get a fulfillmentProcess by id
infoplus.IntegrationPartnerApigetIntegrationPartnerByIdGET /v1.0/integrationPartner/{integrationPartnerId}Get an integrationPartner by id
infoplus.IntegrationPartnerApigetIntegrationPartnerBySearchTextGET /v1.0/integrationPartner/searchSearch integrationPartners
infoplus.InventoryAdjustmentApigetInventoryAdjustmentByFilterGET /v1.0/inventoryAdjustment/searchSearch inventoryAdjustments by filter
infoplus.InventoryAdjustmentApigetInventoryAdjustmentByIdGET /v1.0/inventoryAdjustment/{inventoryAdjustmentId}Get an inventoryAdjustment by id
infoplus.InventoryDetailApigetInventoryDetailByFilterGET /v1.0/inventoryDetail/searchSearch inventoryDetails by filter
infoplus.InventoryDetailApigetInventoryDetailByIdGET /v1.0/inventoryDetail/{inventoryDetailId}Get an inventoryDetail by id
infoplus.ItemApiaddItemPOST /v1.0/itemCreate an item
infoplus.ItemApideleteItemDELETE /v1.0/item/{itemId}Delete an item
infoplus.ItemApigetBySKUGET /v1.0/item/getBySKUGet an item by SKU
infoplus.ItemApigetItemByFilterGET /v1.0/item/searchSearch items by filter
infoplus.ItemApigetItemByIdGET /v1.0/item/{itemId}Get an item by id
infoplus.ItemApiupdateItemPUT /v1.0/itemUpdate an item
infoplus.ItemAccountCodeApigetItemAccountCodeBySearchTextGET /v1.0/itemAccountCode/searchSearch itemAccountCodes
infoplus.ItemAccountCodeApigetTranslateAccountCodeByIdGET /v1.0/itemAccountCode/{itemAccountCodeId}Get an itemAccountCode by id
infoplus.ItemBuyerApigetItemBuyerBySearchTextGET /v1.0/itemBuyer/searchSearch itemBuyers
infoplus.ItemBuyerApigetTranslateBuyerByIdGET /v1.0/itemBuyer/{itemBuyerId}Get an itemBuyer by id
infoplus.ItemLegacyLowStockContactApigetItemLegacyLowStockContactBySearchTextGET /v1.0/itemLegacyLowStockContact/searchSearch itemLegacyLowStockContacts
infoplus.ItemLegacyLowStockContactApigetTranslateLowStockContactByIdGET /v1.0/itemLegacyLowStockContact/{itemLegacyLowStockContactId}Get an itemLegacyLowStockContact by id
infoplus.ItemLowStockCodeApigetItemLowStockCodeBySearchTextGET /v1.0/itemLowStockCode/searchSearch itemLowStockCodes
infoplus.ItemLowStockCodeApigetTranslateLowStockCodeByIdGET /v1.0/itemLowStockCode/{itemLowStockCodeId}Get an itemLowStockCode by id
infoplus.ItemMajorGroupApigetItemMajorGroupBySearchTextGET /v1.0/itemMajorGroup/searchSearch itemMajorGroups
infoplus.ItemMajorGroupApigetTranslateMajorGroupByIdGET /v1.0/itemMajorGroup/{itemMajorGroupId}Get an itemMajorGroup by id
infoplus.ItemProductCodeApigetItemProductCodeBySearchTextGET /v1.0/itemProductCode/searchSearch itemProductCodes
infoplus.ItemProductCodeApigetTranslateProductCodeByIdGET /v1.0/itemProductCode/{itemProductCodeId}Get an itemProductCode by id
infoplus.ItemReceiptApigetItemReceiptByFilterGET /v1.0/itemReceipt/searchSearch itemReceipts by filter
infoplus.ItemReceiptApigetItemReceiptByIdGET /v1.0/itemReceipt/{itemReceiptId}Get an itemReceipt by id
infoplus.ItemSubGroupApigetItemSubGroupBySearchTextGET /v1.0/itemSubGroup/searchSearch itemSubGroups
infoplus.ItemSubGroupApigetTranslateSubGroupByIdGET /v1.0/itemSubGroup/{itemSubGroupId}Get an itemSubGroup by id
infoplus.ItemSummaryCodeApigetItemSummaryCodeBySearchTextGET /v1.0/itemSummaryCode/searchSearch itemSummaryCodes
infoplus.ItemSummaryCodeApigetTranslateSummaryCodeByIdGET /v1.0/itemSummaryCode/{itemSummaryCodeId}Get an itemSummaryCode by id
infoplus.JobTimeApiaddJobTimePOST /v1.0/jobTimeCreate a jobTime
infoplus.JobTimeApideleteJobTimeDELETE /v1.0/jobTime/{jobTimeId}Delete a jobTime
infoplus.JobTimeApigetJobTimeByFilterGET /v1.0/jobTime/searchSearch jobTimes by filter
infoplus.JobTimeApigetJobTimeByIdGET /v1.0/jobTime/{jobTimeId}Get a jobTime by id
infoplus.JobTimeApiupdateJobTimePUT /v1.0/jobTimeUpdate a jobTime
infoplus.JobTypeApiaddJobTypePOST /v1.0/jobTypeCreate a jobType
infoplus.JobTypeApideleteJobTypeDELETE /v1.0/jobType/{jobTypeId}Delete a jobType
infoplus.JobTypeApigetJobTypeByFilterGET /v1.0/jobType/searchSearch jobTypes by filter
infoplus.JobTypeApigetJobTypeByIdGET /v1.0/jobType/{jobTypeId}Get a jobType by id
infoplus.JobTypeApiupdateJobTypePUT /v1.0/jobTypeUpdate a jobType
infoplus.LineOfBusinessApigetLineOfBusinessByIdGET /v1.0/lineOfBusiness/{lineOfBusinessId}Get a lineOfBusiness by id
infoplus.LineOfBusinessApigetLineOfBusinessBySearchTextGET /v1.0/lineOfBusiness/searchSearch lineOfBusinesses
infoplus.LocationApiaddLocationPOST /v1.0/locationCreate a location
infoplus.LocationApideleteLocationDELETE /v1.0/location/{locationId}Delete a location
infoplus.LocationApigetLocationByFilterGET /v1.0/location/searchSearch locations by filter
infoplus.LocationApigetLocationByIdGET /v1.0/location/{locationId}Get a location by id
infoplus.LocationApiupdateLocationPUT /v1.0/locationUpdate a location
infoplus.LocationAddressSchemeApiaddLocationAddressSchemePOST /v1.0/locationAddressSchemeCreate a locationAddressScheme
infoplus.LocationAddressSchemeApideleteLocationAddressSchemeDELETE /v1.0/locationAddressScheme/{locationAddressSchemeId}Delete a locationAddressScheme
infoplus.LocationAddressSchemeApigetLocationAddressSchemeByFilterGET /v1.0/locationAddressScheme/searchSearch locationAddressSchemes by filter
infoplus.LocationAddressSchemeApigetLocationAddressSchemeByIdGET /v1.0/locationAddressScheme/{locationAddressSchemeId}Get a locationAddressScheme by id
infoplus.LocationAddressSchemeApiupdateLocationAddressSchemePUT /v1.0/locationAddressSchemeUpdate a locationAddressScheme
infoplus.LocationBillingTypeApiaddLocationBillingTypePOST /v1.0/locationBillingTypeCreate a locationBillingType
infoplus.LocationBillingTypeApideleteLocationBillingTypeDELETE /v1.0/locationBillingType/{locationBillingTypeId}Delete a locationBillingType
infoplus.LocationBillingTypeApigetLocationBillingTypeByFilterGET /v1.0/locationBillingType/searchSearch locationBillingTypes by filter
infoplus.LocationBillingTypeApigetLocationBillingTypeByIdGET /v1.0/locationBillingType/{locationBillingTypeId}Get a locationBillingType by id
infoplus.LocationBillingTypeApiupdateLocationBillingTypePUT /v1.0/locationBillingTypeUpdate a locationBillingType
infoplus.LocationFootprintApiaddLocationFootprintPOST /v1.0/locationFootprintCreate a locationFootprint
infoplus.LocationFootprintApideleteLocationFootprintDELETE /v1.0/locationFootprint/{locationFootprintId}Delete a locationFootprint
infoplus.LocationFootprintApigetLocationFootprintByFilterGET /v1.0/locationFootprint/searchSearch locationFootprints by filter
infoplus.LocationFootprintApigetLocationFootprintByIdGET /v1.0/locationFootprint/{locationFootprintId}Get a locationFootprint by id
infoplus.LocationFootprintApiupdateLocationFootprintPUT /v1.0/locationFootprintUpdate a locationFootprint
infoplus.LoggedTimeApigetLoggedTimeByFilterGET /v1.0/loggedTime/searchSearch loggedTimes by filter
infoplus.LoggedTimeApigetLoggedTimeByIdGET /v1.0/loggedTime/{loggedTimeId}Get a loggedTime by id
infoplus.LoggedTimeTypeApigetLoggedTimeTypeByIdGET /v1.0/loggedTimeType/{loggedTimeTypeId}Get a loggedTimeType by id
infoplus.LoggedTimeTypeApigetLoggedTimeTypeBySearchTextGET /v1.0/loggedTimeType/searchSearch loggedTimeTypes
infoplus.LowStockApigetLowStockByFilterGET /v1.0/lowStock/searchSearch lowStocks by filter
infoplus.LowStockApigetLowStockByIdGET /v1.0/lowStock/{lowStockId}Get a lowStock by id
infoplus.OrderApiaddOrderPOST /v1.0/orderCreate an order
infoplus.OrderApideleteOrderDELETE /v1.0/order/{orderId}Delete an order
infoplus.OrderApigetOrderByFilterGET /v1.0/order/searchSearch orders by filter
infoplus.OrderApigetOrderByIdGET /v1.0/order/{orderId}Get an order by id
infoplus.OrderApiupdateOrderPUT /v1.0/orderUpdate an order
infoplus.OrderLineApigetOrderLineByFilterGET /v1.0/orderLine/searchSearch orderLines by filter
infoplus.OrderLineApigetOrderLineByIdGET /v1.0/orderLine/{orderLineId}Get an orderLine by id
infoplus.OrderLoadProgramApigetOrderLoadProgramBySearchTextGET /v1.0/orderLoadProgram/searchSearch orderLoadPrograms
infoplus.OrderLoadProgramApigetReqLoadProgramByIdGET /v1.0/orderLoadProgram/{orderLoadProgramId}Get an orderLoadProgram by id
infoplus.OrderSourceApiaddOrderSourcePOST /v1.0/orderSourceCreate an orderSource
infoplus.OrderSourceApideleteOrderSourceDELETE /v1.0/orderSource/{orderSourceId}Delete an orderSource
infoplus.OrderSourceApigetOrderSourceByFilterGET /v1.0/orderSource/searchSearch orderSources by filter
infoplus.OrderSourceApigetOrderSourceByIdGET /v1.0/orderSource/{orderSourceId}Get an orderSource by id
infoplus.OrderSourceApiupdateOrderSourcePUT /v1.0/orderSourceUpdate an orderSource
infoplus.OrderSourceReservationApiaddOrderSourceReservationPOST /v1.0/orderSourceReservationCreate an orderSourceReservation
infoplus.OrderSourceReservationApideleteOrderSourceReservationDELETE /v1.0/orderSourceReservation/{orderSourceReservationId}Delete an orderSourceReservation
infoplus.OrderSourceReservationApigetOrderSourceReservationByFilterGET /v1.0/orderSourceReservation/searchSearch orderSourceReservations by filter
infoplus.OrderSourceReservationApigetOrderSourceReservationByIdGET /v1.0/orderSourceReservation/{orderSourceReservationId}Get an orderSourceReservation by id
infoplus.OrderSourceReservationApiupdateOrderSourceReservationPUT /v1.0/orderSourceReservationUpdate an orderSourceReservation
infoplus.OverrideReturnAddressApiaddOverrideReturnAddressPOST /v1.0/overrideReturnAddressCreate an overrideReturnAddress
infoplus.OverrideReturnAddressApideleteOverrideReturnAddressDELETE /v1.0/overrideReturnAddress/{overrideReturnAddressId}Delete an overrideReturnAddress
infoplus.OverrideReturnAddressApigetOverrideReturnAddressByFilterGET /v1.0/overrideReturnAddress/searchSearch overrideReturnAddresses by filter
infoplus.OverrideReturnAddressApigetOverrideReturnAddressByIdGET /v1.0/overrideReturnAddress/{overrideReturnAddressId}Get an overrideReturnAddress by id
infoplus.OverrideReturnAddressApiupdateOverrideReturnAddressPUT /v1.0/overrideReturnAddressUpdate an overrideReturnAddress
infoplus.ParcelAccountApigetParcelAccountByFilterGET /v1.0/parcelAccount/searchSearch parcelAccounts by filter
infoplus.ParcelAccountApigetParcelAccountByIdGET /v1.0/parcelAccount/{parcelAccountId}Get a parcelAccount by id
infoplus.ParcelShipmentApigetParcelShipmentByFilterGET /v1.0/parcelShipment/searchSearch parcelShipments by filter
infoplus.ParcelShipmentApigetParcelShipmentByIdGET /v1.0/parcelShipment/{parcelShipmentId}Get a parcelShipment by id
infoplus.PickFaceAssignmentApiaddPickFaceAssignmentPOST /v1.0/pickFaceAssignmentCreate a pickFaceAssignment
infoplus.PickFaceAssignmentApideletePickFaceAssignmentDELETE /v1.0/pickFaceAssignment/{pickFaceAssignmentId}Delete a pickFaceAssignment
infoplus.PickFaceAssignmentApigetPickFaceAssignmentByFilterGET /v1.0/pickFaceAssignment/searchSearch pickFaceAssignments by filter
infoplus.PickFaceAssignmentApigetPickFaceAssignmentByIdGET /v1.0/pickFaceAssignment/{pickFaceAssignmentId}Get a pickFaceAssignment by id
infoplus.PickFaceAssignmentApiupdatePickFaceAssignmentPUT /v1.0/pickFaceAssignmentUpdate a pickFaceAssignment
infoplus.ProductTypeApigetProductTypeByIdGET /v1.0/productType/{productTypeId}Get a productType by id
infoplus.ProductTypeApigetProductTypeBySearchTextGET /v1.0/productType/searchSearch productTypes
infoplus.ProductionLotApigetProductionLotByFilterGET /v1.0/productionLot/searchSearch productionLots by filter
infoplus.ProductionLotApigetProductionLotByIdGET /v1.0/productionLot/{productionLotId}Get a productionLot by id
infoplus.QuickAdjustmentApiaddQuickAdjustmentPOST /v1.0/quickAdjustmentCreate a quickAdjustment
infoplus.QuickAdjustmentApideleteQuickAdjustmentDELETE /v1.0/quickAdjustment/{quickAdjustmentId}Delete a quickAdjustment
infoplus.QuickAdjustmentApigetQuickAdjustmentByFilterGET /v1.0/quickAdjustment/searchSearch quickAdjustments by filter
infoplus.QuickAdjustmentApigetQuickAdjustmentByIdGET /v1.0/quickAdjustment/{quickAdjustmentId}Get a quickAdjustment by id
infoplus.QuickAdjustmentApiupdateQuickAdjustmentPUT /v1.0/quickAdjustmentUpdate a quickAdjustment
infoplus.QuickReceiptApiaddQuickReceiptPOST /v1.0/quickReceiptCreate a quickReceipt
infoplus.QuickReceiptApideleteQuickReceiptDELETE /v1.0/quickReceipt/{quickReceiptId}Delete a quickReceipt
infoplus.QuickReceiptApigetQuickReceiptByFilterGET /v1.0/quickReceipt/searchSearch quickReceipts by filter
infoplus.QuickReceiptApigetQuickReceiptByIdGET /v1.0/quickReceipt/{quickReceiptId}Get a quickReceipt by id
infoplus.QuickReceiptApiupdateQuickReceiptPUT /v1.0/quickReceiptUpdate a quickReceipt
infoplus.ReceivingProcessApideleteReceivingProcessDELETE /v1.0/receivingProcess/{receivingProcessId}Delete a receivingProcess
infoplus.ReceivingProcessApigetReceivingProcessByFilterGET /v1.0/receivingProcess/searchSearch receivingProcesses by filter
infoplus.ReceivingProcessApigetReceivingProcessByIdGET /v1.0/receivingProcess/{receivingProcessId}Get a receivingProcess by id
infoplus.ReceivingWorksheetApiaddReceivingWorksheetPOST /v1.0/receivingWorksheetCreate a receivingWorksheet
infoplus.ReceivingWorksheetApideleteReceivingWorksheetDELETE /v1.0/receivingWorksheet/{receivingWorksheetId}Delete a receivingWorksheet
infoplus.ReceivingWorksheetApigetReceivingWorksheetByFilterGET /v1.0/receivingWorksheet/searchSearch receivingWorksheets by filter
infoplus.ReceivingWorksheetApigetReceivingWorksheetByIdGET /v1.0/receivingWorksheet/{receivingWorksheetId}Get a receivingWorksheet by id
infoplus.ReceivingWorksheetApiupdateReceivingWorksheetPUT /v1.0/receivingWorksheetUpdate a receivingWorksheet
infoplus.ReplenishmentApigetReplenishmentByFilterGET /v1.0/replenishment/searchSearch replenishments by filter
infoplus.ReplenishmentApigetReplenishmentByIdGET /v1.0/replenishment/{replenishmentId}Get a replenishment by id
infoplus.ReplenishmentPlanApiaddReplenishmentPlanPOST /v1.0/replenishmentPlanCreate a replenishmentPlan
infoplus.ReplenishmentPlanApideleteReplenishmentPlanDELETE /v1.0/replenishmentPlan/{replenishmentPlanId}Delete a replenishmentPlan
infoplus.ReplenishmentPlanApigetReplenishmentPlanByFilterGET /v1.0/replenishmentPlan/searchSearch replenishmentPlans by filter
infoplus.ReplenishmentPlanApigetReplenishmentPlanByIdGET /v1.0/replenishmentPlan/{replenishmentPlanId}Get a replenishmentPlan by id
infoplus.ReplenishmentPlanApiupdateReplenishmentPlanPUT /v1.0/replenishmentPlanUpdate a replenishmentPlan
infoplus.ReplenishmentProcessApigetReplenishmentProcessByFilterGET /v1.0/replenishmentProcess/searchSearch replenishmentProcesses by filter
infoplus.ReplenishmentProcessApigetReplenishmentProcessByIdGET /v1.0/replenishmentProcess/{replenishmentProcessId}Get a replenishmentProcess by id
infoplus.ServiceTypeApigetServiceTypeByIdGET /v1.0/serviceType/{serviceTypeId}Get a serviceType by id
infoplus.ServiceTypeApigetServiceTypeBySearchTextGET /v1.0/serviceType/searchSearch serviceTypes
infoplus.ShoppingCartConnectionApiaddShoppingCartConnectionPOST /v1.0/shoppingCartConnectionCreate a shoppingCartConnection
infoplus.ShoppingCartConnectionApideleteShoppingCartConnectionDELETE /v1.0/shoppingCartConnection/{shoppingCartConnectionId}Delete a shoppingCartConnection
infoplus.ShoppingCartConnectionApigetShoppingCartConnectionByFilterGET /v1.0/shoppingCartConnection/searchSearch shoppingCartConnections by filter
infoplus.ShoppingCartConnectionApigetShoppingCartConnectionByIdGET /v1.0/shoppingCartConnection/{shoppingCartConnectionId}Get a shoppingCartConnection by id
infoplus.ShoppingCartConnectionApiupdateShoppingCartConnectionPUT /v1.0/shoppingCartConnectionUpdate a shoppingCartConnection
infoplus.ThirdPartyParcelAccountApiaddThirdPartyParcelAccountPOST /v1.0/thirdPartyParcelAccountCreate a thirdPartyParcelAccount
infoplus.ThirdPartyParcelAccountApideleteThirdPartyParcelAccountDELETE /v1.0/thirdPartyParcelAccount/{thirdPartyParcelAccountId}Delete a thirdPartyParcelAccount
infoplus.ThirdPartyParcelAccountApigetThirdPartyParcelAccountByFilterGET /v1.0/thirdPartyParcelAccount/searchSearch thirdPartyParcelAccounts by filter
infoplus.ThirdPartyParcelAccountApigetThirdPartyParcelAccountByIdGET /v1.0/thirdPartyParcelAccount/{thirdPartyParcelAccountId}Get a thirdPartyParcelAccount by id
infoplus.ThirdPartyParcelAccountApiupdateThirdPartyParcelAccountPUT /v1.0/thirdPartyParcelAccountUpdate a thirdPartyParcelAccount
infoplus.UserApigetUserByIdGET /v1.0/user/{userId}Get an user by id
infoplus.UserApigetUserBySearchTextGET /v1.0/user/searchSearch users
infoplus.VendorApiaddVendorPOST /v1.0/vendorCreate a vendor
infoplus.VendorApideleteVendorDELETE /v1.0/vendor/{vendorId}Delete a vendor
infoplus.VendorApigetVendorByFilterGET /v1.0/vendor/searchSearch vendors by filter
infoplus.VendorApigetVendorByIdGET /v1.0/vendor/{vendorId}Get a vendor by id
infoplus.VendorApiupdateVendorPUT /v1.0/vendorUpdate a vendor
infoplus.VendorComplianceSurveyApiaddVendorComplianceSurveyPOST /v1.0/vendorComplianceSurveyCreate a vendorComplianceSurvey
infoplus.VendorComplianceSurveyApideleteVendorComplianceSurveyDELETE /v1.0/vendorComplianceSurvey/{vendorComplianceSurveyId}Delete a vendorComplianceSurvey
infoplus.VendorComplianceSurveyApigetVendorComplianceSurveyByFilterGET /v1.0/vendorComplianceSurvey/searchSearch vendorComplianceSurveys by filter
infoplus.VendorComplianceSurveyApigetVendorComplianceSurveyByIdGET /v1.0/vendorComplianceSurvey/{vendorComplianceSurveyId}Get a vendorComplianceSurvey by id
infoplus.VendorComplianceSurveyApiupdateVendorComplianceSurveyPUT /v1.0/vendorComplianceSurveyUpdate a vendorComplianceSurvey
infoplus.WarehouseApigetWarehouseByFilterGET /v1.0/warehouse/searchSearch warehouses by filter
infoplus.WarehouseApigetWarehouseByIdGET /v1.0/warehouse/{warehouseId}Get a warehouse by id
infoplus.WarehouseApiupdateWarehousePUT /v1.0/warehouseUpdate a warehouse
infoplus.WarehouseDocumentApigetWarehouseDocumentByFilterGET /v1.0/warehouseDocument/searchSearch warehouseDocuments by filter
infoplus.WarehouseDocumentApigetWarehouseDocumentByIdGET /v1.0/warehouseDocument/{warehouseDocumentId}Get a warehouseDocument by id
infoplus.WarehouseDocumentTypeApigetWarehouseDocumentTypeByFilterGET /v1.0/warehouseDocumentType/searchSearch warehouseDocumentTypes by filter
infoplus.WarehouseDocumentTypeApigetWarehouseDocumentTypeByIdGET /v1.0/warehouseDocumentType/{warehouseDocumentTypeId}Get a warehouseDocumentType by id
infoplus.WorkApigetWorkByFilterGET /v1.0/work/searchSearch works by filter
infoplus.WorkApigetWorkByIdGET /v1.0/work/{workId}Get a work by id
infoplus.WorkBatchApigetWorkBatchByFilterGET /v1.0/workBatch/searchSearch workBatchs by filter
infoplus.WorkBatchApigetWorkBatchByIdGET /v1.0/workBatch/{workBatchId}Get a workBatch by id
infoplus.ZoneApiaddZonePOST /v1.0/zoneCreate a zone
infoplus.ZoneApideleteZoneDELETE /v1.0/zone/{zoneId}Delete a zone
infoplus.ZoneApigetZoneByFilterGET /v1.0/zone/searchSearch zones by filter
infoplus.ZoneApigetZoneByIdGET /v1.0/zone/{zoneId}Get a zone by id
infoplus.ZoneApiupdateZonePUT /v1.0/zoneUpdate a zone

Documentation for Models

Documentation for Authorization

api_key

  • Type: API key
  • API key parameter name: API-Key
  • Location: HTTP header