Orders
Attach a posting room from an order
Use this endpoint to attach a posting room to an order.
post/shop/orders/{orderId}/posting-room
Request body
Example request
{
"posting_room_data": {
"G#": 2081111,
"RN": "9500"
}
}Response
The PostingRoom was successfully associated to the Order
Example response
{
"data": {
"processor_data": {
"G#": 2081111,
"RN": "9500"
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.