# List orders **GET /orders** Return all my products This endpoint is used for all data manipulation with orders synchronization into your system ## Servers - Production API endpoint - live use only: api.services.omnicado.com/api/v2 (Production API endpoint - live use only) - Development API endpoint - used for testing: api.dev.services.omnicado.com/api/v2 (Development API endpoint - used for testing) ## Authentication methods - Omnicado token based scheme ## Parameters ## Responses ### 200: all orders are returned with default page limit of 1000 items #### Body Parameters: application/json (array[object]) - **id** (integer(int64)) - **remoteId** (string) - **externalId** (string) - **shipDate** (string(date-time)) - **shippedDate** (string(date-time)) - **deliveredDate** (string(date-time)) - **currency** (string) ISO currency code - **paymentType** (string) - **paymentNo** (string) - **expeditionStatus** (string) - **orderStatus** (string) - **source** (string) - **totalPrice** (number(float)) - **deliveryPrice** (number(float)) - **discount** (number(float)) - **cashOnDelivery** (number(float)) - **cashOnDeliveryPrice** (number(float)) - **cashOnDeliveryReceived** (boolean) - **createdAt** (string(date-time)) - **updatedAt** (string(date-time)) - **deliveryProvider** (string) - **externalBranchId** (string) - **externalOrderProcessor** (string) - **externalOrderProcessingId** (string) - **externalOrderDeliveryCarrier** (string) - **trackingNumber** (string) - **trackingUrl** (string) - **invoiceUrl** (string) - **hasBcxCode** (boolean) - **deliveryData** (array[object]) - **items** (array[object]) ### 204: If none orders are loaded onto platform - 204 No Content is returned ### 403: If your account is not allowed to access this endpoint you will receive 403 Forbidden in reply [Powered by Bump.sh](https://bump.sh)