Changes to Creates a new product.

POST /v1/products

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 2 of the 4 revisions of this API.18

  1. 098b518de5cd15
  2. aa593160d96c3

What changed

  • 098b518de5cd15See the full diff
    • added the new custom enum value to the billing_period response property for the response status 200

      response-property-enum-value-added

    • added the new optional request property recurring_interval

      new-optional-request-property

    • added the new optional request property recurring_interval_count

      new-optional-request-property

    • added the new custom enum value to the request property billing_period

      request-property-enum-value-added

    • added the optional property recurring_interval to the response with the 200 status

      response-optional-property-added

    • added the optional property recurring_interval_count to the response with the 200 status

      response-optional-property-added

    • added the new optional header request parameter Idempotency-Key

      new-optional-request-parameter

    • added the new optional request property image_urls

      new-optional-request-property

    • added the optional property image_urls to the response with the 200 status

      response-optional-property-added