Rithum · JSON Structure
Dsco Order Structure
Structure documentation for the Rithum Dsco platform order object
Type: object
Properties: 0
CommerceDropshipMarketplaceE-CommerceSupply ChainRetail
Dsco Order Structure is a JSON Structure definition published by Rithum.
Meta-schema:
JSON Structure
{
"title": "Dsco Order",
"description": "Structure documentation for the Rithum Dsco platform order object",
"type": "object",
"fields": [
{ "name": "orderId", "type": "string", "required": true, "description": "Unique order identifier" },
{ "name": "orderType", "type": "enum", "values": ["Dropship", "Marketplace"], "required": true, "description": "Order integration type" },
{ "name": "status", "type": "enum", "values": ["pending", "acknowledged", "shipped", "cancelled", "returned", "invoiced"], "required": true, "description": "Order lifecycle status" },
{ "name": "createdAt", "type": "datetime", "required": false, "description": "Creation timestamp" },
{ "name": "updatedAt", "type": "datetime", "required": false, "description": "Last update timestamp" },
{ "name": "retailerId", "type": "string", "required": false, "description": "Retailer identifier" },
{ "name": "supplierId", "type": "string", "required": false, "description": "Supplier identifier" },
{ "name": "items", "type": "array", "required": false, "description": "Line items",
"items": [
{ "name": "lineItemId", "type": "string", "required": true },
{ "name": "sku", "type": "string", "required": true, "description": "Supplier SKU" },
{ "name": "quantity", "type": "integer", "required": true },
{ "name": "cost", "type": "float", "required": false, "description": "Wholesale cost (required for dropship)" },
{ "name": "price", "type": "float", "required": false, "description": "Retail price" }
]
},
{ "name": "shippingAddress", "type": "object", "required": false, "description": "Delivery address",
"fields": [
{ "name": "name", "type": "string", "required": true },
{ "name": "street1", "type": "string", "required": true },
{ "name": "street2", "type": "string", "required": false },
{ "name": "city", "type": "string", "required": true },
{ "name": "state", "type": "string", "required": true },
{ "name": "postalCode", "type": "string", "required": true },
{ "name": "country", "type": "string", "required": true },
{ "name": "phone", "type": "string", "required": false }
]
}
]
}
Work with this as data
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/dsco-order-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.