AdobeDocs / commerce-services

Source of the Commerce Services developer guide
https://developer.adobe.com/commerce/services/
Other
2 stars 10 forks source link

The customergroup table name mentioned is wrong #113

Closed vinayshah closed 1 month ago

vinayshah commented 1 month ago

Is there an existing issue for this?

Which topic?

https://developer.adobe.com/commerce/services/graphql/catalog-service/categories/#required-headers

What's wrong with the content?

The customer_group_data_exporter table mentioned in the documentation is not found when searched. The table name has changed. It should be scopes_customergroup_data_exporter

What changes do you propose?

To get correct information from the documentation

Anything else that can help to cover this?

When connecting other services it will be helpfull for new merchants

meker12 commented 1 month ago

This issue was addressed by PR 129

The customer group code for the Magento-Customer-Group is the encrypted value of customer group id sha1 (<customer_group_id>

The documentation was updated to provide the required information, which includes the encrypted value for Adobe Commerce default customer groups. https://developer.adobe.com/commerce/services/graphql/catalog-service/categories/#required-headers