Access to add and change pages is restricted. See: https://cwiki.apache.org/confluence/display/OFBIZ/Wiki+access

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Purpose

The purpose of this document is to list the high-level API endpoints required for headless commerce(B2C). This will helps in finalizing API design.

API Endpoints

Authentication

Sr No.API EndpointDescriptionTasksStatusPhase
1GET /getGuestToken



2POST /getCustomerToken



3POST /refreshToken



Customer

Sr No.API EndpointDescriptionTasksStatusPhase
1POST /createCustomer



2POST /getPasswordHint



3POST /resetPassword



4POST /changePassword



5GET /getCustomerProfile



6POST /updatePersonalInformaion



7POST /createPostalAddress



8POST /updatePostalAddress



9POST /removePostalAddress



10POST /setDefaultAddress



11POST /createTelecomNumber



12POST /updateTelecomNumber



13POST /removeTelecomNumber



14POST /createEmailAddress



15POST /updateEmailAddress



16POST /removeEmailAddress



17POST /createContactInformation



18POST /updateContactInformation



19POST /removeContactInformation



20POST /sendEmail



21POST /createCreditCard



22POST /updateCreditCard



23POST /removeCreditCard



24POST /createGiftCard



25POST /updateGiftCard



26POST /removeGiftCard



27POST /createEftAccount



28POST /updateEftAccount



29POST /removeEftAccount



30POST /setDefaultPaymentMethod



31POST /setDefaultShipmentMethod



32POST /subscribeContactList



33POST /unsubscribeContactList



























  • No labels