1.0.0 • Published 2 years ago

yba-infoplus v1.0.0

Weekly downloads
-
License
Unlicense
Repository
-
Last release
2 years ago

infoplus-javascript-client

infoplus - JavaScript client for infoplus-javascript-client Infoplus API. This SDK is automatically generated by the Swagger Codegen project:

  • API version: beta
  • Package version: beta
  • Build package: io.swagger.codegen.languages.JavascriptClientCodegen For more information, please visit http://www.infopluscommerce.com

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
Local development

To use the library locally without publishing to a remote npm registry, first install the dependencies by changing into the directory containing package.json (and this README). Let's call this JAVASCRIPT_CLIENT_DIR. Then run:

npm install

Next, link it globally in npm with the following, also from JAVASCRIPT_CLIENT_DIR:

npm link

Finally, switch to the directory you want to use your infoplus-javascript-client from, and run:

npm link /path/to/<JAVASCRIPT_CLIENT_DIR>

You should now be able to require('infoplus-javascript-client') in javascript files from the directory you ran the last command above from.

git

If the library is hosted at a git repository, e.g. https://github.com/GIT_USER_ID/GIT_REPO_ID then install it via:

    npm install GIT_USER_ID/GIT_REPO_ID --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, that's to say your javascript file where you actually use this library):

browserify main.js > bundle.js

Then include bundle.js in the HTML pages.

Webpack Configuration

Using Webpack you may encounter the following error: "Module not found: Error: Cannot resolve module", most certainly you should disable AMD loader. Add/merge the following section to your webpack config:

module: {
  rules: [
    {
      parser: {
        amd: false
      }
    }
  ]
}

Getting Started

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

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

var defaultClient = infoplus.ApiClient.instance;

// Configure API key authorization: api_key
var api_key = defaultClient.authentications['api_key'];
api_key.apiKey = "YOUR API KEY"
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//api_key.apiKeyPrefix['API-Key'] = "Token"

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://kingsrook.localhost-testsubdomain1.infopluswms.com:8443/infoplus-wms/api

ClassMethodHTTP requestDescription
infoplus.AisleApiaddAislePOST /beta/aisleCreate an aisle
infoplus.AisleApiaddAisleAuditPUT /beta/aisle/{aisleId}/audit/{aisleAudit}Add new audit for an aisle
infoplus.AisleApiaddAisleFilePOST /beta/aisle/{aisleId}/file/{fileName}Attach a file to an aisle
infoplus.AisleApiaddAisleFileByURLPOST /beta/aisle/{aisleId}/fileAttach a file to an aisle by URL.
infoplus.AisleApiaddAisleTagPUT /beta/aisle/{aisleId}/tag/{aisleTag}Add new tags for an aisle.
infoplus.AisleApideleteAisleDELETE /beta/aisle/{aisleId}Delete an aisle
infoplus.AisleApideleteAisleFileDELETE /beta/aisle/{aisleId}/file/{fileId}Delete a file for an aisle.
infoplus.AisleApideleteAisleTagDELETE /beta/aisle/{aisleId}/tag/{aisleTag}Delete a tag for an aisle.
infoplus.AisleApigetAisleByFilterGET /beta/aisle/searchSearch aisles by filter
infoplus.AisleApigetAisleByIdGET /beta/aisle/{aisleId}Get an aisle by id
infoplus.AisleApigetAisleFilesGET /beta/aisle/{aisleId}/fileGet the files for an aisle.
infoplus.AisleApigetAisleTagsGET /beta/aisle/{aisleId}/tagGet the tags for an aisle.
infoplus.AisleApigetDuplicateAisleByIdGET /beta/aisle/duplicate/{aisleId}Get a duplicated an aisle by id
infoplus.AisleApiupdateAislePUT /beta/aisleUpdate an aisle
infoplus.AisleApiupdateAisleCustomFieldsPUT /beta/aisle/customFieldsUpdate an aisle custom fields
infoplus.AlertApiaddAlertPOST /beta/alertCreate an alert
infoplus.AlertApiaddAlertAuditPUT /beta/alert/{alertId}/audit/{alertAudit}Add new audit for an alert
infoplus.AlertApiaddAlertFilePOST /beta/alert/{alertId}/file/{fileName}Attach a file to an alert
infoplus.AlertApiaddAlertFileByURLPOST /beta/alert/{alertId}/fileAttach a file to an alert by URL.
infoplus.AlertApiaddAlertTagPUT /beta/alert/{alertId}/tag/{alertTag}Add new tags for an alert.
infoplus.AlertApideleteAlertFileDELETE /beta/alert/{alertId}/file/{fileId}Delete a file for an alert.
infoplus.AlertApideleteAlertTagDELETE /beta/alert/{alertId}/tag/{alertTag}Delete a tag for an alert.
infoplus.AlertApigetAlertByFilterGET /beta/alert/searchSearch alerts by filter
infoplus.AlertApigetAlertByIdGET /beta/alert/{alertId}Get an alert by id
infoplus.AlertApigetAlertFilesGET /beta/alert/{alertId}/fileGet the files for an alert.
infoplus.AlertApigetAlertTagsGET /beta/alert/{alertId}/tagGet the tags for an alert.
infoplus.AlertApigetDuplicateAlertByIdGET /beta/alert/duplicate/{alertId}Get a duplicated an alert by id
infoplus.AlertApiupdateAlertCustomFieldsPUT /beta/alert/customFieldsUpdate an alert custom fields
infoplus.AsnApiaddAsnPOST /beta/asnCreate an asn
infoplus.AsnApiaddAsnAuditPUT /beta/asn/{asnId}/audit/{asnAudit}Add new audit for an asn
infoplus.AsnApiaddAsnFilePOST /beta/asn/{asnId}/file/{fileName}Attach a file to an asn
infoplus.AsnApiaddAsnFileByURLPOST /beta/asn/{asnId}/fileAttach a file to an asn by URL.
infoplus.AsnApiaddAsnTagPUT /beta/asn/{asnId}/tag/{asnTag}Add new tags for an asn.
infoplus.AsnApideleteAsnDELETE /beta/asn/{asnId}Delete an asn
infoplus.AsnApideleteAsnFileDELETE /beta/asn/{asnId}/file/{fileId}Delete a file for an asn.
infoplus.AsnApideleteAsnTagDELETE /beta/asn/{asnId}/tag/{asnTag}Delete a tag for an asn.
infoplus.AsnApigetAsnByFilterGET /beta/asn/searchSearch asns by filter
infoplus.AsnApigetAsnByIdGET /beta/asn/{asnId}Get an asn by id
infoplus.AsnApigetAsnFilesGET /beta/asn/{asnId}/fileGet the files for an asn.
infoplus.AsnApigetAsnTagsGET /beta/asn/{asnId}/tagGet the tags for an asn.
infoplus.AsnApigetDuplicateAsnByIdGET /beta/asn/duplicate/{asnId}Get a duplicated an asn by id
infoplus.AsnApiupdateAsnPUT /beta/asnUpdate an asn
infoplus.AsnApiupdateAsnCustomFieldsPUT /beta/asn/customFieldsUpdate an asn custom fields
infoplus.BillOfLadingApiaddBillOfLadingPOST /beta/billOfLadingCreate a billOfLading
infoplus.BillOfLadingApiaddBillOfLadingAuditPUT /beta/billOfLading/{billOfLadingId}/audit/{billOfLadingAudit}Add new audit for a billOfLading
infoplus.BillOfLadingApiaddBillOfLadingFilePOST /beta/billOfLading/{billOfLadingId}/file/{fileName}Attach a file to a billOfLading
infoplus.BillOfLadingApiaddBillOfLadingFileByURLPOST /beta/billOfLading/{billOfLadingId}/fileAttach a file to a billOfLading by URL.
infoplus.BillOfLadingApiaddBillOfLadingTagPUT /beta/billOfLading/{billOfLadingId}/tag/{billOfLadingTag}Add new tags for a billOfLading.
infoplus.BillOfLadingApideleteBillOfLadingDELETE /beta/billOfLading/{billOfLadingId}Delete a billOfLading
infoplus.BillOfLadingApideleteBillOfLadingFileDELETE /beta/billOfLading/{billOfLadingId}/file/{fileId}Delete a file for a billOfLading.
infoplus.BillOfLadingApideleteBillOfLadingTagDELETE /beta/billOfLading/{billOfLadingId}/tag/{billOfLadingTag}Delete a tag for a billOfLading.
infoplus.BillOfLadingApigetBillOfLadingByFilterGET /beta/billOfLading/searchSearch billOfLadings by filter
infoplus.BillOfLadingApigetBillOfLadingByIdGET /beta/billOfLading/{billOfLadingId}Get a billOfLading by id
infoplus.BillOfLadingApigetBillOfLadingFilesGET /beta/billOfLading/{billOfLadingId}/fileGet the files for a billOfLading.
infoplus.BillOfLadingApigetBillOfLadingTagsGET /beta/billOfLading/{billOfLadingId}/tagGet the tags for a billOfLading.
infoplus.BillOfLadingApigetDuplicateBillOfLadingByIdGET /beta/billOfLading/duplicate/{billOfLadingId}Get a duplicated a billOfLading by id
infoplus.BillOfLadingApiupdateBillOfLadingPUT /beta/billOfLadingUpdate a billOfLading
infoplus.BillOfLadingApiupdateBillOfLadingCustomFieldsPUT /beta/billOfLading/customFieldsUpdate a billOfLading custom fields
infoplus.BillingCodeApiaddBillingCodePOST /beta/billingCodeCreate a billingCode
infoplus.BillingCodeApiaddBillingCodeAuditPUT /beta/billingCode/{billingCodeId}/audit/{billingCodeAudit}Add new audit for a billingCode
infoplus.BillingCodeApiaddBillingCodeFilePOST /beta/billingCode/{billingCodeId}/file/{fileName}Attach a file to a billingCode
infoplus.BillingCodeApiaddBillingCodeFileByURLPOST /beta/billingCode/{billingCodeId}/fileAttach a file to a billingCode by URL.
infoplus.BillingCodeApiaddBillingCodeTagPUT /beta/billingCode/{billingCodeId}/tag/{billingCodeTag}Add new tags for a billingCode.
infoplus.BillingCodeApideleteBillingCodeDELETE /beta/billingCode/{billingCodeId}Delete a billingCode
infoplus.BillingCodeApideleteBillingCodeFileDELETE /beta/billingCode/{billingCodeId}/file/{fileId}Delete a file for a billingCode.
infoplus.BillingCodeApideleteBillingCodeTagDELETE /beta/billingCode/{billingCodeId}/tag/{billingCodeTag}Delete a tag for a billingCode.
infoplus.BillingCodeApigetBillingCodeByFilterGET /beta/billingCode/searchSearch billingCodes by filter
infoplus.BillingCodeApigetBillingCodeByIdGET /beta/billingCode/{billingCodeId}Get a billingCode by id
infoplus.BillingCodeApigetBillingCodeFilesGET /beta/billingCode/{billingCodeId}/fileGet the files for a billingCode.
infoplus.BillingCodeApigetBillingCodeTagsGET /beta/billingCode/{billingCodeId}/tagGet the tags for a billingCode.
infoplus.BillingCodeApigetDuplicateBillingCodeByIdGET /beta/billingCode/duplicate/{billingCodeId}Get a duplicated a billingCode by id
infoplus.BillingCodeApiupdateBillingCodePUT /beta/billingCodeUpdate a billingCode
infoplus.BillingCodeApiupdateBillingCodeCustomFieldsPUT /beta/billingCode/customFieldsUpdate a billingCode custom fields
infoplus.BillingCodeActivityApiaddBillingCodeActivityPOST /beta/billingCodeActivityCreate a billingCodeActivity
infoplus.BillingCodeActivityApiaddBillingCodeActivityAuditPUT /beta/billingCodeActivity/{billingCodeActivityId}/audit/{billingCodeActivityAudit}Add new audit for a billingCodeActivity
infoplus.BillingCodeActivityApiaddBillingCodeActivityFilePOST /beta/billingCodeActivity/{billingCodeActivityId}/file/{fileName}Attach a file to a billingCodeActivity
infoplus.BillingCodeActivityApiaddBillingCodeActivityFileByURLPOST /beta/billingCodeActivity/{billingCodeActivityId}/fileAttach a file to a billingCodeActivity by URL.
infoplus.BillingCodeActivityApiaddBillingCodeActivityTagPUT /beta/billingCodeActivity/{billingCodeActivityId}/tag/{billingCodeActivityTag}Add new tags for a billingCodeActivity.
infoplus.BillingCodeActivityApideleteBillingCodeActivityDELETE /beta/billingCodeActivity/{billingCodeActivityId}Delete a billingCodeActivity
infoplus.BillingCodeActivityApideleteBillingCodeActivityFileDELETE /beta/billingCodeActivity/{billingCodeActivityId}/file/{fileId}Delete a file for a billingCodeActivity.
infoplus.BillingCodeActivityApideleteBillingCodeActivityTagDELETE /beta/billingCodeActivity/{billingCodeActivityId}/tag/{billingCodeActivityTag}Delete a tag for a billingCodeActivity.
infoplus.BillingCodeActivityApigetBillingCodeActivityByFilterGET /beta/billingCodeActivity/searchSearch billingCodeActivitys by filter
infoplus.BillingCodeActivityApigetBillingCodeActivityByIdGET /beta/billingCodeActivity/{billingCodeActivityId}Get a billingCodeActivity by id
infoplus.BillingCodeActivityApigetBillingCodeActivityFilesGET /beta/billingCodeActivity/{billingCodeActivityId}/fileGet the files for a billingCodeActivity.
infoplus.BillingCodeActivityApigetBillingCodeActivityTagsGET /beta/billingCodeActivity/{billingCodeActivityId}/tagGet the tags for a billingCodeActivity.
infoplus.BillingCodeActivityApigetDuplicateBillingCodeActivityByIdGET /beta/billingCodeActivity/duplicate/{billingCodeActivityId}Get a duplicated a billingCodeActivity by id
infoplus.BillingCodeActivityApiupdateBillingCodeActivityPUT /beta/billingCodeActivityUpdate a billingCodeActivity
infoplus.BillingCodeTypeApiaddBillingCodeTypePOST /beta/billingCodeTypeCreate a billingCodeType
infoplus.BillingCodeTypeApiaddBillingCodeTypeAuditPUT /beta/billingCodeType/{billingCodeTypeId}/audit/{billingCodeTypeAudit}Add new audit for a billingCodeType
infoplus.BillingCodeTypeApiaddBillingCodeTypeFilePOST /beta/billingCodeType/{billingCodeTypeId}/file/{fileName}Attach a file to a billingCodeType
infoplus.BillingCodeTypeApiaddBillingCodeTypeFileByURLPOST /beta/billingCodeType/{billingCodeTypeId}/fileAttach a file to a billingCodeType by URL.
infoplus.BillingCodeTypeApiaddBillingCodeTypeTagPUT /beta/billingCodeType/{billingCodeTypeId}/tag/{billingCodeTypeTag}Add new tags for a billingCodeType.
infoplus.BillingCodeTypeApideleteBillingCodeTypeDELETE /beta/billingCodeType/{billingCodeTypeId}Delete a billingCodeType
infoplus.BillingCodeTypeApideleteBillingCodeTypeFileDELETE /beta/billingCodeType/{billingCodeTypeId}/file/{fileId}Delete a file for a billingCodeType.
infoplus.BillingCodeTypeApideleteBillingCodeTypeTagDELETE /beta/billingCodeType/{billingCodeTypeId}/tag/{billingCodeTypeTag}Delete a tag for a billingCodeType.
infoplus.BillingCodeTypeApigetBillingCodeTypeByFilterGET /beta/billingCodeType/searchSearch billingCodeTypes by filter
infoplus.BillingCodeTypeApigetBillingCodeTypeByIdGET /beta/billingCodeType/{billingCodeTypeId}Get a billingCodeType by id
infoplus.BillingCodeTypeApigetBillingCodeTypeFilesGET /beta/billingCodeType/{billingCodeTypeId}/fileGet the files for a billingCodeType.
infoplus.BillingCodeTypeApigetBillingCodeTypeTagsGET /beta/billingCodeType/{billingCodeTypeId}/tagGet the tags for a billingCodeType.
infoplus.BillingCodeTypeApigetDuplicateBillingCodeTypeByIdGET /beta/billingCodeType/duplicate/{billingCodeTypeId}Get a duplicated a billingCodeType by id
infoplus.BillingCodeTypeApiupdateBillingCodeTypePUT /beta/billingCodeTypeUpdate a billingCodeType
infoplus.BillingCodeTypeApiupdateBillingCodeTypeCustomFieldsPUT /beta/billingCodeType/customFieldsUpdate a billingCodeType custom fields
infoplus.BuildingApiaddBuildingPOST /beta/buildingCreate a building
infoplus.BuildingApiaddBuildingAuditPUT /beta/building/{buildingId}/audit/{buildingAudit}Add new audit for a building
infoplus.BuildingApiaddBuildingFilePOST /beta/building/{buildingId}/file/{fileName}Attach a file to a building
infoplus.BuildingApiaddBuildingFileByURLPOST /beta/building/{buildingId}/fileAttach a file to a building by URL.
infoplus.BuildingApiaddBuildingTagPUT /beta/building/{buildingId}/tag/{buildingTag}Add new tags for a building.
infoplus.BuildingApideleteBuildingDELETE /beta/building/{buildingId}Delete a building
infoplus.BuildingApideleteBuildingFileDELETE /beta/building/{buildingId}/file/{fileId}Delete a file for a building.
infoplus.BuildingApideleteBuildingTagDELETE /beta/building/{buildingId}/tag/{buildingTag}Delete a tag for a building.
infoplus.BuildingApigetBuildingByFilterGET /beta/building/searchSearch buildings by filter
infoplus.BuildingApigetBuildingByIdGET /beta/building/{buildingId}Get a building by id
infoplus.BuildingApigetBuildingFilesGET /beta/building/{buildingId}/fileGet the files for a building.
infoplus.BuildingApigetBuildingTagsGET /beta/building/{buildingId}/tagGet the tags for a building.
infoplus.BuildingApigetDuplicateBuildingByIdGET /beta/building/duplicate/{buildingId}Get a duplicated a building by id
infoplus.BuildingApiupdateBuildingPUT /beta/buildingUpdate a building
infoplus.BuildingApiupdateBuildingCustomFieldsPUT /beta/building/customFieldsUpdate a building custom fields
infoplus.BusinessTransactionApiaddBusinessTransactionPOST /beta/businessTransactionCreate a businessTransaction
infoplus.BusinessTransactionApiaddBusinessTransactionAuditPUT /beta/businessTransaction/{businessTransactionId}/audit/{businessTransactionAudit}Add new audit for a businessTransaction
infoplus.BusinessTransactionApiaddBusinessTransactionFilePOST /beta/businessTransaction/{businessTransactionId}/file/{fileName}Attach a file to a businessTransaction
infoplus.BusinessTransactionApiaddBusinessTransactionFileByURLPOST /beta/businessTransaction/{businessTransactionId}/fileAttach a file to a businessTransaction by URL.
infoplus.BusinessTransactionApiaddBusinessTransactionTagPUT /beta/businessTransaction/{businessTransactionId}/tag/{businessTransactionTag}Add new tags for a businessTransaction.
infoplus.BusinessTransactionApideleteBusinessTransactionFileDELETE /beta/businessTransaction/{businessTransactionId}/file/{fileId}Delete a file for a businessTransaction.
infoplus.BusinessTransactionApideleteBusinessTransactionTagDELETE /beta/businessTransaction/{businessTransactionId}/tag/{businessTransactionTag}Delete a tag for a businessTransaction.
infoplus.BusinessTransactionApigetBusinessTransactionByFilterGET /beta/businessTransaction/searchSearch businessTransactions by filter
infoplus.BusinessTransactionApigetBusinessTransactionByIdGET /beta/businessTransaction/{businessTransactionId}Get a businessTransaction by id
infoplus.BusinessTransactionApigetBusinessTransactionFilesGET /beta/businessTransaction/{businessTransactionId}/fileGet the files for a businessTransaction.
infoplus.BusinessTransactionApigetBusinessTransactionTagsGET /beta/businessTransaction/{businessTransactionId}/tagGet the tags for a businessTransaction.
infoplus.BusinessTransactionApigetDuplicateBusinessTransactionByIdGET /beta/businessTransaction/duplicate/{businessTransactionId}Get a duplicated a businessTransaction by id
infoplus.BusinessTransactionApiupdateBusinessTransactionPUT /beta/businessTransactionUpdate a businessTransaction
infoplus.BusinessTransactionApiupdateBusinessTransactionCustomFieldsPUT /beta/businessTransaction/customFieldsUpdate a businessTransaction custom fields
infoplus.CarrierApigetCarrierByIdGET /beta/carrier/{carrierId}Get a carrier by id
infoplus.CarrierApigetCarrierBySearchTextGET /beta/carrier/searchSearch carriers
infoplus.CarrierServiceApigetCarrierServiceByIdGET /beta/carrierService/{carrierServiceId}Get a carrierService by id
infoplus.CarrierServiceApigetCarrierServiceBySearchTextGET /beta/carrierService/searchSearch carrierServices
infoplus.CartApiaddCartPOST /beta/cartCreate a cart
infoplus.CartApiaddCartAuditPUT /beta/cart/{cartId}/audit/{cartAudit}Add new audit for a cart
infoplus.CartApiaddCartFilePOST /beta/cart/{cartId}/file/{fileName}Attach a file to a cart
infoplus.CartApiaddCartFileByURLPOST /beta/cart/{cartId}/fileAttach a file to a cart by URL.
infoplus.CartApiaddCartTagPUT /beta/cart/{cartId}/tag/{cartTag}Add new tags for a cart.
infoplus.CartApideleteCartDELETE /beta/cart/{cartId}Delete a cart
infoplus.CartApideleteCartFileDELETE /beta/cart/{cartId}/file/{fileId}Delete a file for a cart.
infoplus.CartApideleteCartTagDELETE /beta/cart/{cartId}/tag/{cartTag}Delete a tag for a cart.
infoplus.CartApigetCartByFilterGET /beta/cart/searchSearch carts by filter
infoplus.CartApigetCartByIdGET /beta/cart/{cartId}Get a cart by id
infoplus.CartApigetCartFilesGET /beta/cart/{cartId}/fileGet the files for a cart.
infoplus.CartApigetCartTagsGET /beta/cart/{cartId}/tagGet the tags for a cart.
infoplus.CartApigetDuplicateCartByIdGET /beta/cart/duplicate/{cartId}Get a duplicated a cart by id
infoplus.CartApiupdateCartPUT /beta/cartUpdate a cart
infoplus.CartLocationApiaddCartLocationAuditPUT /beta/cartLocation/{cartLocationId}/audit/{cartLocationAudit}Add new audit for a cartLocation
infoplus.CartLocationApiaddCartLocationFilePOST /beta/cartLocation/{cartLocationId}/file/{fileName}Attach a file to a cartLocation
infoplus.CartLocationApiaddCartLocationFileByURLPOST /beta/cartLocation/{cartLocationId}/fileAttach a file to a cartLocation by URL.
infoplus.CartLocationApiaddCartLocationTagPUT /beta/cartLocation/{cartLocationId}/tag/{cartLocationTag}Add new tags for a cartLocation.
infoplus.CartLocationApideleteCartLocationFileDELETE /beta/cartLocation/{cartLocationId}/file/{fileId}Delete a file for a cartLocation.
infoplus.CartLocationApideleteCartLocationTagDELETE /beta/cartLocation/{cartLocationId}/tag/{cartLocationTag}Delete a tag for a cartLocation.
infoplus.CartLocationApigetCartLocationByFilterGET /beta/cartLocation/searchSearch cartLocations by filter
infoplus.CartLocationApigetCartLocationByIdGET /beta/cartLocation/{cartLocationId}Get a cartLocation by id
infoplus.CartLocationApigetCartLocationFilesGET /beta/cartLocation/{cartLocationId}/fileGet the files for a cartLocation.
infoplus.CartLocationApigetCartLocationTagsGET /beta/cartLocation/{cartLocationId}/tagGet the tags for a cartLocation.
infoplus.CartLocationApigetDuplicateCartLocationByIdGET /beta/cartLocation/duplicate/{cartLocationId}Get a duplicated a cartLocation by id
infoplus.CartonApiaddCartonPOST /beta/cartonCreate a carton
infoplus.CartonApiaddCartonAuditPUT /beta/carton/{cartonId}/audit/{cartonAudit}Add new audit for a carton
infoplus.CartonApiaddCartonFilePOST /beta/carton/{cartonId}/file/{fileName}Attach a file to a carton
infoplus.CartonApiaddCartonFileByURLPOST /beta/carton/{cartonId}/fileAttach a file to a carton by URL.
infoplus.CartonApiaddCartonTagPUT /beta/carton/{cartonId}/tag/{cartonTag}Add new tags for a carton.
infoplus.CartonApideleteCartonDELETE /beta/carton/{cartonId}Delete a carton
infoplus.CartonApideleteCartonFileDELETE /beta/carton/{cartonId}/file/{fileId}Delete a file for a carton.
infoplus.CartonApideleteCartonTagDELETE /beta/carton/{cartonId}/tag/{cartonTag}Delete a tag for a carton.
infoplus.CartonApigetCartonByFilterGET /beta/carton/searchSearch cartons by filter
infoplus.CartonApigetCartonByIdGET /beta/carton/{cartonId}Get a carton by id
infoplus.CartonApigetCartonFilesGET /beta/carton/{cartonId}/fileGet the files for a carton.
infoplus.CartonApigetCartonTagsGET /beta/carton/{cartonId}/tagGet the tags for a carton.
infoplus.CartonApigetDuplicateCartonByIdGET /beta/carton/duplicate/{cartonId}Get a duplicated a carton by id
infoplus.CartonApiupdateCartonPUT /beta/cartonUpdate a carton
infoplus.CartonApiupdateCartonCustomFieldsPUT /beta/carton/customFieldsUpdate a carton custom fields
infoplus.CartonActivityApiaddCartonActivityPOST /beta/cartonActivityCreate a cartonActivity
infoplus.CartonActivityApiaddCartonActivityAuditPUT /beta/cartonActivity/{cartonActivityId}/audit/{cartonActivityAudit}Add new audit for a cartonActivity
infoplus.CartonActivityApiaddCartonActivityFilePOST /beta/cartonActivity/{cartonActivityId}/file/{fileName}Attach a file to a cartonActivity
infoplus.CartonActivityApiaddCartonActivityFileByURLPOST /beta/cartonActivity/{cartonActivityId}/fileAttach a file to a cartonActivity by URL.
infoplus.CartonActivityApiaddCartonActivityTagPUT /beta/cartonActivity/{cartonActivityId}/tag/{cartonActivityTag}Add new tags for a cartonActivity.
infoplus.CartonActivityApideleteCartonActivityDELETE /beta/cartonActivity/{cartonActivityId}Delete a cartonActivity
infoplus.CartonActivityApideleteCartonActivityFileDELETE /beta/cartonActivity/{cartonActivityId}/file/{fileId}Delete a file for a cartonActivity.
infoplus.CartonActivityApideleteCartonActivityTagDELETE /beta/cartonActivity/{cartonActivityId}/tag/{cartonActivityTag}Delete a tag for a cartonActivity.
infoplus.CartonActivityApigetCartonActivityByFilterGET /beta/cartonActivity/searchSearch cartonActivitys by filter
infoplus.CartonActivityApigetCartonActivityByIdGET /beta/cartonActivity/{cartonActivityId}Get a cartonActivity by id
infoplus.CartonActivityApigetCartonActivityFilesGET /beta/cartonActivity/{cartonActivityId}/fileGet the files for a cartonActivity.
infoplus.CartonActivityApigetCartonActivityTagsGET /beta/cartonActivity/{cartonActivityId}/tagGet the tags for a cartonActivity.
infoplus.CartonActivityApigetDuplicateCartonActivityByIdGET /beta/cartonActivity/duplicate/{cartonActivityId}Get a duplicated a cartonActivity by id
infoplus.CartonActivityApiupdateCartonActivityPUT /beta/cartonActivityUpdate a cartonActivity
infoplus.CartonContentApiaddCartonContentPOST /beta/cartonContentCreate a cartonContent
infoplus.CartonContentApiaddCartonContentAuditPUT /beta/cartonContent/{cartonContentId}/audit/{cartonContentAudit}Add new audit for a cartonContent
infoplus.CartonContentApiaddCartonContentFilePOST /beta/cartonContent/{cartonContentId}/file/{fileName}Attach a file to a cartonContent
infoplus.CartonContentApiaddCartonContentFileByURLPOST /beta/cartonContent/{cartonContentId}/fileAttach a file to a cartonContent by URL.
infoplus.CartonContentApiaddCartonContentTagPUT /beta/cartonContent/{cartonContentId}/tag/{cartonContentTag}Add new tags for a cartonContent.
infoplus.CartonContentApideleteCartonContentDELETE /beta/cartonContent/{cartonContentId}Delete a cartonContent
infoplus.CartonContentApideleteCartonContentFileDELETE /beta/cartonContent/{cartonContentId}/file/{fileId}Delete a file for a cartonContent.
infoplus.CartonContentApideleteCartonContentTagDELETE /beta/cartonContent/{cartonContentId}/tag/{cartonContentTag}Delete a tag for a cartonContent.
infoplus.CartonContentApigetCartonContentByFilterGET /beta/cartonContent/searchSearch cartonContents by filter
infoplus.CartonContentApigetCartonContentByIdGET /beta/cartonContent/{cartonContentId}Get a cartonContent by id
infoplus.CartonContentApigetCartonContentFilesGET /beta/cartonContent/{cartonContentId}/fileGet the files for a cartonContent.
infoplus.CartonContentApigetCartonContentTagsGET /beta/cartonContent/{cartonContentId}/tagGet the tags for a cartonContent.
infoplus.CartonContentApigetDuplicateCartonContentByIdGET /beta/cartonContent/duplicate/{cartonContentId}Get a duplicated a cartonContent by id
infoplus.CartonContentApiupdateCartonContentPUT /beta/cartonContentUpdate a cartonContent
infoplus.CartonContentApiupdateCartonContentCustomFieldsPUT /beta/cartonContent/customFieldsUpdate a cartonContent custom fields
infoplus.CartonTypeApiaddCartonTypePOST /beta/cartonTypeCreate a cartonType
infoplus.CartonTypeApiaddCartonTypeAuditPUT /beta/cartonType/{cartonTypeId}/audit/{cartonTypeAudit}Add new audit for a cartonType
infoplus.CartonTypeApiaddCartonTypeFilePOST /beta/cartonType/{cartonTypeId}/file/{fileName}Attach a file to a cartonType
infoplus.CartonTypeApiaddCartonTypeFileByURLPOST /beta/cartonType/{cartonTypeId}/fileAttach a file to a cartonType by URL.
infoplus.CartonTypeApiaddCartonTypeTagPUT /beta/cartonType/{cartonTypeId}/tag/{cartonTypeTag}Add new tags for a cartonType.
infoplus.CartonTypeApideleteCartonTypeDELETE /beta/cartonType/{cartonTypeId}Delete a cartonType
infoplus.CartonTypeApideleteCartonTypeFileDELETE /beta/cartonType/{cartonTypeId}/file/{fileId}Delete a file for a cartonType.
infoplus.CartonTypeApideleteCartonTypeTagDELETE /beta/cartonType/{cartonTypeId}/tag/{cartonTypeTag}Delete a tag for a cartonType.
infoplus.CartonTypeApigetCartonTypeByFilterGET /beta/cartonType/searchSearch cartonTypes by filter
infoplus.CartonTypeApigetCartonTypeByIdGET /beta/cartonType/{cartonTypeId}Get a cartonType by id
infoplus.CartonTypeApigetCartonTypeFilesGET /beta/cartonType/{cartonTypeId}/fileGet the files for a cartonType.
infoplus.CartonTypeApigetCartonTypeTagsGET /beta/cartonType/{cartonTypeId}/tagGet the tags for a cartonType.
infoplus.CartonTypeApigetDuplicateCartonTypeByIdGET /beta/cartonType/duplicate/{cartonTypeId}Get a duplicated a cartonType by id
infoplus.CartonTypeApiupdateCartonTypePUT /beta/cartonTypeUpdate a cartonType
infoplus.CartonTypeApiupdateCartonTypeCustomFieldsPUT /beta/cartonType/customFieldsUpdate a cartonType custom fields
infoplus.CustomFieldApiaddCustomFieldPOST /beta/customFieldCreate a customField
infoplus.CustomFieldApiaddCustomFieldAuditPUT /beta/customField/{customFieldId}/audit/{customFieldAudit}Add new audit for a customField
infoplus.CustomFieldApiaddCustomFieldFilePOST /beta/customField/{customFieldId}/file/{fileName}Attach a file to a customField
infoplus.CustomFieldApiaddCustomFieldFileByURLPOST /beta/customField/{customFieldId}/fileAttach a file to a customField by URL.
infoplus.CustomFieldApiaddCustomFieldTagPUT /beta/customField/{customFieldId}/tag/{customFieldTag}Add new tags for a customField.
infoplus.CustomFieldApideleteCustomFieldFileDELETE /beta/customField/{customFieldId}/file/{fileId}Delete a file for a customField.
infoplus.CustomFieldApideleteCustomFieldTagDELETE /beta/customField/{customFieldId}/tag/{customFieldTag}Delete a tag for a customField.
infoplus.CustomFieldApigetCustomFieldByFilterGET /beta/customField/searchSearch customFields by filter
infoplus.CustomFieldApigetCustomFieldByIdGET /beta/customField/{customFieldId}Get a customField by id
infoplus.CustomFieldApigetCustomFieldFilesGET /beta/customField/{customFieldId}/fileGet the files for a customField.
infoplus.CustomFieldApigetCustomFieldTagsGET /beta/customField/{customFieldId}/tagGet the tags for a customField.
infoplus.CustomFieldApigetDuplicateCustomFieldByIdGET /beta/customField/duplicate/{customFieldId}Get a duplicated a customField by id
infoplus.CustomFieldApiupdateCustomFieldPUT /beta/customFieldUpdate a customField
infoplus.CustomerApiaddCustomerPOST /beta/customerCreate a customer
infoplus.CustomerApiaddCustomerAuditPUT /beta/customer/{customerId}/audit/{customerAudit}Add new audit for a customer
infoplus.CustomerApiaddCustomerFilePOST /beta/customer/{customerId}/file/{fileName}Attach a file to a customer
infoplus.CustomerApiaddCustomerFileByURLPOST /beta/customer/{customerId}/fileAttach a file to a customer by URL.
infoplus.CustomerApiaddCustomerTagPUT /beta/customer/{customerId}/tag/{customerTag}Add new tags for a customer.
infoplus.CustomerApideleteCustomerDELETE /beta/customer/{customerId}Delete a customer
infoplus.CustomerApideleteCustomerFileDELETE /beta/customer/{customerId}/file/{fileId}Delete a file for a customer.
infoplus.CustomerApideleteCustomerTagDELETE /beta/customer/{customerId}/tag/{customerTag}Delete a tag for a customer.
infoplus.CustomerApigetByCustomerNoGET /beta/customer/getByCustomerNoGet a customer by Customer No
infoplus.CustomerApigetCustomerByFilterGET /beta/customer/searchSearch customers by filter
infoplus.CustomerApigetCustomerByIdGET /beta/customer/{customerId}Get a customer by id
infoplus.CustomerApigetCustomerFilesGET /beta/customer/{customerId}/fileGet the files for a customer.
infoplus.CustomerApigetCustomerTagsGET /beta/customer/{customerId}/tagGet the tags for a customer.
infoplus.CustomerApigetDuplicateCustomerByIdGET /beta/customer/duplicate/{customerId}Get a duplicated a customer by id
infoplus.CustomerApiupdateCustomerPUT /beta/customerUpdate a customer
infoplus.CustomerApiupdateCustomerCustomFieldsPUT /beta/customer/customFieldsUpdate a customer custom fields
infoplus.CustomerInvoiceTemplateApiaddCustomerInvoiceTemplatePOST /beta/customerInvoiceTemplateCreate a customerInvoiceTemplate
infoplus.CustomerInvoiceTemplateApiaddCustomerInvoiceTemplateAuditPUT /beta/customerInvoiceTemplate/{customerInvoiceTemplateId}/audit/{customerInvoiceTemplateAudit}Add new audit for a customerInvoiceTemplate
infoplus.CustomerInvoiceTemplateApiaddCustomerInvoiceTemplateFilePOST /beta/customerInvoiceTemplate/{customerInvoiceTemplateId}/file/{fileName}Attach a file to a customerInvoiceTemplate
infoplus.CustomerInvoiceTemplateApiaddCustomerInvoiceTemplateFileByURLPOST /beta/customerInvoiceTemplate/{customerInvoiceTemplateId}/fileAttach a file to a customerInvoiceTemplate by URL.
infoplus.CustomerInvoiceTemplateApiaddCustomerInvoiceTemplateTagPUT /beta/customerInvoiceTemplate/{customerInvoiceTemplateId}/tag/{customerInvoiceTemplateTag}Add new tags for a customerInvoiceTemplate.
infoplus.CustomerInvoiceTemplateApideleteCustomerInvoiceTemplateDELETE /beta/customerInvoiceTemplate/{customerInvoiceTemplateId}Delete a customerInvoiceTemplate
infoplus.CustomerInvoiceTemplateApideleteCustomerInvoiceTemplateFileDELETE /beta/customerInvoiceTemplate/{customerInvoiceTemplateId}/file/{fileId}Delete a file for a customerInvoiceTemplate.
infoplus.CustomerInvoiceTemplateApideleteCustomerInvoiceTemplateTagDELETE /beta/customerInvoiceTemplate/{customerInvoiceTemplateId}/tag/{customerInvoiceTemplateTag}Delete a tag for a customerInvoiceTemplate.
infoplus.CustomerInvoiceTemplateApigetCustomerInvoiceTemplateByFilterGET /beta/customerInvoiceTemplate/searchSearch customerInvoiceTemplates by filter
infoplus.CustomerInvoiceTemplateApigetCustomerInvoiceTemplateByIdGET /beta/customerInvoiceTemplate/{customerInvoiceTemplateId}Get a customerInvoiceTemplate by id
infoplus.CustomerInvoiceTemplateApigetCustomerInvoiceTemplateFilesGET /beta/customerInvoiceTemplate/{customerInvoiceTemplateId}/fileGet the files for a customerInvoiceTemplate.
infoplus.CustomerInvoiceTemplateApigetCustomerInvoiceTemplateTagsGET /beta/customerInvoiceTemplate/{customerInvoiceTemplateId}/tagGet the tags for a customerInvoiceTemplate.
infoplus.CustomerInvoiceTemplateApigetDuplicateCustomerInvoiceTemplateByIdGET /beta/customerInvoiceTemplate/duplicate/{customerInvoiceTemplateId}Get a duplicated a customerInvoiceTemplate by id
infoplus.CustomerInvoiceTemplateApiupdateCustomerInvoiceTemplatePUT /beta/customerInvoiceTemplateUpdate a customerInvoiceTemplate
infoplus.CustomerInvoiceTemplateLineApiaddCustomerInvoiceTemplateLineAuditPUT /beta/customerInvoiceTemplateLine/{customerInvoiceTemplateLineId}/audit/{customerInvoiceTemplateLineAudit}Add new audit for a customerInvoiceTemplateLine
infoplus.CustomerInvoiceTemplateLineApiaddCustomerInvoiceTemplateLineFilePOST /beta/customerInvoiceTemplateLine/{customerInvoiceTemplateLineId}/file/{fileName}Attach a file to a customerInvoiceTemplateLine
infoplus.CustomerInvoiceTemplateLineApiaddCustomerInvoiceTemplateLineFileByURLPOST /beta/customerInvoiceTemplateLine/{customerInvoiceTemplateLineId}/fileAttach a file to a customerInvoiceTemplateLine by URL.
infoplus.CustomerInvoiceTemplateLineApiaddCustomerInvoiceTemplateLineTagPUT /beta/customerInvoiceTemplateLine/{customerInvoiceTemplateLineId}/tag/{customerInvoiceTemplateLineTag}Add new tags for a customerInvoiceTemplateLine.
infoplus.CustomerInvoiceTemplateLineApideleteCustomerInvoiceTemplateLineDELETE /beta/customerInvoiceTemplateLine/{customerInvoiceTemplateLineId}Delete a customerInvoiceTemplateLine
infoplus.CustomerInvoiceTemplateLineApideleteCustomerInvoiceTemplateLineFileDELETE /beta/customerInvoiceTemplateLine/{customerInvoiceTemplateLineId}/file/{fileId}Delete a file for a customerInvoiceTemplateLine.
infoplus.CustomerInvoiceTemplateLineApideleteCustomerInvoiceTemplateLineTagDELETE /beta/customerInvoiceTemplateLine/{customerInvoiceTemplateLineId}/tag/{customerInvoiceTemplateLineTag}Delete a tag for a customerInvoiceTemplateLine.
infoplus.CustomerInvoiceTemplateLineApigetCustomerInvoiceTemplateLineByFilterGET /beta/customerInvoiceTemplateLine/searchSearch customerInvoiceTemplateLines by filter
infoplus.CustomerInvoiceTemplateLineApigetCustomerInvoiceTemplateLineByIdGET /beta/customerInvoiceTemplateLine/{customerInvoiceTemplateLineId}Get a customerInvoiceTemplateLine by id
infoplus.CustomerInvoiceTemplateLineApigetCustomerInvoiceTemplateLineFilesGET /beta/customerInvoiceTemplateLine/{customerInvoiceTemplateLineId}/fileGet the files for a customerInvoiceTemplateLine.
infoplus.CustomerInvoiceTemplateLineApigetCustomerInvoiceTemplateLineTagsGET /beta/customerInvoiceTemplateLine/{customerInvoiceTemplateLineId}/tagGet the tags for a customerInvoiceTemplateLine.
infoplus.CustomerInvoiceTemplateLineApigetDuplicateCustomerInvoiceTemplateLineByIdGET /beta/customerInvoiceTemplateLine/duplicate/{customerInvoiceTemplateLineId}Get a duplicated a customerInvoiceTemplateLine by id
infoplus.CustomerInvoiceTemplateLineApiupdateCustomerInvoiceTemplateLinePUT /beta/customerInvoiceTemplateLineUpdate a customerInvoiceTemplateLine
infoplus.EDIDocumentTypeApigetEDIDocumentTypeByIdGET /beta/eDIDocumentType/{eDIDocumentTypeId}Get an eDIDocumentType by id
infoplus.EDIDocumentTypeApigetEDIDocumentTypeBySearchTextGET /beta/eDIDocumentType/searchSearch eDIDocumentTypes
infoplus.EdiDocumentApiaddEdiDocumentPOST /beta/ediDocumentCreate an ediDocument
infoplus.EdiDocumentApiaddEdiDocumentAuditPUT /beta/ediDocument/{ediDocumentId}/audit/{ediDocumentAudit}Add new audit for an ediDocument
infoplus.EdiDocumentApiaddEdiDocumentFilePOST /beta/ediDocument/{ediDocumentId}/file/{fileName}Attach a file to an ediDocument
infoplus.EdiDocumentApiaddEdiDocumentFileByURLPOST /beta/ediDocument/{ediDocumentId}/fileAttach a file to an ediDocument by URL.
infoplus.EdiDocumentApiaddEdiDocumentTagPUT /beta/ediDocument/{ediDocumentId}/tag/{ediDocumentTag}Add new tags for an ediDocument.
infoplus.EdiDocumentApideleteEdiDocumentFileDELETE /beta/ediDocument/{ediDocumentId}/file/{fileId}Delete a file for an ediDocument.
infoplus.EdiDocumentApideleteEdiDocumentTagDELETE /beta/ediDocument/{ediDocumentId}/tag/{ediDocumentTag}Delete a tag for an ediDocument.
infoplus.EdiDocumentApigetDuplicateEdiDocumentByIdGET /beta/ediDocument/duplicate/{ediDocumentId}Get a duplicated an ediDocument by id
infoplus.EdiDocumentApigetEdiDocumentByFilterGET /beta/ediDocument/searchSearch ediDocuments by filter
infoplus.EdiDocumentApigetEdiDocumentByIdGET /beta/ediDocument/{ediDocumentId}Get an ediDocument by id
infoplus.EdiDocumentApigetEdiDocumentFilesGET /beta/ediDocument/{ediDocumentId}/fileGet the files for an ediDocument.
infoplus.EdiDocumentApigetEdiDocumentTagsGET /beta/ediDocument/{ediDocumentId}/tagGet the tags for an ediDocument.
infoplus.EmailTemplateApiaddEmailTemplatePOST /beta/emailTemplateCreate an emailTemplate
infoplus.EmailTemplateApiaddEmailTemplateAuditPUT /beta/emailTemplate/{emailTemplateId}/audit/{emailTemplateAudit}Add new audit for an emailTemplate
infoplus.EmailTemplateApiaddEmailTemplateFilePOST /beta/emailTemplate/{emailTemplateId}/file/{fileName}Attach a file to an emailTemplate
infoplus.EmailTemplateApiaddEmailTemplateFileByURLPOST /beta/emailTemplate/{emailTemplateId}/fileAttach a file to an emailTemplate by URL.
infoplus.EmailTemplateApiaddEmailTemplateTagPUT /beta/emailTemplate/{emailTemplateId}/tag/{emailTemplateTag}Add new tags for an emailTemplate.
infoplus.EmailTemplateApideleteEmailTemplateDELETE /beta/emailTemplate/{emailTemplateId}Delete an emailTemplate
infoplus.EmailTemplateApideleteEmailTemplateFileDELETE /beta/emailTemplate/{emailTemplateId}/file/{fileId}Delete a file for an emailTemplate.
infoplus.EmailTemplateApideleteEmailTemplateTagDELETE /beta/emailTemplate/{emailTemplateId}/tag/{emailTemplateTag}Delete a tag for an emailTemplate.
infoplus.EmailTemplateApigetDuplicateEmailTemplateByIdGET /beta/emailTemplate/duplicate/{emailTemplateId}Get a duplicated an emailTemplate by id
infoplus.EmailTemplateApigetEmailTemplateByFilterGET /beta/emailTemplate/searchSearch emailTemplates by filter
infoplus.EmailTemplateApigetEmailTemplateByIdGET /beta/emailTemplate/{emailTemplateId}Get an emailTemplate by id
infoplus.EmailTemplateApigetEmailTemplateFilesGET /beta/emailTemplate/{emailTemplateId}/fileGet the files for an emailTemplate.
infoplus.EmailTemplateApigetEmailTemplateTagsGET /beta/emailTemplate/{emailTemplateId}/tagGet the tags for an emailTemplate.
infoplus.EmailTemplateApiupdateEmailTemplatePUT /beta/emailTemplateUpdate an emailTemplate
infoplus.EmailTemplateApiupdateEmailTemplateCustomFieldsPUT /beta/emailTemplate/customFieldsUpdate an emailTemplate custom fields
infoplus.ExternalShipmentApiaddExternalShipmentPOST /beta/externalShipmentCreate an externalShipment
infoplus.ExternalShipmentApiaddExternalShipmentAuditPUT /beta/externalShipment/{externalShipmentId}/audit/{externalShipmentAudit}Add new audit for an externalShipment
infoplus.ExternalShipmentApiaddExternalShipmentFilePOST /beta/externalShipment/{externalShipmentId}/file/{fileName}Attach a file to an externalShipment
infoplus.ExternalShipmentApiaddExternalShipmentFileByURLPOST /beta/externalShipment/{externalShipmentId}/fileAttach a file to an externalShipment by URL.
infoplus.ExternalShipmentApiaddExternalShipmentTagPUT /beta/externalShipment/{externalShipmentId}/tag/{externalShipmentTag}Add new tags for an externalShipment.
infoplus.ExternalShipmentApideleteExternalShipmentDELETE /beta/externalShipment/{externalShipmentId}Delete an externalShipment
infoplus.ExternalShipmentApideleteExternalShipmentFileDELETE /beta/externalShipment/{externalShipmentId}/file/{fileId}Delete a file for an externalShipment.
infoplus.ExternalShipmentApideleteExternalShipmentTagDELETE /beta/externalShipment/{externalShipmentId}/tag/{externalShipmentTag}Delete a tag for an externalShipment.
infoplus.ExternalShipmentApigetDuplicateExternalShipmentByIdGET /beta/externalShipment/duplicate/{externalShipmentId}Get a duplicated an externalShipment by id
infoplus.ExternalShipmentApigetExternalShipmentByFilterGET /beta/externalShipment/searchSearch externalShipments by filter
infoplus.ExternalShipmentApigetExternalShipmentByIdGET /beta/externalShipment/{externalShipmentId}Get an externalShipment by id
infoplus.ExternalShipmentApigetExternalShipmentFilesGET /beta/externalShipment/{externalShipmentId}/fileGet the files for an externalShipment.
infoplus.ExternalShipmentApigetExternalShipmentTagsGET /beta/externalShipment/{externalShipmentId}/tagGet the tags for an externalShipment.
infoplus.ExternalShipmentApiupdateExternalShipmentPUT /beta/externalShipmentUpdate an externalShipment
infoplus.ExternalShipmentApiupdateExternalShipmentCustomFieldsPUT /beta/externalShipment/customFieldsUpdate an externalShipment custom fields
infoplus.ExternalShippingSystemApiaddExternalShippingSystemPOST /beta/externalShippingSystemCreate an externalShippingSystem
infoplus.ExternalShippingSystemApiaddExternalShippingSystemAuditPUT /beta/externalShippingSystem/{externalShippingSystemId}/audit/{externalShippingSystemAudit}Add new audit for an externalShippingSystem
infoplus.ExternalShippingSystemApiaddExternalShippingSystemFilePOST /beta/externalShippingSystem/{externalShippingSystemId}/file/{fileName}Attach a file to an externalShippingSystem
infoplus.ExternalShippingSystemApiaddExternalShippingSystemFileByURLPOST /beta/externalShippingSystem/{externalShippingSystemId}/fileAttach a file to an externalShippingSystem by URL.
infoplus.ExternalShippingSystemApiaddExternalShippingSystemTagPUT /beta/externalShippingSystem/{externalShippingSystemId}/tag/{externalShippingSystemTag}Add new tags for an externalShippingSystem.
infoplus.ExternalShippingSystemApideleteExternalShippingSystemDELETE /beta/externalShippingSystem/{externalShippingSystemId}Delete an externalShippingSystem
infoplus.ExternalShippingSystemApideleteExternalShippingSystemFile(docs/External