Using Custom Objects Through APIs
Digital Commerce generic APIs support custom objects by replacing the :custom_object__c with the custom object API name into the URL path as shown in the example below:
[GET] .../apexrest/Apttus_WebStore/apttus/v3/:custom_object__c
[POST] .../apexrest/Apttus_WebStore/apttus/v3/:custom_object__c /query
You need to ensure that the SDK utilizes these APIs for custom services and models by following the steps below: