blanditiis
rem
curl -L \ --url 'https://api.sellauth.com/v1/shops/{shopId}/themes/{themeId}'
{ "id": 1, "name": "Glow - Imported", "description": "", "version": "1.1.5", "official_theme": { "id": "glow", "name": "Glow", "changelog": [ "Minor bug fixes", "Products On Hold", "New Text Editor" ], "price": 49.99 } }
curl -L \ --request DELETE \ --url 'https://api.sellauth.com/v1/shops/{shopId}/themes/{themeId}'
{ "message": "Theme deleted successfully" }
autem
curl -L \ --url 'https://api.sellauth.com/v1/shops/{shopId}/themes'
[ { "id": 1, "name": "Glow - Imported", "description": "", "version": "1.1.5", "official_theme": { "id": "glow", "name": "Glow", "changelog": [ "Minor bug fixes", "Products On Hold", "New Text Editor" ], "price": 49.99 } } ]
earum
curl -L \ --request POST \ --url 'https://api.sellauth.com/v1/shops/{shopId}/themes' \ --header 'Content-Type: application/json' \ --data '{ "name": "earum", "description": null, "template": null }'
private
public
curl -L \ --request PUT \ --url 'https://api.sellauth.com/v1/shops/{shopId}/themes/{themeId}' \ --header 'Content-Type: application/json' \ --data '{ "name": null, "description": null, "type": "private", "image_id": null }'