We are using the GraphQL API to send an order creation mutation query and we have received a request from one of our clients to implement functionality for custom Tax ID fields in the case of shipments to Brazilian customers. They mentioned that they were informed by ShipHero of specific requirements to include tax_id and tax_type fields at initial order creation for the purpose of clearing Brazilian customs. Can you point me towards documentation regarding this? ‘CPF’ and ‘CNPJ’ are the names of the custom tax types they wish to implement
Hi ShipHero team, Please advise
Hello @jtmurr! Welcome to our dev community!
You can find the details of the order_create
mutation here: https://developer.shiphero.com/wp-content/uploads/spectaql/#mutation-order_create.
tax_type
and tax_id
are fields you can send as part of the input
.
Have a great day!
Thank you Tomas. So we can simply pass you the tax_type and tax_id and you’ll handle the rest at your side based on the jurisdiction of the shipment destination? It’s a custom field created by our user that we’ll be passing, what would happen if they were to input a value that doesn’t correspond to a valid tax type?