GET api/InternalApp?stockItemId={stockItemId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
stockItemId

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of StockItemChannelSKU
NameDescriptionTypeAdditional information
ChannelSKURowId

globally unique identifier

None.

SKU

string

None.

Source

string

None.

SubSource

string

None.

UpdateStatus

string

None.

ChannelReferenceId

string

None.

LastUpdate

date

None.

MaxListedQuantity

integer

None.

EndWhenStock

integer

None.

SubmittedQuantity

integer

None.

ListedQuantity

integer

None.

StockPercentage

decimal number

None.

IgnoreSync

boolean

None.

IgnoreSyncMultiLocation

boolean

None.

IsMultiLocation

boolean

None.

StockItemId

globally unique identifier

None.

StockItemIntId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "channelSKURowId": "f8acf644-67bf-478e-923d-c5f9f6b313bf",
    "sku": "sample string 2",
    "source": "sample string 3",
    "subSource": "sample string 4",
    "updateStatus": "sample string 5",
    "channelReferenceId": "sample string 6",
    "lastUpdate": "2024-05-18T15:03:44.0896135+00:00",
    "maxListedQuantity": 8,
    "endWhenStock": 9,
    "submittedQuantity": 10,
    "listedQuantity": 11,
    "stockPercentage": 12.1,
    "ignoreSync": true,
    "ignoreSyncMultiLocation": true,
    "isMultiLocation": true,
    "stockItemId": "e1fe66d6-e3c3-47b9-b1b6-ffe8b4dd43f6",
    "stockItemIntId": 16
  },
  {
    "$ref": "1"
  }
]