cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

API Explorer Order API V1 prompts that do not have permission

initiateCheckoutSession

 

 

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

 

developer_support@ebay 

 

Message 1 of 1
latest reply
0 REPLIES 0