We're announcing ๐Ÿง‘โ€๐Ÿš€ inter-galactic shipping โœจ for 3025!
Shipment API

โ€‹International Shipping

Operations for managing customs documentation, duties, and international shipment processes.


Endpoint

โ€‹Update customs documentation

PUT
https://api.sh.example.com/v1
/shipments/{shipmentId}/customs

Update or add customs documentation for international shipments

โ€‹Update customs documentation โ€บ path Parameters

  • shipmentId
    stringย ยทย uuidย ยทย required

โ€‹Update customs documentation โ€บ Headers

  • X-Correlation-ID
    stringย ยทย uuid

    Unique identifier for tracking requests across multiple services

  • Idempotency-Key
    stringย ยทย uuid

    Unique key to ensure idempotency of the request

  • X-Customs-Region
    stringย ยทย enum

    Customs processing region for the shipment

    Enum values:
    EU
    NA
    APAC

โ€‹Update customs documentation โ€บ Request Body

  • items
    object[]ย ยทย required
  • purpose
    stringย ยทย enum
    Enum values:
    COMMERCIAL
    PERSONAL
    GIFT
    RETURN
    REPAIR
  • incoterm
    stringย ยทย enum
    Enum values:
    DAP
    DDP
    FCA
    EXW

โ€‹Update customs documentation โ€บ Responses

    • id
      stringย ยทย uuid
    • status
      stringย ยทย enum
      Enum values:
      PENDING
      APPROVED
      REJECTED
    • customsValue
      numberย ยทย float
    • currency
      string
    • documents
      object[]

โ€‹Pay import duties

POST
https://api.sh.example.com/v1
/shipments/{shipmentId}/customs/duties

Pay import duties and taxes for an international shipment

โ€‹Pay import duties โ€บ path Parameters

  • shipmentId
    stringย ยทย uuidย ยทย required

โ€‹Pay import duties โ€บ Request Body

  • paymentMethod
    stringย ยทย enumย ยทย required
    Enum values:
    CREDIT_CARD
    BANK_TRANSFER
    ACCOUNT_BALANCE
  • paymentDetails
    object

โ€‹Pay import duties โ€บ Responses

    • amount
      numberย ยทย float
    • currency
      string
    • receipt
      stringย ยทย uri