cancel
Showing results for 
Search instead for 
Did you mean: 

InboundProductFeature Sap commerce error

stefaniaZ
Participant
467

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

Accepted Solutions (0)

Answers (0)