on 2023 Feb 17 10:04 AM
Good morning,
I use this service {{address}}/odata2webservices/InboundProductFeature/ProductFeatures for push the feature to sap commerce.
I go to commerce, click on Integration Object modelling -> InboundProductFeature and I click on meta. I find this json
{
"code": "Test_code",
"catalogVersion": {
"version": "Test_version",
"active": true,
"catalog": {
"id": "Test_id",
"integrationKey": "TEST_KEY"
},
"integrationKey": "TEST_KEY"
},
"features": [
{
"author": "Test_author",
"valuePosition": 123,
"value": "Test_value",
"product": {
"code": "Test_code",
"catalogVersion": {
"version": "Test_version",
"active": true,
"catalog": {
"id": "Test_id",
"integrationKey": "TEST_KEY"
},
"integrationKey": "TEST_KEY"
},
"integrationKey": "TEST_KEY"
},
"qualifier": "Test_qualifier",
"integrationKey": "TEST_KEY"
}
],
"integrationKey": "TEST_KEY"
}<br>
I use this json on postman, but I receive this error.
<?xml version='1.0' encoding='UTF-8'?>
<error xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
<code>invalid_property</code>
<message xml:lang="en">An entity contains property [code] that is not defined in the integration object</message>
</error>
I do not understand the problem.
The code exists in integration object.
Could you help me?
thanks
Stefania
Request clarification before answering.
User | Count |
---|---|
13 | |
3 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.