Skip to main content

Create a fulfillment

Notify Corso of a fulfillment associated with an order. This permits tracking and verification of the status of an order that a customer might need assistance with.

Path Parameters
  • orderId number required

    The Corso ID for an order record.

    Example: 428334
Request Body
  • sourceFulfillmentId string required

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

  • shippingWeightGrams number

    The weight of the fulfillment in grams

  • 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.

  • sourceCreatedOn date-time

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

Responses

Created


Schema
  • 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...