Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.2 KB

OutOfStockInstruction.md

File metadata and controls

29 lines (17 loc) · 1.2 KB

OutOfStockInstruction

An JSON object that indicates the instructions to be taken by the merchant when the item is out of stock.

Properties

Name Type Description Notes
title String The short instruction message. [optional]
instructionType InstructionTypeEnum Type of out-of-stock instruction chosen by customer. `CONTACT` is disabled by default, kindly reach out to your integration manager if you wish to receive this instruction. [optional]
replacementItemID String The preferred item's ID in the partner system. Only applicable when the instructionType is `SPECIFIC_ITEM`. [optional]
replacementGrabItemID String The preferred item's ID in the Grab system. Only applicable when the instructionType is `SPECIFIC_ITEM`. [optional]

Enum: InstructionTypeEnum

Name Value
REMOVE "REMOVE"
CANCEL "CANCEL"
SPECIFIC_ITEM "SPECIFIC_ITEM"
CONTACT "CONTACT"
UNKNOWN_DEFAULT_OPEN_API "unknown_default_open_api"