API Releases

Release of 10/06/2021
No breaking change

Discussions

  • POST /discussions, POST /messages :
    Details :
    - Adding of attachmentName attribute in attachment object of request body

  • GET /attachements
    Details :
    - Adding of fileFormat attribute in attachment object of response body

Release of 09/27/2021
No breaking change

Financial reporting

  • New endpoints

    • GET /fund-requests : Allows to retrieve fund requests according filter parameters

    • HEAD /fund-request : Allow to count fund requests according filter parameters

Release of 09/22/2021
No breaking change

Carts & Offers

  • GET /offers, GET /offer/{offerId}, GET frontend/offer/offerId, POST /frontend/cart

    Description: A new attribute has been added to allow you to manage promotional price display
    Details :
    - New optional attribute originPrice in price object of response body.

Release of 08/26/2021
No breaking change

Discussions

  • GET /attachments, GET /discussions,

    Details :
    - Filter parameter Saleschannel is no longer available. The filter on the sales channel is done with the informations contained in the token. Sending the parameter will not cause any error, it will simply not be used

Release of 07/28/2021
No breaking change

Discussions

  • GET /typologies

    Details :
    - Useless filter parameters sort, fields, pageIndex, pageSize have been removed
    - Filter parameters saleChannel, userType, orderStatus are correctly described as required
    - New value Cancelled for orderStatus enum

  • POST /discussions, GET /messages

    Details :
    - The text message no longer has a size limit

Release of 07/13/2021
No breaking change

Orders cancellation

  • New API
    Description : added two new routes allowing total cancellation of an order

Discussions

  • POST /discussions
    POST /messages

    Description: Discussion messages can be less than 30 characters long
    Details :
    - body attribute only have to be under 1500 caracters

  • GET /discussions
    GET /messages

    Description : Search results using date filters without specifying a time include items with a date equal to the one defined.
    Details :
    - The descriptions of updatedAtMax and updatedAtMax parmeters have been updated

Release of 06/10/2021
No breaking change

Offers

  • GET /offers
    GET /offers/{offerId}
    GET /frontend/offers

    Description : adding additional shipping costs for the offer
    Details :
    - additionalShippingCost required attribute added in response body in inventory.deliveryModes

Carts

  • POST /frontend/cart

    Description : Evolution of cart pload for displaying shipping costs per line and delivery mode
    Details :
    - deliveryModes required object added in response body in items.offers.price with mode and cost attributes

Release of 06/09/2021
No breaking change

Orders

  • POST /orders

    Details :
    - add businessOrder attribut in request body

  • GET /orders

    Details :
    - statusEvents table added in OrderItems class
    - supplyMode attribut added in OrderItems class
    - cancellationDetails attribut added in Order class

  • POST /orders/search

    Details :
    - statusEvents table added in OrderItems class
    - supplyMode attribut added in OrderItems class
    - cancellationDetails attribut added in Order class.