Ordoro · Schema

Etsy Extra Info Schema

Order ManagementInventory ManagementShippingDropshippingEcommerceMulti-ChannelFulfillmentLogistics

Properties

Name Type Description
listing_id string
product_id string
offering_id string
View JSON Schema on GitHub

JSON Schema

ordoro-extra_info_etsy-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ordoro/refs/heads/main/json-schema/ordoro-extra_info_etsy-schema.json",
  "title": "Etsy Extra Info Schema",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "listing_id": {
      "type": "string"
    },
    "product_id": {
      "type": "string"
    },
    "offering_id": {
      "type": "string"
    }
  }
}