order_instruction.create
order_instruction.create (string $orderUniqueId, string $note, object|null $options)
Create a new Packing Instruction.
code | message |
---|---|
100 | Invalid data given. Details in error message. |
102 | Requested order does not exist. |
order_instruction.edit
order_instruction.edit (string $instructionId, string|null $note, object|null $options)
Modify the packing instruction.
code | message |
---|---|
100 | Invalid data given. Details in error message. |
101 | Requested packing instruction does not exist. |
order_instruction.list
order_instruction.list (string $orderUniqueId, array|null $fields = [])
Retrieve list of packing instructions.
code | message |
---|---|
100 | Invalid data given. Details in error message. |
102 | Requested order does not exist. |
order_instruction.delete
order_instruction.delete (string $instructionId)
Delete packing instruction.
true
if the packing instruction was deleted.