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

Documentation Index

Fetch the complete documentation index at: https://docs.kibocommerce.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Query Parameters

responseFields
string

limits which fields are returned in the response body

Body

application/json

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

auditInfo
object
customerId
integer<int32> | null

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

email
string | null

Email. E-mail or CustomerId are required.

id
integer<int32> | null

Unique identifier

locationCode
string | null

Location Code

productCode
string | null

Product Code

userId
string | null

User Id for multi-user b2b accounts

Response

Success

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

auditInfo
object
customerId
integer<int32> | null

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

email
string | null

Email. E-mail or CustomerId are required.

id
integer<int32> | null

Unique identifier

locationCode
string | null

Location Code

productCode
string | null

Product Code

userId
string | null

User Id for multi-user b2b accounts