Skip to main content
POST
/
orders
/
{orderId}
/
refetch
Refresh data
curl --request POST \
  --url https://api.quivo.co/orders/{orderId}/refetch
{
  "orderId": 123,
  "created": "2023-11-07T05:31:56Z",
  "lastModified": "2023-11-07T05:31:56Z",
  "orderIdentifier": "<string>",
  "orderReference": "<string>",
  "orderStatus": "<string>",
  "orderDate": "2023-11-07T05:31:56Z",
  "exportedAt": "2023-11-07T05:31:56Z",
  "cancelRequestedAt": "2023-11-07T05:31:56Z",
  "completedAt": "2023-11-07T05:31:56Z",
  "customerIdentifier": "<string>",
  "customerPurchaseOrderNumber": "<string>",
  "ssccLabel": true,
  "sellerId": 123,
  "warehouseId": 123,
  "sellerName": "<string>",
  "shopAvailableAt": "<string>",
  "shopActive": true,
  "shopId": 123,
  "shopSystem": "<string>",
  "shopSystemName": "<string>",
  "deliveryAddress": {
    "name1": "<string>",
    "name2": "<string>",
    "company": "<string>",
    "address1": "<string>",
    "address2": "<string>",
    "address3": "<string>",
    "zip": "<string>",
    "city": "<string>",
    "state": "<string>",
    "country": "<string>",
    "phone": "<string>",
    "email": "<string>",
    "addressIdentifier": "<string>",
    "additionalIdentifiers": [
      {
        "identifier": "<string>",
        "type": "<string>"
      }
    ],
    "latitude": 123,
    "longitude": 123
  },
  "invoiceAddress": {
    "name1": "<string>",
    "name2": "<string>",
    "company": "<string>",
    "address1": "<string>",
    "address2": "<string>",
    "address3": "<string>",
    "zip": "<string>",
    "city": "<string>",
    "state": "<string>",
    "country": "<string>",
    "phone": "<string>",
    "email": "<string>"
  },
  "currency": "<string>",
  "positions": [
    {
      "positionId": 123,
      "positionIdentifier": "<string>",
      "name": "<string>",
      "sku": "<string>",
      "customAttributes": {},
      "productIdentifier": "<string>",
      "variantIdentifier": "<string>",
      "quantity": 123,
      "lot": "<string>",
      "location": "<string>",
      "bundledBy": "<string>",
      "unitWeight": 123,
      "unitNetPrice": 123,
      "unitGrossPrice": 123,
      "totalWeight": 123,
      "totalNetAmount": 123,
      "totalGrossAmount": 123,
      "expirationDate": "2023-11-07T05:31:56Z"
    }
  ],
  "fulfillmentOrders": [
    {
      "warehouseId": 123,
      "warehouseName": "<string>",
      "fulfillmentOrderId": 123,
      "fulfillmentOrderIdentifier": "<string>",
      "fulfillmentStatus": "<string>",
      "fulfillmentConnectorStatus": "<string>",
      "fulfillmentInStock": true,
      "cancelled": true,
      "positions": [
        {
          "fulfillmentOrderPositionId": 123,
          "orderedSku": "<string>",
          "sku": "<string>",
          "warehouseSku": "<string>",
          "quantity": 123,
          "lot": "<string>",
          "location": "<string>",
          "customsValue": 123,
          "expirationDate": "2023-11-07T05:31:56Z",
          "fulfillmentOrderPositionIdentifier": "<string>",
          "bundleSku": "<string>"
        }
      ],
      "shipments": [
        {
          "shipmentId": 123,
          "shipmentIdentifier": "<string>",
          "provider": "<string>",
          "trackingLink": "<string>",
          "trackingLinks": [
            "<string>"
          ],
          "trackingNumber": "<string>",
          "trackingNumbers": [
            "<string>"
          ],
          "shipDate": "2023-11-07T05:31:56Z",
          "isUntracked": true,
          "sscc": "<string>",
          "predatedShipment": "2023-12-25",
          "carrierPickUpDate": "2023-11-07T05:31:56Z",
          "deliveryWindowStartTime": "2023-11-07T05:31:56Z",
          "deliveryWindowEndTime": "2023-11-07T05:31:56Z",
          "providerName": "<string>",
          "numberOfPallets": 123,
          "numberOfParcels": 123,
          "grossWeight": 123,
          "width": {
            "value": 123,
            "unit": "M"
          },
          "length": {
            "value": 123,
            "unit": "M"
          },
          "height": {
            "value": 123,
            "unit": "M"
          },
          "positions": [
            {
              "shipmentPositionId": 123,
              "sku": "<string>",
              "warehouseSku": "<string>",
              "sellerSku": "<string>",
              "quantity": 123,
              "lot": "<string>",
              "location": "<string>",
              "expirationDate": "2023-11-07T05:31:56Z",
              "serialNumbers": [
                "<string>"
              ],
              "positionIdentifier": "<string>"
            }
          ],
          "reversed": true,
          "bookedShipmentId": 123,
          "expectedDeliveryDate": "2023-11-07T05:31:56Z",
          "deliveryDate": "2023-11-07T05:31:56Z",
          "podDate": "2023-11-07T05:31:56Z",
          "groupedPositions": [
            {
              "warehouseSku": "<string>",
              "sellerSku": "<string>",
              "quantity": 123,
              "lot": "<string>",
              "expirationDate": "2023-11-07T05:31:56Z",
              "serialNumbers": [
                "<string>"
              ]
            }
          ],
          "podDocuments": [
            {
              "fileName": "<string>",
              "fileKey": "<string>",
              "url": {
                "link": "<string>"
              },
              "mimeType": "<string>"
            }
          ]
        }
      ],
      "fulfillmentOrderCreated": "2023-11-07T05:31:56Z",
      "inPicking": true
    }
  ],
  "handlingUnits": [
    {
      "type": "PALLET",
      "sscc": "<string>",
      "carrier": "<string>",
      "tracking": "<string>",
      "handlingUnitIdentifier": "<string>",
      "truckHandlingUnitIdentifier": "<string>",
      "handlingPositions": [
        {
          "sscc": "<string>",
          "positionIdentifier": "<string>",
          "sku": "<string>",
          "warehouseSku": "<string>",
          "quantity": 123
        }
      ],
      "childHandlingUnits": "<array>"
    }
  ],
  "earliestDeliveryDate": "2023-12-25",
  "latestDeliveryDate": "2023-12-25",
  "comment": "<string>",
  "transportInsuranceAmount": 123,
  "cashOnDeliveryAmount": 123,
  "cashOnDeliveryCurrency": "<string>",
  "deliveryInstruction": "<string>",
  "shippingMethodIdentifier": "<string>",
  "shippingMethodName": "<string>",
  "tags": [
    "<string>"
  ],
  "earliestShipDate": "2023-12-25",
  "latestShipDate": "2023-12-25",
  "piiDataRemoved": true,
  "paymentType": "<string>",
  "trackingEnabled": true,
  "orderPriority": 123,
  "fulfillmentConfirmed": true,
  "entityErrors": [
    {
      "errorCode": "<string>",
      "errorMessage": "<string>"
    }
  ],
  "customAttributes": {}
}

Path Parameters

orderId
integer<int64>
required

The unique identifier for an order.

Response

Returns confirmation of the order refetch operation from the source system.

Complete order information with all details. Contains order metadata, delivery address, item positions, fulfillment status, and related entities.

orderId
integer<int64>

The unique identifier for the order

created
string<date-time>

Timestamp when the item was created

lastModified
string<date-time>

Timestamp when the item was last modified

orderIdentifier
string

The unique identifier for the orderentifier

orderReference
string

Reference number or identifier for the order

orderStatus
string

The current status of the order

orderDate
string<date-time>

The order date date

exportedAt
string<date-time>

The exported at timestamp

cancelRequestedAt
string<date-time>

The cancel requested at timestamp

completedAt
string<date-time>

The completed at timestamp

customerIdentifier
string

The unique identifier for the customerentifier

customerPurchaseOrderNumber
string

Number value

ssccLabel
boolean

Boolean flag indicating sscc label

sellerId
integer<int64>

The unique identifier for the seller

warehouseId
integer<int64>

The unique identifier for the warehouse

sellerName
string

The name of the seller

shopAvailableAt
string

The shop available at

shopActive
boolean

Indicates whether the shop is active

shopId
integer<int64>

The unique identifier for the shop

shopSystem
string

The shop system

shopSystemName
string

The name of the shop system

deliveryAddress
object

Detailed delivery address information

invoiceAddress
object

Detailed address information

currency
string

Currency code

positions
object[]

Array of position items

fulfillmentOrders
object[]

Order identifier or information

handlingUnits
object[]

Array of handling unit

earliestDeliveryDate
string<date>

The earliest delivery date date

latestDeliveryDate
string<date>

The latest delivery date date

comment
string

Comment or notes

transportInsuranceAmount
number

Amount value

cashOnDeliveryAmount
number

Amount value

cashOnDeliveryCurrency
string

Currency code

deliveryInstruction
string

The delivery instruction

shippingMethodIdentifier
string

The unique identifier for the shippingmethodentifier

shippingMethodName
string

The name of the shipping method

tags
string[]

Tags or labels

earliestShipDate
string<date>

The earliest ship date date

latestShipDate
string<date>

The latest ship date date

piiDataRemoved
boolean

Boolean flag indicating pii data removed

paymentType
string

The type or category of the payment

trackingEnabled
boolean

Indicates whether tracking is enabled

orderPriority
integer<int32>

Order identifier or information

fulfillmentConfirmed
boolean

Boolean flag indicating fulfillment confirmed

entityErrors
object[]

Error information

customAttributes
object

Custom attributes or data