12-24-2024 05:44 PM
request body
{
"shippingAddress":
{
"addressLine1": "371 Willow Oaks Lane, Lake Charles",
"addressLine2": "Louisiana 70601",
"city": "Lake Charles",
"stateOrProvince": "LA",
"postalCode": "70601",
"country": "US",
"recipient": "Bryan Martin",
"phoneNumber": "13373791424"
},
"lineItemInputs": [
{
"quantity": "2",
"itemId": "v1|110559540697|410109872919"
}
]
}
response body
{
"errors": [
{
"errorId": 1100,
"domain": "ACCESS",
"category": "REQUEST",
"message": "Access denied",
"longMessage": "Insufficient permissions to fulfill the request."
}
]
}
How can I simulate a user placing an order in a sandbox environment? Only in this way can I view the data structure by calling the Get Order API