Pular para o conteúdo principal

Solicitação de Produto

POST 

/tenant/stores/order

Esse endpoint é usado para solicitação de produtos Hubpontos

Request

Body

required

    userId uuidrequired
    productsStoreId uuidrequired
    productType string

    Possible values: [PRODUCT, CARD, GIFTCARD, RECHARGE, TICKET]

    variantId uuid
    productTags string[]
    quantity numberrequired
    cardNumber stringnullable
    cardCpf stringnullable
    cardDate nullable
    rechargeNumber stringnullable
    ticketValue numbernullable
    ticketFile urinullable
    ticketType stringnullable

    Possible values: [ELECTRICITY, GAS, WATER, INTERNET, PAYMENT, PHONE]

    ticketCode stringnullable
    ticketDueAt stringnullable
    ticketDescription stringnullable
    zipCode string
    state string
    city string
    street string
    number string
    complement string
    recipient string
    phone string
    shippingCode string
    observations string

Responses

Pedido realizado.

Loading...