You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

No backing type found for UI property type big string

edited Aug 17, 2023 4:52AM in Commerce 3 comments

I tried to create a custom order type attribute using the below payload but ended up with an error.

Did I make any mistakes with the payload, or am I missing any required properties?


API Endpoint: {{baseURL}}/ccadmin/v1/orderTypes/:id

Method: PUT

Payload:

{

    "properties": {

        "apx_POAttachments": {

            "internalOnly": false,

            "default": "null",

            "localizable": false,

            "id": "apx_POAttachments",

            "label": "Purchase Order Attachments",

            "type": "big string"

        }

    }

}

Response:

{

    "errorCode": "20196",

    "message": "No backing type found for UI property type big string",

    "status": "500"

}

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!