Shopizer admin rest api are mismatch/not found with Shopizer Admin frontend

77 views
Skip to first unread message

Shahid Iqbal

unread,
Oct 4, 2022, 2:02:13 AM10/4/22
to Shopizer
I am using the Shopizer admin backend main branch and frontend docker image as given in the document but some rest API is not found and some are mismatched.
1. GET method  /private/product/definition/{id} not found but /private/product/{id} is present in API version v2
2.POST method /private/product/option/value is mismatch with api/v1/private/product/option/value in this error occur "not-null property references a null or transient value : com.salesmanager.core.model.catalog.product.attribute.ProductOptionValueDescription.name"

Am I missing something here? I am running all thing in my local

Thanks 

Shahid Iqbal

unread,
Oct 4, 2022, 2:12:17 AM10/4/22
to Shopizer
Hi, here is the request body of swagger and admin fronted for the above #2 request
1.Swagger :  { "code": "string", "defaultValue": true, "descriptions": [ { "description": "string", "friendlyUrl": "string", "highlights": "string", "id": 0, "keyWords": "string", "language": "string", "metaDescription": "string", "name": "string", "title": "string" } ], "id": 0, "image": "string", "name": "string", "order": 0, "sortOrder": 0 }
2. admin fronted:  {"code":"clientName","selectedLanguage":"en","descriptions":[{"language":"en","name":"ss"},{"language":"fr","name":""},{"language":"es","name":""}]}

Reply all
Reply to author
Forward
0 new messages