Skip to main content
POST
Pedido creado

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Webhook Payload

type
enum<string>

El tipo de webhook.

Available options:
ecommerce.order.created
Allowed value: "ecommerce.order.created"
data
object
websiteId
string

ID de la marca.

storeId
string

ID del local.

date
string<date-time>

Fecha en que se generó el evento.

Example:

"2020-01-01T00:00:00.000Z"

eventId
string

ID único del evento.

Response

200

OK