Files
pruebas-automatizacion-desa…/API-MOCK-SHOPIFY/Webhooks/Launch Order.bru

24 lines
253 B
Plaintext

meta {
name: Launch Order
type: http
seq: 2
}
post {
url: {{host}}:{{port}}/webhooks/shopify/orders
body: json
auth: inherit
}
body:json {
{
"topic":"orders/create",
"id":"1234"
}
}
settings {
encodeUrl: true
timeout: 0
}