GET api/product/{sku}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
sku

string

Required

Body Parameters

None.

Response Information

Resource Description

Product
NameDescriptionTypeAdditional information
ID

integer

None.

SKU

string

Required

Name

string

None.

Description

string

None.

UnitPrice

decimal number

None.

TypeID

integer

Required

Type

ProductType

None.

SizeID

integer

None.

Size

ProductSize

None.

Active

boolean

None.

IsPublic

boolean

None.

LinkedProductID

integer

None.

LinkedProduct

Product

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.