Obtener producto

Request
Security:
BearerAuth
path Parameters
id
required
integer <int32>
Responses
200

Información de Producto

401

Credenciales invalidas

get/Products/{id}
Request samples
curl -i -X GET \
  'https://api.n1co.com/api/v2/Products/{id}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'
Response samples
application/json
{
  • "id": 0,
  • "name": "string",
  • "description": "string",
  • "baseCost": 0,
  • "basePrice": 0,
  • "ccy": "string",
  • "tags": "string",
  • "requiresShipping": true,
  • "vendorName": "string",
  • "productImageUrl": "string",
  • "modifiers": [
    ],
  • "collections": [
    ],
  • "item": {
    },
  • "productImages": [
    ],
  • "locations": [
    ],
  • "currencySymbol": "string",
  • "currencyCode": "string",
  • "locale": "string",
  • "salesChannelOptions": [
    ],
  • "trackQuantity": true
}
Copyright © n1co 2024. All right reserved.