# Create testing order **POST /testing-order** Create testing order This endpoint is used to create order for testing purposes ## 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 ## Body parameters Content-type: application/json - **sellingChannelId** (integer) - **currency** (string) - **status** (string) - **useMarketplaceCarrier** (boolean) - **carrier** (string) - **deliveryPrice** (number(float)) - **pickupPointId** (string | null) - **useCod** (boolean) - **codPrice** (number(float)) - **discount** (number(float)) - **generateLabel** (boolean) - **randomItemsCount** (integer) - **customProducts** (object | null) ## Responses ### 200: all products are returned with default page limit of 1000 items #### Body Parameters: application/json (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]) ### 400: On invalid JSON or variable type input, the 400 is returned #### Body Parameters: application/json (object) - **message** (string) ### 403: If user does not have authorized access to selected sellingchannel or productset the 403 is returned #### Body Parameters: application/json (object) - **message** (string) [Powered by Bump.sh](https://bump.sh)