GoodTag


Etiquetas de un Good. Se tienen planes de implementar búsquedas relacionadas con los Tags, pero no está implementado.

Modelo GoodTag

{
    "id": 42,
    "name": "$Hot",
    "created_at": "2023-05-17 16:09:58",
    "updated_at": "2023-05-17 16:09:58"
}
Atributo Tipo Descripción
id int -
name string -
created_at datetime\|null -
updated_at datetime\|null -

Insertar GoodTag

Insertar GoodTag de GoodTagGroup

Store a newly created resource in storage.

Método URI Cabeceras
POST /companies/{companyId}/good-tag-groups/{groupId}/good-tags Authorization
{
    "name": "required|string|max:64"
}

Listar GoodTag

Listar GoodTag de GoodTagGroup

Display a listing of the resource.

Método URI Cabeceras
GET /companies/{companyId}/good-tag-groups/{groupId}/good-tags Authorization

Listar GoodTag de Good

{info} Soporta: Paginación

Método URI Cabeceras
GET /companies/{companyId}/goods/{goodId}/good-tags Authorization

Mostrar GoodTag

Display the specified resource.

Método URI Cabeceras
GET /companies/{companyId}/good-tags/{goodTagId} Authorization

Actualizar GoodTag

Store a newly created resource in storage.

Método URI Cabeceras
PATCH /companies/{companyId}/good-tags/{goodTagId} Authorization
{
    "name": "required|string|max:64"
}

Sincronizar GoodTag

Sincronizar GoodTag de Good

Método URI Cabeceras
PUT /companies/{companyId}/goods/{goodId}/good-tags Authorization
[
    "integer"
]

Eliminar GoodTag

Store a newly created resource in storage.

Método URI Cabeceras
DELETE /companies/{companyId}/good-tags/{goodTagId} Authorization

Enlaces de GoodTag