Skip to content
Guides
API reference
stablecatalog:read

Get products import schema

GET/v1/catalog/products/import-schema

Authorization

bearerAuth
AuthorizationBearer <token>

OAuth2 access token issued by Ecomiq Auth.

In: header

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/v1/catalog/products/import-schema"
{  "version": "string",  "headers": [    "string"  ],  "requiredHeaders": [    "string"  ],  "headerAliases": {    "property1": [      "string"    ],    "property2": [      "string"    ]  },  "dynamicHeaderPrefixes": [    "string"  ],  "ignoredHeaders": [    "string"  ]}