# Remessa para os serviços terceirizados

remessa

## GET /remessa

> Obter Listagem de Remessas de Produtos para Industrialização

```json
{"openapi":"3.0.1","info":{"title":"PPCP Serviços Terceirizados","version":"1.0"},"tags":[{"name":"Remessa para os serviços terceirizados","description":"remessa"}],"servers":[{"url":"https://localhost/ppcpservicosterceirizados/v10"},{"url":"http://localhost/ppcpservicosterceirizados/v10"}],"security":[{"csw_auth":[]}],"components":{"securitySchemes":{"csw_auth":{"type":"apiKey","name":"Authorization","in":"header"}},"schemas":{"ListaRemessa":{"type":"object","properties":{"continuationToken":{"type":"string","description":"Identificador da Paginação da Consulta"},"data":{"type":"array","items":{"$ref":"#/components/schemas/Remessa"}}}},"Remessa":{"type":"object","properties":{"codEmpresa":{"type":"integer","description":"Código da empresa matriz/filial"},"numeroRemessa":{"type":"integer","description":"Número da remessa gerada pelo Consistem"},"dataEmissaoNF":{"type":"string","description":"Data da emissão da nota fiscal da remessa","format":"date"},"numeroNF":{"type":"string","description":"Número da nota fiscal da remessa"},"serieNF":{"type":"string","description":"Número da série da nota fiscal da remessa"},"itemNF":{"type":"integer","description":"Sequencial do item da nota fiscal da remessa"},"chaveNfe":{"type":"string","description":"Chave de acesso da NF-e da nota fiscal da remessa"},"numeroPartida":{"type":"string","description":"Número da partida"},"codProduto":{"type":"string","description":"Código do produto"},"descProduto":{"type":"string","description":"Descrição do produto"},"codCor":{"type":"integer","description":"Código da cor"},"descricaoCor":{"type":"string","description":"Descrição da cor"},"quantidadeKg":{"type":"number","description":"Quantidade em quilos"},"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":{"/remessa":{"get":{"tags":["Remessa para os serviços terceirizados"],"summary":"Obter Listagem de Remessas de Produtos para Industrialização","operationId":"ObterRemessas","parameters":[{"name":"empresa","in":"header","description":"Código da Empresa no ERP Consistem","required":true,"schema":{"type":"integer"}},{"name":"fornecedor","in":"query","description":"Informar CNPJ/CPF do Fornecedor (informar somente números/letras)","required":true,"schema":{"type":"string"}},{"name":"tipoOrdem","in":"query","description":"Tipo de Ordem Industrializada (1 - OF, 2 - OR, 3 - ORP, 4 - OT, 5 - PT)","required":true,"schema":{"type":"integer","enum":[1,2,3,4,5]}},{"name":"continuationToken","in":"query","description":"Identificador da Paginação da Consulta","schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListaRemessa"}}}},"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-servicos-terceirizados-v1.0/remessa-para-os-servicos-terceirizados.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.
