# TAG   Confecção

TAG

## GET /movimentoTag

> Obter Movimento de TAG

```json
{"openapi":"3.0.1","info":{"title":"PPCP Confecção","version":"1.0"},"tags":[{"name":"TAG - Confecção","description":"TAG"}],"servers":[{"url":"https://localhost/ppcpconfeccao/v10"},{"url":"http://localhost/ppcpconfeccao/v10"}],"security":[{"csw_auth":[]}],"components":{"securitySchemes":{"csw_auth":{"type":"apiKey","name":"Authorization","in":"header"}},"schemas":{"ListaMovimentoTag":{"type":"object","properties":{"movimentoTAG":{"type":"array","description":"Movimentos da Tag","items":{"$ref":"#/components/schemas/MovimentoTag"}}}},"MovimentoTag":{"type":"object","properties":{"codProduto":{"type":"string","description":"Código do Produto"},"descProduto":{"type":"string","description":"Descrição do Produto"},"unidadeMedida":{"type":"string","description":"Unidade de Medida do Produto"},"ncm":{"type":"string","description":"Código NCM do Produto"},"coItemFilho":{"type":"string","description":"Código do Item Filho do Produto"},"codCor":{"type":"string","description":"Código da Cor do Produto"},"descCor":{"type":"string","description":"Descrição da Cor do Produto"},"tamanho":{"type":"string","description":"Tamanho do Produto"},"tag":{"type":"string","description":"Código da Tag"},"codEPC":{"type":"string","description":"Código EPC da Tag"},"codBarras":{"type":"string","description":"Código de Barras da Tag"},"preco":{"multipleOf":0.01,"type":"number","description":"Preço do Produto da Tag"},"codQualidade":{"type":"string","description":"Código da Qualidade da Tag"},"descQualidade":{"type":"string","description":"Descrição da Qualidade da Tag"},"itemEditadoSKU":{"type":"integer","description":"Item Editado do SKU"},"dadosCustomizados":{"type":"array","items":{"$ref":"#/components/schemas/DadosCustomizados"}}}},"DadosCustomizados":{"required":["campo","valor"],"type":"object","properties":{"campo":{"type":"string"},"valor":{"type":"string"}}},"Erro":{"type":"object","properties":{"mensagem":{"type":"string"}}}}},"paths":{"/movimentoTag":{"get":{"tags":["TAG - Confecção"],"summary":"Obter Movimento de TAG","operationId":"ObterMovimentoTAG","parameters":[{"name":"empresa","in":"header","description":"Código da Empresa","required":true,"schema":{"type":"string"}},{"name":"numMovimento","in":"query","description":"Movimento de TAG","required":true,"schema":{"type":"integer"}},{"name":"tabPreco","in":"query","description":"Tabela de Preço","required":true,"schema":{"type":"integer"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListaMovimentoTag"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Erro"}}}}},"429":{"description":"Too Many Requests","content":{}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Erro"}}}}}}}}}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ajuda.consistem.com.br/consistem-api/consistem-erp-api/industrial/ppcp-confeccao-v1.0/tag-confeccao.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
