Shop xml import
Import products from uploaded XML file
POST
/{locale}/shop/xml-import/from-fileAuthorization
bearerAuth AuthorizationBearer <token>
Enter JWT token in the format: Bearer {token}
In: header
Path Parameters
locale*string
Value in
- "lt"
- "en"
Request Body
multipart/form-data
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/lt/shop/xml-import/from-file"{ "success": true, "message": "string", "data": {}}