---
title: "Sync Nextime Delivery Dates for a Scheduled Order"
method: POST
path: "/Sites/{siteId}/ShippingRates/Nextime/sync"
tags: ["ShippingRates"]
---

# Sync Nextime Delivery Dates for a Scheduled Order

`POST /Sites/{siteId}/ShippingRates/Nextime/sync`

## Path parameters

- `siteId` integer, required

## Request body

- QPilotApiNet9ModelsSyncNextimeDeliveryDatesRequest
  - `siteId` integer, required
  - `scheduledOrderId` integer, required
  - `isCheckout` boolean

## Response `200`

Success

- QPilotCoreModelsDtoResponsesSyncNextimeDeliveryDatesResponse
  - `shippingOptions` QPilotCoreModelsDtoEntitiesShippingRateOptionDto[], nullable
    - `shippingLines` QPilotCoreModelsShippingLine[], nullable
      - `sourceShippingRate` QPilotCoreModelsShippingRate
        - `id` integer
        - `siteId` integer
        - `shippingClass` string, nullable
        - `country` string, nullable
        - `street1` string, nullable
        - `street2` string, nullable
        - `postcode` string, nullable
        - `state` string, nullable
        - `city` string, nullable
        - `pricePerUnit` number, float, nullable
        - `basePrice` number, float
        - `minUnits` integer, nullable
        - `minCycles` integer, nullable
        - `minSubtotal` number, float, nullable
        - `minWeight` number, double, nullable
        - `maxWeight` number, double, nullable
        - `minLength` number, double, nullable
        - `maxLength` number, double, nullable
        - `minHeight` number, double, nullable
        - `maxHeight` number, double, nullable
        - `minWidth` number, double, nullable
        - `maxWidth` number, double, nullable
        - `weightUnitType` 'Pound' | 'Ounce' | 'Kilogram' | 'Gram'
        - `lengthUnitType` 'Inch' | 'Foot' | 'Yard' | 'Milimeter' | 'Centimeter' | 'Meter'
        - `name` string, nullable
        - `shippingCarrier` 'FlatRate' | 'USPS' | 'ShipperHQ'
        - `deliveryDaysMin` integer
        - `deliveryDaysMax` integer
        - `createdUtc` string, date-time
        - `updatedUtc` string, date-time
        - `shippingMethods` QPilotCoreModelsShippingMethod[], nullable
        - `shippingMethodsJson` string, nullable
      - `selectedShippingMethod` string, nullable
      - `name` string, nullable
      - `total` number, float
    - `isDefault` boolean
    - `idValue` string, nullable
    - `optionValue` string, nullable
    - `optionText` string, nullable
  - `nextimeResponse` QPilotCoreClientsModelsShippingOptionsResponse
    - `shippingLines` QPilotCoreClientsModelsShippingLines
      - `mode` string, nullable
      - `recommendedDeliveryDate` QPilotCoreClientsModelsRecommendedDeliveryDate
        - `deliveryDate` string, date-time
        - `shippingLines` QPilotCoreClientsModelsShippingLine[], nullable
          - `name` string, nullable
          - `total` number, float
          - `integrationProvider` string, nullable
          - `shippingMethod` string, nullable
          - `nextOrderDate` string, date-time
          - `nextShippingDate` string, date-time
      - `deliveryDates` QPilotCoreClientsModelsNextDeliveryDate[], nullable
        - `deliveryDate` string, date-time
        - `shippingLines` QPilotCoreClientsModelsShippingLine[], nullable
          - `name` string, nullable
          - `total` number, float
          - `integrationProvider` string, nullable
          - `shippingMethod` string, nullable
          - `nextOrderDate` string, date-time
          - `nextShippingDate` string, date-time
      - `errors` unknown[], nullable
        - unknown
    - `succeeded` boolean
    - `errors` string[], nullable

---

[API](https://skmtc.net/qpilot/apis/qpilot-api.md) · [All operations](https://skmtc.net/qpilot/apis/qpilot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qpilot/qpilot-api/revisions/b2f13a808fdd/schema)
