Brand
Order
Get Order Edit Configuration

Get Order Edit Configuration

Retrieve configuration details for a given order edit ID.

Overview

  • Method: GET
  • Path: /brand/order/get-order-edit-configuration/<orderEditId>
  • Tags: brand

Parameters

orderEditId (path)

  • Type: string
  • Required: Yes
  • Description: orderEditId parameter

Request Body

No request body required.

Responses

200

Successful response

Content Type: application/json

{
  "orderEditConfiguration": {
    "key": {}
  }
}

400

Bad Request

Content Type: application/json

{}

401

Unauthorized

404

Not Found

500

Internal Server Error

Example Usage

curl -X GET \
  https://api.pillexa.com/brand/order/get-order-edit-configuration/<orderEditId> \
  -H "Content-Type: application/json" \