getSkuProperty

get

/ccadmin/v1/skuProperties/{id}

Get details about a SKU dynamic property using the specific property ID.

Request

Supported Media Types
Path Parameters
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

Following model is returned when operation succeeds. For example, /skuProperties/upccode?productTypeId=sampleProductType
Body ()
Root Schema : getSkuProperty_response
Type: object
Show Source
Nested Schema : editableAttributes
Type: array
Attributes of this property that can be edited.
Show Source
Example Response (application/json)
{
    "itemType":"sku-sampleProductType",
    "hidden":false,
    "length":254,
    "variantBasedDisplay":false,
    "label":"UpcCode",
    "type":"shortText",
    "required":false,
    "searchable":false,
    "writable":true,
    "internalOnly":false,
    "default":"defaultValue",
    "listingVariant":false,
    "propertyType":"sku-custom",
    "localizable":false,
    "textSearchable":false,
    "id":"upccode",
    "dimension":false,
    "editableAttributes":[
        "dimension",
        "multiSelect",
        "textSearchable",
        "default",
        "internalOnly",
        "order",
        "listingVariant",
        "hidden",
        "label",
        "required",
        "variantBasedDisplay",
        "searchable"
    ],
    "multiSelect":false
}

Default Response

The error response
Body ()
Root Schema : errorModel
Type: object
Show Source
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top