Drop Docs

Order channels and source attribution

Drop does not split APIs by order source. Use the same Orders API and attach channel and origin metadata for reporting, analytics, and tracing.

web

Website checkout orders.

app

Native mobile app orders.

pos

In-store or manual POS initiated orders.

marketplace

Third-party marketplace order flow.

social

Social commerce or messaging channel orders.

Website order example

json
{
  "reference": "SHOP-100245",
  "channel": "web",
  "originSystem": "shopify-storefront"
}

Mobile app order example

json
{
  "reference": "APP-88421",
  "channel": "app",
  "originSystem": "ios-app"
}