Hybris UX Api icon

Hybris UX Api

(0 reviews)
Channel: ecom

home

Brief Description

The specification of the REST API for Hybris. It includes the model definition as well as all available operations for usage consumption reports.

This API allows the following operations:

  • listCustomerDetails: This operation lists the customer details. Southbound Implementation is available for CR- FIXED and MOBILE, JM(Liberate and Cerillion). Other markets have Stub Implementation.
  • createCustomer: This operation creates a customer entity. Southbound Implementation is available for JM,PA,CL,PR. Stub Implemtation is available for CR market.
  • patchCustomer: This operation allows partial updates of a customer entity. Southbound Implementation is available for PR.
  • listProductOrder: This operation list or find ProductOrder entities.
  • createProductOrder: This operation creates a ProductOrder entity. Southbound Implementation is available for JM,PA,CL,PR markets.
  • retrieveProductOrder: This operation retrieves a ProductOrder entity. Attribute selection is enabled for all first level attributes.
  • communicationMessage: This operation creates a new CommunicationMessage and send it. Southbound Implementation is available for JM,PA,PR,CL and CR markets.
  • listAccountDetails: This operation retrieves the accounts details for requested externalId. Southbound Implementation is available for CR,PR markets. Other markets have Stub Implementation.
  • createBillingAccount: This operation creates a BillingAccount entity.
  • retrieveBillingAccount: This operation retrieves a BillingAccount entity. Attribute selection is enabled for all first level attributes.
  • patchBillingAccount: This operation updates partially a BillingAccount entity.
  • createPayment: This operation creates a Payment entity. Southbound Implementation available for JM.
  • retrievePayments: This operation retrieves a Payment entity.
  • createCustomerEvent: This operation creates a Customer create event entity. Southbound Implementation available for CL.
  • productOrderCreateEvent: This operation creates a Product Order create event entity.
  • listAppointment: This operation list or find Appointment entities. Stub Implementation available for JM,PA,PR and CR.
  • createAppointment: This operation creates a appointment entity. Stub Implementation available for JM,PA,PR and CR.
  • updateAppointment: This operation updates a appointment entity. Stub Implementation available for JM,PA,PR and CR.
  • listSearchTimeSlot: This operation list or find SearchTimeSlot entities. Stub Implementation available for JM,PA and CR. Actual Implementation for PR
  • retrievePaymentMethods: This operation list or find payment method. Stub Implementation available for JM,PA,PR and CR.
  • listShipments: This operation finds and lists Shipment entities. Stub Implementation available for JM,PA,PR and CR.
  • getShipmentById: This operation finds a specific shipment entity. Stub Implementation available for JM,PA,PR and CR.
  • patchCustomerById:This operation updates a creditScore of customerProfile entity in CRM. Please find the description of request and response on the below section.
  • getAppointmentById:This Operation is used to appointment Order Details
  • getProductOrderById:This Operation is used to Retrieve Order Details

Reviews