Items
Developing
Testing Env
https://testing--decathlonstore.myvtex.com
Testing Env
https://testing--decathlonstore.myvtex.com
PATCH
https://decathlonstore.myvtex.com/api/checkout/pub/orderForm/3aea61850daf4d1f8aa46dd9ce5635e3/items
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'https://decathlonstore.myvtex.com/api/checkout/pub/orderForm/3aea61850daf4d1f8aa46dd9ce5635e3/items?allowOutdatedData=paymentData&sc=6' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderItems": [
{
"id":"754084",
"seller": "DEC187",
"quantity": 1
}
]
}'
Response Response Example
{}
Request
Query Params
allowOutdatedData
stringÂ
required
Example:
paymentData
sc
stringÂ
required
Example:
6
Header Params
Content-Type
stringÂ
required
Example:
application/json
Body Params application/json