Skip to main content
GET
/
commerce
/
instocknotifications
/
{id}
Error
A valid request URL is required to generate request examples
{
  "id": 123,
  "email": "<string>",
  "customerId": 123,
  "productCode": "<string>",
  "locationCode": "<string>",
  "userId": "<string>",
  "auditInfo": {
    "updateDate": "2023-11-07T05:31:56Z",
    "createDate": "2023-11-07T05:31:56Z",
    "updateBy": "<string>",
    "createBy": "<string>"
  }
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

id
integer<int32>
required

Query Parameters

responseFields
string

limits which fields are returned in the response body

Response

Success

Inventory in-stock notification subscription. Notification sender/processor view. Generally for internal consumption only.

id
integer<int32> | null

Unique identifier

email
string | null

Email. E-mail or CustomerId are required.

customerId
integer<int32> | null

Id of the N:Mozu.Customer that this subscription is assigned to. Optional. E-mail or CustomerId are required.

productCode
string | null

Product Code

locationCode
string | null

Location Code

userId
string | null

User Id for multi-user b2b accounts

auditInfo
object