🎯
Integrate with HotWax
HomeGlossary
  • Introduction
  • HotWax Commerce API and Data feeds
    • Authentication
    • Orders
      • Find Order
      • Retrieve Orders
      • Get Orders
      • Created Orders
      • Order Adjustments
      • Order Reconciliations
    • Inventory
      • Check Inventory
      • BOPIS Check Inventory
      • Shipping Check Inventory
      • Reset Inventory
      • Update Inventory
      • Get Online ATP of Products
    • Brokering
      • Brokered Order Items Feed
    • Inbound Shipment
      • Import
    • Returns
      • Create Return
      • Returns Financial Feed
    • Facility
      • Post Code Lookup
      • Store Lookup
    • Fulfillment
      • Add Shipment Box
      • Create Picklist
      • In Progress Orders
      • Outstanding Orders
      • Packing Slip PDF
      • Ready To Ship Items
      • Retry Shipping Label
      • Shipping Label and Packing Slip
      • Shipping Label PDF
      • Update Orders
      • Update and Import File
      • Fulfilled Order Items Feed
    • Appeasements
      • Appeasements Feed
    • Miscellaneous
      • Perform Find
  • Journeys
    • Buy Online Pickup In Store
      • BOPIS PDP Experience
      • Ready For Pickup Notification
    • Brokering and Allocation
      • Order Soft Allocation
    • Pre-Orders
      • Promise Date Change Notification
  • Sample Files
    • Fulfilled Orders Items
    • Reset Inventory
    • Return
  • OMS Release Versions
    • OMS Versions
Powered by GitBook
On this page
  • Shipment Types
  • TBD

Was this helpful?

Edit on GitHub
Export as PDF
  1. HotWax Commerce API and Data feeds
  2. Inbound Shipment

Import

Explore API and data feeds within the 'inbound shipment documentatoin' documentation.

File Structure:

Field Name
Description
Example

external-shipment-id

Unique identifier for the external shipment

12009298

product-sku

Product SKU (internal name)

26897

quantity

Quantity of the product being transferred

11

origin-facility-id

ID of the originating facility

116

destination-facility-id

ID of the destination facility

281

item-external-id

External identifier for the item

1

tracking-number

Tracking number associated with the shipment

788944217767

shipment-attribute

Additional attributes (e.g., EXTERNAL_ORDER_ID)

EXTERNAL_ORDER_ID:TO0005374

shipment-type

Type of the shipment (e.g., IN_TRANSFER)

IN_TRANSFER

Shipment Types

Shipment Type
Parent Type
Description

DROP_SHIPMENT

Drop Shipment

TRANSFER

Transfer

INCOMING_SHIPMENT

Inbound Shipment

OUTGOING_SHIPMENT

Outbound Shipment

PURCHASE_SHIPMENT

INCOMING_SHIPMENT

Purchase Shipment

SALES_RETURN

INCOMING_SHIPMENT

Sales Return Shipment

IN_TRANSFER

INCOMING_SHIPMENT

Inbound Transfer Shipment

SALES_SHIPMENT

OUTGOING_SHIPMENT

Sales Shipment

OUT_TRANSFER

OUTGOING_SHIPMENT

Outbound Transfer Shipment

PURCHASE_RETURN

OUTGOING_SHIPMENT

Purchase Return Shipment

TBD

Sample Shipment file

PreviousInbound ShipmentNextReturns

Last updated 8 months ago

Was this helpful?