Invoices REST Endpoints
            Store/SelfService/Invoices
        
        
    Invoice Endpoints
- Retrieves a details of the given invoice identifier
 - Method: getPath:
/ccstore/v1/selfservice/invoices/{id} - Retrieves all invoices with the organization of logged in profile
 - Method: getPath:
/ccstore/v1/selfservice/invoices - Retrieves all the credit memos with the organization of logged in profile
 - Method: getPath:
/ccstore/v1/selfservice/invoices/creditMemos - Retrieves all the customer account activities totals with the organization of logged in profile
 - Method: getPath:
/ccstore/v1/selfservice/invoices/customerAccountActivities/totals - Retrieves all the customer account activities with the organization of logged in profile
 - Method: getPath:
/ccstore/v1/selfservice/invoices/customerAccountActivities