Documents
HomeGlossary
System Admins
System Admins
  • Launchpad
  • Administration
    • Company
      • Create Product Store
      • Manage Product Store
      • Manage Shopify Shop
    • Users
      • Create Users
      • Manage Users
      • Manage User Permissions
      • Create Pickers
      • Troubleshooting
        • Application Access Issue
        • How to Bulk Import Employee
    • User Permissions
      • BOPIS App
      • Fulfillment App
      • Job Manager App
      • Receiving App
      • Picking App
      • Import App
      • Users App
      • Facilities App
      • Pre-Order App
      • Cycle Count App
    • Facilities
      • Add New Facilities
      • Manage Existing facilities
      • Add Facility Address
      • Manage Operating Hours
      • Manage Product Stores
      • Configure Online Fulfillment
      • Configure Fulfillment Capacity
      • Manage Facility Staff
      • Manage Locations
      • Disabling Facilities
      • Manage Parkings
      • Manage Groups
    • Delete Customers
    • SOLR Indexing
    • Data Manager
      • Data Import and Export
      • Configurations
      • Troubleshooting
        • Data Not Imported
        • SFTP Errors
        • Manual Data Import
        • Shopify MDM
        • Schedule Error Mail
  • Product Store
    • Configure Product Store
    • Add More Product Stores
  • Initial Setup
    • Add DBIC
    • Load Facilities
    • SFTP Configuration
    • Configure System Property Data
  • Inventory
    • Multichannel Inventory Setup
  • Fulfillment
    • Shipping Methods
      • Create Carrier
      • Create Shipping Boxes
      • Shipping Gateways
      • Map Carrier Shipment Methods
    • How to Map Shipping Method in HotWax Commerce
    • Configure Rate Shopping
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
Export as PDF
  1. Fulfillment
  2. Shipping Methods

Create Carrier

Efficiently set up carriers for shipping methods in HotWax Commerce's Order Management System (OMS).

Before configuring a shipping method, it is necessary to set up a carrier corresponding to that shipping method. The OMS comes with a default placeholder carrier that can be utilized when an exact carrier shipment method doesn't need to be mapped or when Service Level Agreements (SLAs) are used to rateshop with carriers and determine an optimized shipping method.

In the OMS, a carrier is defined as a party. A party in the OMS can fulfill multiple roles, and these roles are assigned separately as PartyRoles.

To create a party for your carrier, utilize the following sample XML data and complete the party details.

Import this XML data using the web tools' import XML data function.

<Party partyId="{partyId}" partyTypeId="PARTY_GROUP"/>

Insert a unique custom party ID for your carrier and proceed to import it into the system. The party ID cannot be longer than 20 characters

Now that the carrier party is created, you have to assing a carrier role to it. Add the party ID to this sample data and import it into the OMS to give the party a carrier role:

<PartyRole partyId="{partyId}" roleTypeId="CARRIER"/>
PreviousShipping MethodsNextCreate Shipping Boxes

Last updated 11 months ago

Was this helpful?