Shop xml import
Get XML import history for partner
GET
/{locale}/shop/xml-import/historyAuthorization
bearerAuth AuthorizationBearer <token>
Enter JWT token in the format: Bearer {token}
In: header
Path Parameters
locale*string
Value in
- "lt"
- "en"
Query Parameters
limit?integer
Response Body
application/json
curl -X GET "https://example.com/lt/shop/xml-import/history"{ "success": true, "data": [ {} ]}