Shiplemon API
  • Overview
  • Authentication
  • Errors
  • Testing (important)
  • Validation & Data
  • Endpoints
    • Rates
      • Get Rates
      • Get Rate
    • Shipments
      • Create Shipment
      • Create Shipment for Locker
      • Import Shipment
      • Update Shipment
      • Get shipments
      • Get shipment
      • Cancel Shipment
      • Tracking
      • Label Print Format
    • Incoming Orders
      • Create Incoming Order
      • Get incoming order
      • Set incoming order state
  • Support
    • Help Center
Powered by GitBook
On this page
  1. Endpoints
  2. Incoming Orders

Get incoming order

Get an incoming order object using it's unique identifier key

GET https://api-sandbox.shiplemon.com/v1/incoming-orders/:incomingOrderId

Path Parameters

Name
Type
Description

incomingOrderId*

String

{
    // Response
}
{
    // Response
}
PreviousCreate Incoming OrderNextSet incoming order state

Last updated 2 years ago