Platform Changes In 2023

December 2023
  • REST API

    Flatten responses for Unit Measures and Customers. Remove response.unitMeasures and response.customer. Adjust examples.

  • REST API

    Move Unit Measures to Company group at path /company/unit-measures

November 2023
  • REST API

    Corrected an issue where the endpoint would return:
    {
     "statusCode": 401,
     "status": "Unauthorized",
     "messageCode": "E0010",
     "messageText": "API Key and Token do not match"
    }

  • REST API

    Add customer duplicate check POST method. Supply customer contact information and get a response with possible matching customers with a match confidence level.

October 2023
  • REST API

    A URI pluralization standard was implemented causing breaking changes. The changes are as follows:
    /product/{sku_identifier}/kit/questions
    to
    /product/{sku_identifier}/kits/questions

    /product/kit/question/{id}/answers
    to
    /product/kits/questions/{id}/answers

    /customer/unit_measure
    to
    /customer/unit-measures

    /product/{sku_identifier}/stock_site
    to
    /product/{sku_identifier}/stock-sites

    /product/{sku_identifier}/stock_site/bin
    to
    /product/{sku_identifier}/stock-sites/bins

    /product/attribute/{id}/answers
    to
    /product/attributes/{id}/answers

  • REST API

    Company Unit Measure and Product Stocksite Get are working now. The URI has been changed.

  • REST API

    BUG: We are aware of an issue with Company Unit Measures. The ETA on a fix is Wednesday 11/1/23.

  • REST API

    BUG: We are aware of an issue with the Product Stocksite GET. The ETA on a fix is Tuesday 10/31/23.

  • REST API

    Fix Order Create path in API documentation. The path was showing as blank.

  • REST API

    The Product Attributes, Product Kit Questions, and Product Kit Answers method added.