Skip to main content

List order fulfillments

Retrieve all fulfillment records for an order. Records are not individually retrievable and this is the only endpoint available to read these resources.

Path Parameters
  • orderId number required

    The Corso ID for an order record.

    Example: 428334
Responses

OK


Schema
  • fulfillments object[] required
  • Array [
  • sourceFulfillmentId string required

    The ID of the fulfillment, as recorded in merchant systems.

  • shippingWeightGrams number

    The weight of the fulfillment in grams

  • fulfillmentId number required

    The Corso ID of the fulfillment record

  • fulfillmentLocationId number required

    The Corso ID of the location the order is fulfilled from.

  • deliveredOn date-time

    Date/time when the fulfillment was delivered.

  • trackingInfoCompany string

    The courier used to ship the fulfillment.

  • trackingInfoNumber string

    The tracking number for the fulfillment.

  • trackingInfoUrl url

    The URL to track the fulfillment.

  • estimatedDeliveryOn date-time

    Date/time when the fulfillment is estimated to be delivered on.

  • shipmentStatus string

    The status of the shipment.

  • inTransitOn date-time

    Date/time when the fulfillment was shipped.

  • createdOn date-time

    Date/time when the fulfillment was created Corso systems.

  • updatedOn date-time

    Date/time when the fulfillment was updated in Corso systems.

  • sourceCreatedOn date-time

    Date/time when the fulfillment was created in the source system.

  • ]
Loading...