Organizations Addresses REST Endpoints
Store/Organizations Addresses
End points for operations for addresses of a Organization/Account in Oracle Commerce Cloud by Delegated Admin
- addAddress
- Method: postPath:
/ccstore/v1/organizationAddresses - deleteAddress
- Method: deletePath:
/ccstore/v1/organizationAddresses/{id} - getAddress
- Method: getPath:
/ccstore/v1/organizationAddresses/{id} - getAddresses
- Method: getPath:
/ccstore/v1/organizationAddresses - updateAddress
- Method: putPath:
/ccstore/v1/organizationAddresses/{id}