1. Product
  • Introdução
    • Comece Aqui
    • Autenticação
    • Recursos
  • API
    • Enterprise
      • Overview
      • Create
      • Show
      • Update
      • Delete
      • Index
      • Profile
    • Company
      • Overview
      • Create
      • Show
      • Update
      • Delete
      • Index
    • Order
      • Overview
      • Create
      • Show
      • Update
      • Delete
      • Index
      • Search external
    • Customer
      • Create
      • Show
      • Update
      • Delete
      • Index
      • Validate phone
      • Blocked (batch)
      • Search individual
      • Search external
      • Track Record
      • Point
    • Withdrawal
      • Rescue
      • Reactivate
      • Show
      • Delete
      • Index
      • Search available
      • Quantity
      • Quantity Company (Monthly)
      • Quantity (Last Days)
    • Activation
      • Create
      • Update
      • Show
      • Delete
    • Promotion
      • Create
      • Update
      • Show
      • Delete
      • Index
    • Submission
      • Index
      • Show
      • Delete
    • Individual
      • Create
      • Index
      • Delete
    • Campaign
      • Create
      • Show
      • Update
      • Delete
      • Index
    • Profile
      • Profile
      • Update profile
      • Update password profile
      • Inactivate
    • User
      • Create
      • Show
      • Update
      • Delete
      • Index
    • Role
      • Create
      • Index
    • Permission
      • Create
      • Index
      • Delete
      • Show
      • Update
    • Status
      • Create
      • Index
      • Update
      • Delete
    • Tag
      • Create
      • Index
      • Update
      • Delete
    • Segment
      • Create
      • Show
      • Update
      • Delete
      • Index
      • Pre Query Builder Segment
    • Product
      • Create
        POST
      • Show
        GET
      • Update
        PUT
      • Delete
        DELETE
      • Index
        GET
      • Search external
        GET
      • Quantity
        GET
      • Quantity Sale Product Enterprise
        GET
      • Quantity Sale Product Enterprise (Monthly)
        GET
    • Webhooks
      • Overview
      • Create
      • Index
      • Delete
    • Billing
      • Quota
      • Index
      • Show
    • User Access Pin
      • Request
      • Revalidate
    • Target
      • Create
      • Delete
    • Redeem
      • Create
      • Index
    • Reward
      • Create
      • Index
      • Update
      • Delete
      • Show
      • Update active
    • Subscription
      • Index
      • Webhook Asaas
    • Payment Profile
      • Index
      • Update
  1. Product

Update

PUT
/products/{product_id}
Product
Endpoint Update (PUT)
Esse Endpoint é responsável por atualizar um Product

Requisição

Parâmetros de Caminho

Parâmetros Header

Parâmetros Bodymultipart/form-data

Respostas

🟢200OK
text/plain
Successful response
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT '/products/' \
--header 'Authorization: Bearer $TOKEN' \
--form 'name=""' \
--form 'description=""' \
--form 'reference=""' \
--form 'price=""' \
--form 'enterprise_provider_id=""' \
--form 'accrual_point_blocked=""' \
--form 'external_code=""' \
--form 'discount=""' \
--form 'discount_type="PERCENTAGE, AMOUNT"'
Response Response Example
[
  {
    "id": "82957e5f-f18a-412d-a1f2-0e6f4ffed069",
    "name": "API StoryCRM",
    "description": "API para manipular o sistema StoryCRM",
    "reference": "API StoryCRM",
    "price": 30,
    "enterprise_id": "a840567c-807c-4ec6-9de6-595e04342ef8",
    "accrual_point_blocked": false,
    "created_at": "2025-10-20T19:53:15.000Z"
  }
Modificado em 2025-10-14 05:54:43
Página anterior
Show
Próxima página
Delete
Built with