Gets a sellable item for an item base with a specified head office entity Hopk for a specified site, and its related data

Licenses Required

  • Vista.Ocapi
Request
path Parameters
siteId
required
string

The unique identifier of the site

itemHopk
required
string

The head office entity Hopk of the item base

header Parameters
Connect-Region-Code
string

Region Code

Responses
200

Success

404

Site or item does not exist.

get/ocapi/v1/sites/{siteId}/sellable-items/by-hopk/{itemHopk}
Request samples
Response samples
application/json
{
  • "sellableItem": {
    },
  • "relatedData": {
    }
}