Shippo
shippoShipping API for e-commerce merchants to create labels, track packages, and manage shipping operations.
Acciones disponibles (95)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Create Shippo AddressSHIPPO_CREATE_ADDRESSAcciónTool to create a new address in Shippo. Use when you need to store sender or recipient addresses for shipping labels and transactions. Addresses can be validated against carrier databases before creation by setting validate=true.
SHIPPO_CREATE_ADDRESSAcciónTool to create a new address in Shippo. Use when you need to store sender or recipient addresses for shipping labels and transactions. Addresses can be validated against carrier databases before creation by setting validate=true.
Parámetros de entrada
zipstringObligatorioZIP or postal code. Format varies by country (e.g., 94105 for US, SW1A 1AA for UK).
citystringObligatorioCity name for the address. Required for most countries.
namestringObligatorioFull name of the person or business at this address. Required for shipping labels.
emailstringContact email address. Used for shipping notifications and updates.
phonestringContact phone number including country code. Format: +[country code] [number]. Recommended for delivery notifications.
statestringObligatorioState, province, or region code. Use 2-letter state codes for US addresses (e.g., CA, NY). Required for countries with states/provinces.
companystringCompany or business name if this is a commercial address.
countrystringObligatorio2-letter ISO country code (e.g., US, GB, CA). Required field for all addresses.
street1stringObligatorioPrimary street address line. Required field for all addresses.
street2stringSecondary street address line for apartment, suite, or unit numbers.
street3stringThird street address line for additional address details if needed.
metadatastringCustom metadata string to attach to this address for your own reference. Maximum 100 characters.
validatebooleanSet to true to validate the address with the carrier before creating. Recommended to catch address errors early.
street_nostringStreet number for countries that separate street number from street name.
is_residentialbooleanSet to true if this is a residential address, false for commercial. Affects shipping rates and delivery options.
SHIPPO-API-VERSIONstringString used to pick a non-default API version to use. Leave empty to use the default version.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create BatchSHIPPO_CREATE_BATCHAcciónTool to create a batch of shipments for bulk label purchasing. Use when you need to process multiple shipments at once with the same carrier and service level. Requires a valid carrier account ID from your Shippo account.
SHIPPO_CREATE_BATCHAcciónTool to create a batch of shipments for bulk label purchasing. Use when you need to process multiple shipments at once with the same carrier and service level. Requires a valid carrier account ID from your Shippo account.
Parámetros de entrada
metadatastringCustom metadata string for the batch (max 100 characters)
label_filetypestringFormat for the shipping label (e.g., 'PDF', 'PNG', 'ZPLII'). If not specified, defaults to PDF.
batch_shipmentsobject[]ObligatorioList of shipments to include in the batch. Each shipment must contain address_from, address_to, and parcels.
shippo_api_versionstringString used to pick a non-default API version to use
default_carrier_accountstringObligatorioObject ID of the carrier account to use for batch shipments. Must be a valid carrier account ID from /carrier_accounts endpoint.
default_servicelevel_tokenstringObligatorioService level token for the shipment (e.g., 'usps_priority', 'canada_post_expedited_parcel')
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Carrier AccountSHIPPO_CREATE_CARRIER_ACCOUNTAcciónTool to create a new carrier account in Shippo. Use when you need to register carrier credentials for shipping operations. This action requires detailed billing and contact information, and for UPS accounts specifically, the user must agree to UPS terms and conditions.
SHIPPO_CREATE_CARRIER_ACCOUNTAcciónTool to create a new carrier account in Shippo. Use when you need to register carrier credentials for shipping operations. This action requires detailed billing and contact information, and for UPS accounts specifically, the user must agree to UPS terms and conditions.
Parámetros de entrada
testbooleanWhether this is a test account.
activebooleanObligatorioWhether the carrier account is active.
carrierstringObligatorioThe carrier name to create an account for, e.g., 'ups'.
metadatastringOptional metadata string to associate with the carrier account.
account_idstringObligatorioAccount identifier used to reference this carrier account. Must not be blank.
parametersobjectObligatorioCarrier-specific parameters required for account creation. For UPS, this includes billing address, contact information, and invoice details.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Customs ItemSHIPPO_CREATE_CUSTOMS_ITEMAcciónCreate a new customs item for international shipments. Customs items are required for customs declarations when shipping internationally. Use this action to define the contents, value, and origin of items being shipped across international borders.
SHIPPO_CREATE_CUSTOMS_ITEMAcciónCreate a new customs item for international shipments. Customs items are required for customs declarations when shipping internationally. Use this action to define the contents, value, and origin of items being shipped across international borders.
Parámetros de entrada
metadatastringCustom metadata string for storing additional information about the customs item.
quantityintegerObligatorioQuantity of this item in the shipment. Must be a positive integer.
sku_codestringStock Keeping Unit code or product identifier for inventory tracking.
mass_unitstringObligatorioUnit of measurement for the weight. Common values: 'lb' (pounds), 'kg' (kilograms), 'oz' (ounces), 'g' (grams).
eccn_ear99stringExport Control Classification Number (ECCN) or EAR99 designation for export control purposes.
net_weightstringObligatorioNet weight of the item (total weight for all units). Numeric string value.
descriptionstringObligatorioText description of the item being shipped for customs purposes.
value_amountstringObligatorioMonetary value of the item. Numeric string with up to 2 decimal places.
tariff_numberstringHarmonized Tariff Schedule (HTS) code for the item. Used for customs classification.
origin_countrystringObligatorioTwo-letter ISO 3166-1 alpha-2 country code of the item's origin country.
value_currencystringObligatorioThree-letter ISO 4217 currency code for the item value.
SHIPPO_API_VERSIONstringOptional API version to use for this request. If not specified, uses the default API version.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Live RateSHIPPO_CREATE_LIVE_RATEAcciónTool to generate live shipping rates from multiple carriers for a given shipment. Use when you need real-time pricing for shipping from origin to destination with specific items. Returns available rates with costs and delivery estimates.
SHIPPO_CREATE_LIVE_RATEAcciónTool to generate live shipping rates from multiple carriers for a given shipment. Use when you need real-time pricing for shipping from origin to destination with specific items. Returns available rates with costs and delivery estimates.
Parámetros de entrada
parcelarrayArray of parcel objects or parcel template IDs. If not provided, dimensions are calculated from line items.
address_toanyObligatorioDestination address - either an address object ID string or a full address object
line_itemsobject[]ObligatorioArray of line item objects describing what is being shipped. At least one item is required.
address_fromanyOrigin address - either an address object ID string or a full address object. If not provided, uses default address from account settings.
shippo_api_versionstringString used to pick a non-default API version to use
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create ManifestSHIPPO_CREATE_MANIFESTAcciónTool to create a new shipping manifest with Shippo. Use when you need to generate a manifest document for a carrier with multiple shipments that need to be scanned at pickup.
SHIPPO_CREATE_MANIFESTAcciónTool to create a new shipping manifest with Shippo. Use when you need to generate a manifest document for a carrier with multiple shipments that need to be scanned at pickup.
Parámetros de entrada
address_fromstringObligatorioObject ID of the address the manifest will be sent from. Must be a valid address object ID.
transactionsstring[]List of transaction object IDs to be included in the manifest. Each ID must be a valid transaction object ID.
shipment_datestringObligatorioDate and time of the shipment in ISO 8601 format. This is the date that will be printed on the manifest.
async_manifestbooleanIf true, the manifest will be created asynchronously. If false or not specified, it will be created synchronously.
carrier_accountstringObligatorioObject ID of the carrier account to be used for this manifest. Must be a valid carrier account object ID.
shippo_api_versionstringString used to pick a non-default API version to use for this request.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Merchant AddressSHIPPO_CREATE_MERCHANT_ADDRESSAcciónTool to create a new address for a merchant using Shippo's Platform API. Use when you need to add an address to a merchant's account for shipping operations. This endpoint is part of the Platform API and requires a merchant ID.
SHIPPO_CREATE_MERCHANT_ADDRESSAcciónTool to create a new address for a merchant using Shippo's Platform API. Use when you need to add an address to a merchant's account for shipping operations. This endpoint is part of the Platform API and requires a merchant ID.
Parámetros de entrada
zipstringZIP or postal code. Format varies by country (e.g., 94117 for US, SW1A 1AA for UK). Required for purchase.
citystringObligatorioCity name for the address. Required for purchase.
namestringObligatorioFull name of the person or business at this address. Required for purchase.
emailstringContact email address. Used for notifications and updates.
phonestringContact phone number including country code. Format: +[country code] [number].
statestringState, province, or region code. Use 2-letter state codes for US addresses (e.g., CA, NY). Required for purchase for some countries.
companystringCompany or business name if this is a commercial address.
countrystringObligatorio2-letter ISO country code (e.g., US, GB, CA). Required field for all addresses.
street1stringObligatorioPrimary street address line. Required for purchase.
street2stringSecondary street address line for apartment, suite, or unit numbers.
metadatastringCustom metadata string to attach to this address for your own reference.
validatebooleanSet to true to validate the address with the carrier before creating. Recommended to catch address errors early.
merchant_idstringObligatorioObject ID of the merchant to create the address for. This is the merchant's unique identifier in Shippo's system.
is_residentialbooleanSet to true if this is a residential address, false for commercial. Affects shipping rates and delivery options.
SHIPPO-API-VERSIONstringString used to pick a non-default API version to use. Leave empty to use the default version.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Merchant BatchSHIPPO_CREATE_MERCHANT_BATCHAcciónTool to create a batch for a merchant using the Shippo Platform API. Use when you need to create bulk shipment batches for a specific merchant account. Requires valid merchant ID, carrier account, and shipment IDs.
SHIPPO_CREATE_MERCHANT_BATCHAcciónTool to create a batch for a merchant using the Shippo Platform API. Use when you need to create bulk shipment batches for a specific merchant account. Requires valid merchant ID, carrier account, and shipment IDs.
Parámetros de entrada
metadatastringCustom metadata string to attach to the batch for your reference (max 100 characters).
merchant_idstringObligatorioObject ID of the merchant for whom to create the batch. This identifies which merchant account the batch belongs to.
label_filetypestringenumLabel file format options.
PNGPNG_2.3x7.5PDFPDF_2.3x7.5PDF_4x6PDF_4x8PDF_A4PDF_A6ZPLIIbatch_shipmentsobject[]ObligatorioArray of BatchShipment objects containing shipment IDs to include in this batch. The response maintains the same order as the request array.
shippo_api_versionstringString used to pick a non-default API version to use. If not specified, the default API version will be used.
default_carrier_accountstringObligatorioID of the Carrier Account object to use as the default for all shipments in this batch. The carrier account can be overridden on a per-shipment basis.
default_servicelevel_tokenstringObligatorioToken of the service level to use as the default for all shipments in this batch (e.g., 'usps_priority', 'usps_ground_advantage'). Can be overridden per shipment.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Merchant Carrier AccountSHIPPO_CREATE_MERCHANT_CARRIER_ACCOUNTAcciónTool to create a carrier account for a merchant using the Shippo Platform API. Use when you need to register carrier credentials for a specific merchant in a platform integration scenario.
SHIPPO_CREATE_MERCHANT_CARRIER_ACCOUNTAcciónTool to create a carrier account for a merchant using the Shippo Platform API. Use when you need to register carrier credentials for a specific merchant in a platform integration scenario.
Parámetros de entrada
testbooleanWhether this is a test account.
activebooleanObligatorioWhether the carrier account is active.
carrierstringObligatorioThe carrier name to create an account for (e.g., 'ups').
metadatastringOptional metadata string to associate with the carrier account.
account_idstringObligatorioAccount identifier. This field is required as input to the API, but is not used for UPS. Use the empty string for UPS.
parametersobjectObligatorioCarrier-specific parameters required for account creation. For UPS, this includes billing address, contact information, and invoice details.
merchant_idstringObligatorioObject ID of the merchant to create a carrier account for.
shippo_api_versionstringString used to pick a non-default API version to use. If not specified, the default API version will be used.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Merchant Customs DeclarationSHIPPO_CREATE_MERCHANT_CUSTOMS_DECLARATIONAcciónTool to create a new customs declaration for a merchant using Shippo's Platform API. Use when you need to create a customs declaration for international shipments on behalf of a merchant. This endpoint is part of the Platform API and requires a merchant ID.
SHIPPO_CREATE_MERCHANT_CUSTOMS_DECLARATIONAcciónTool to create a new customs declaration for a merchant using Shippo's Platform API. Use when you need to create a customs declaration for international shipments on behalf of a merchant. This endpoint is part of the Platform API and requires a merchant ID.
Parámetros de entrada
testbooleanIndicates whether to create this in test mode. Use true for testing without affecting production data. Optional field.
itemsobject[]ObligatorioArray of customs items included in this declaration. At least one item is required.
notesstringAdditional notes or instructions to be included in the customs declaration. Optional field.
aes_itnstringAES / ITN (Automated Export System / Internal Transaction Number) reference. Required if eel_pfc is 'AES_ITN'. Optional otherwise.
certifybooleanObligatorioExpresses that the certify_signer has provided all information of the customs declaration truthfully. Required field.
eel_pfcstringExport information - EEL (Exemption and Exclusion Legend) or PFC (Proof of Filing Citation) code. Optional field.
invoicestringInvoice reference number of the shipment. Optional field.
licensestringExport license reference of the shipment. Optional field.
incotermstringThe incoterm reference of the shipment. Optional field.
metadatastringCustom metadata string, up to 100 characters. Use for storing your own reference data. Optional field.
disclaimerstringDisclaimer for the shipment and customs information. Optional field.
b13a_numberstringB13A number (Proof of Report, Summary ID, or Exemption Number). Must be provided if and only if b13a_filing_option is provided.
certificatestringCertificate reference of the shipment. Optional field.
merchant_idstringObligatorioObject ID of the merchant to create the customs declaration for. This is the merchant's unique identifier in Shippo's system.
contents_typestringObligatorioenumType of contents being shipped. Required field. Valid values: DOCUMENTS, GIFT, SAMPLE, MERCHANDISE, HUMANITARIAN_DONATION, RETURN_MERCHANDISE, OTHER.
DOCUMENTSGIFTSAMPLEMERCHANDISEHUMANITARIAN_DONATIONRETURN_MERCHANDISEOTHERcertify_signerstringObligatorioName of the person responsible for the validity of all information provided in the customs declaration. Required field.
b13a_filing_optionstringB13A filing option for Canadian exports. Optional field.
commercial_invoicestringCommercial invoice reference. Optional field.
exporter_referencestringExporter reference of an export shipment. Optional field.
importer_referencestringImporter reference of an import shipment. Optional field.
shippo_api_versionstringString used to pick a non-default API version to use. Leave empty to use the default version.
non_delivery_optionstringObligatorioenumAction to take if delivery fails. Required field. Valid values: 'RETURN' (return to sender), 'ABANDON' (dispose of package).
ABANDONRETURNcontents_explanationstringExplanation of the type of goods being shipped. Required if contents_type is 'OTHER'. Optional otherwise.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Merchant Customs ItemSHIPPO_CREATE_MERCHANT_CUSTOMS_ITEMAcciónTool to create a new customs item for a merchant using Shippo's Platform API. Use when you need to create customs items for a merchant's international shipments. This endpoint is part of the Platform API and requires a merchant ID.
SHIPPO_CREATE_MERCHANT_CUSTOMS_ITEMAcciónTool to create a new customs item for a merchant using Shippo's Platform API. Use when you need to create customs items for a merchant's international shipments. This endpoint is part of the Platform API and requires a merchant ID.
Parámetros de entrada
metadatastringCustom metadata string for storing additional information about the customs item. Optional field.
quantityintegerObligatorioQuantity of this item in the shipment. Must be a positive integer. Required field.
sku_codestringThe stock keeping unit value of this item. Optional field for inventory tracking.
mass_unitstringObligatorioenumUnit of measurement for the weight. Required field. Valid values: 'g' (grams), 'kg' (kilograms), 'lb' (pounds), 'oz' (ounces).
gkglbozeccn_ear99stringExport Control Classification Number (ECCN) or EAR99 designation for export control purposes. Optional field.
net_weightstringObligatorioNet weight of the item (total weight for all units). Numeric string value. Required field.
descriptionstringObligatorioText description of the item being shipped for customs purposes. Required field.
merchant_idstringObligatorioObject ID of the merchant to create the customs item for. This is the merchant's unique identifier in Shippo's system.
value_amountstringObligatorioMonetary value of the item. Numeric string with up to 2 decimal places. Required field.
tariff_numberstringHarmonized Tariff Schedule (HTS) code for the item. Used for customs classification. Optional field.
origin_countrystringObligatorioTwo-letter ISO 3166-1 alpha-2 country code of the item's origin country. Required field.
value_currencystringObligatorioThree-letter ISO 4217 currency code for the item value. Required field.
SHIPPO-API-VERSIONstringString used to pick a non-default API version to use. Leave empty to use the default version.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Merchant OrderSHIPPO_CREATE_MERCHANT_ORDERAcciónTool to create an order for a merchant using the Shippo Platform API. Use when you need to create an order on behalf of a merchant account with recipient address and order details.
SHIPPO_CREATE_MERCHANT_ORDERAcciónTool to create an order for a merchant using the Shippo Platform API. Use when you need to create an order on behalf of a merchant account with recipient address and order details.
Parámetros de entrada
notesstringCustom buyer- or seller-provided notes about the order.
weightstringObligatorioTotal weight of the order.
currencystringCurrency of the total_price and total_tax amounts. Required if total_price is provided.
placed_atstringObligatorioISO 8601 timestamp when the order was placed by the customer (e.g., '2026-02-12T15:30:00Z').
total_taxstringTotal tax amount paid by the buyer for this order.
line_itemsobject[]Array of line item objects representing the items in this order.
to_addressobjectObligatorioRecipient shipping address for the order. Must include name, street, city, state, zip, and country.
merchant_idstringObligatorioObject ID of the merchant for whom to create the order. This identifies which merchant account the order belongs to.
total_pricestringTotal amount paid by the buyer for this order.
weight_unitstringObligatorioenumUnit of weight measurement for the order (lb, oz, g, kg).
lbozgkgfrom_addressobjectAddress information for order.
order_numberstringAlphanumeric identifier for the order used by the seller/buyer. This identifier doesn't need to be unique.
order_statusstringenumOrder status values.
UNKNOWNAWAITPAYPAIDREFUNDEDPARTIALLY_FULFILLEDSHIPPEDshipping_coststringAmount paid by the buyer for shipping. This amount can be different from the price the seller will actually pay for shipping.
subtotal_pricestringSubtotal price before shipping and taxes.
shipping_methodstringShipping method (carrier + service or other free text description) chosen by the buyer.
shippo_api_versionstringString used to pick a non-default API version to use. If not specified, the default API version will be used.
shipping_cost_currencystringCurrency of the shipping_cost amount. Required if shipping_cost is provided.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Merchant ParcelSHIPPO_CREATE_MERCHANT_PARCELAcciónTool to create a new parcel for a merchant using Shippo's Platform API. Use when you need to define package dimensions for a merchant's shipping operations. This endpoint is part of the Platform API and requires a merchant ID.
SHIPPO_CREATE_MERCHANT_PARCELAcciónTool to create a new parcel for a merchant using Shippo's Platform API. Use when you need to define package dimensions for a merchant's shipping operations. This endpoint is part of the Platform API and requires a merchant ID.
Parámetros de entrada
testbooleanIndicates whether the object should be created in test mode. Set to true for testing without affecting production data.
extraobjectExtra options for the parcel.
widthstringObligatorioWidth of the parcel. Up to six digits in front and four digits after the decimal separator are accepted. Required if template is not specified.
heightstringObligatorioHeight of the parcel. Up to six digits in front and four digits after the decimal separator are accepted. Required if template is not specified.
lengthstringObligatorioLength of the parcel. Up to six digits in front and four digits after the decimal separator are accepted. Required if template is not specified.
weightstringObligatorioWeight of the parcel. Up to six digits in front and four digits after the decimal separator are accepted.
metadatastringA string of up to 100 characters that can be filled with any additional information you want to attach to the object.
templatestringenumPre-defined parcel templates for common carrier packages.
FedEx_Box_10kgFedEx_Box_25kgFedEx_Box_Extra_Large_1FedEx_Box_Extra_Large_2FedEx_Box_Large_1FedEx_Box_Large_2FedEx_Box_Medium_1FedEx_Box_Medium_2FedEx_Box_Small_1FedEx_Box_Small_2FedEx_EnvelopeFedEx_Padded_Pak+59mass_unitstringObligatorioenumThe unit used for weight.
gkglbozmerchant_idstringObligatorioObject ID of the merchant to create the parcel for. This is the merchant's unique identifier in Shippo's system.
distance_unitstringObligatorioenumThe measure unit used for length, width and height. Required if template is not specified.
cminftmmmydSHIPPO-API-VERSIONstringString used to pick a non-default API version to use. Leave empty to use the default version.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Merchant RefundSHIPPO_CREATE_MERCHANT_REFUNDAcciónTool to create a refund for a merchant using the Shippo Platform API. Use when you need to refund a transaction for a specific merchant account. Requires valid merchant ID and transaction ID.
SHIPPO_CREATE_MERCHANT_REFUNDAcciónTool to create a refund for a merchant using the Shippo Platform API. Use when you need to refund a transaction for a specific merchant account. Requires valid merchant ID and transaction ID.
Parámetros de entrada
asyncbooleanWhether to process the refund asynchronously. Set to true for async processing (refund will be queued), or false for synchronous processing (immediate response). Default is false.
merchant_idstringObligatorioObject ID of the merchant for whom to create the refund. This identifies which merchant account the refund belongs to.
transactionstringObligatorioObject ID of the Transaction to be refunded. This is the unique identifier for a previously created transaction. The transaction must be eligible for refund.
shippo_api_versionstringString used to pick a non-default API version to use. If not specified, the default API version will be used.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Merchant ShipmentSHIPPO_CREATE_MERCHANT_SHIPMENTAcciónTool to create a new shipment for a merchant using Shippo's Platform API. Use when you need to create a shipment with origin/destination addresses and parcel details to get shipping rates. This endpoint is part of the Platform API and requires a merchant ID.
SHIPPO_CREATE_MERCHANT_SHIPMENTAcciónTool to create a new shipment for a merchant using Shippo's Platform API. Use when you need to create a shipment with origin/destination addresses and parcel details to get shipping rates. This endpoint is part of the Platform API and requires a merchant ID.
Parámetros de entrada
asyncbooleanSet to true to process the shipment asynchronously. Default is false for synchronous processing.
extraobjectExtra options and services for the shipment.
parcelsobject[]ObligatorioArray of parcel objects with dimensions and weight. Required field. Must contain at least one parcel.
metadatastringCustom metadata string to attach to this shipment for your own reference (up to 100 characters).
MerchantIdstringObligatorioObject ID of the merchant to create the shipment for. This is the merchant's unique identifier in Shippo's system.
address_toobjectObligatorioRecipient/destination address information. Required field.
address_fromobjectObligatorioSender/origin address information. Required field.
shipment_datestringDate the shipment will be tendered to the carrier in ISO 8601 format. If not provided, defaults to current date.
address_returnobjectAddress information for shipment origin, destination, or return.
SHIPPO-API-VERSIONstringString used to pick a non-default API version to use. Leave empty to use the default version.
customs_declarationstringCustoms declaration object ID for international shipments. Required for international shipments.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Merchant TransactionSHIPPO_CREATE_MERCHANT_TRANSACTIONAcciónTool to create a shipping label transaction for a merchant using the Shippo Platform API. Use when you need to purchase a shipping label for a specific merchant account using an existing rate ID.
SHIPPO_CREATE_MERCHANT_TRANSACTIONAcciónTool to create a shipping label transaction for a merchant using the Shippo Platform API. Use when you need to purchase a shipping label for a specific merchant account using an existing rate ID.
Parámetros de entrada
ratestringObligatorioObject ID of the Rate object for which a label should be obtained. Use this field when you already have a rate ID from a shipment. Note that only rates not older than 7 days can be purchased.
asyncbooleanWhether to process the transaction asynchronously. Set to false for synchronous processing (wait for label creation), or true for async (transaction will be queued). Default is false.
metadatastringA string of up to 100 characters that can be filled with any additional information you want to attach to the transaction object.
merchant_idstringObligatorioObject ID of the merchant for whom to create the transaction. This identifies which merchant account the transaction belongs to.
label_file_typestringenumLabel file format options.
PNGPNG_2.3x7.5PDFPDF_2.3x7.5PDF_4x6PDF_4x8PDF_A4PDF_A6ZPLIIshippo_api_versionstringString used to pick a non-default API version to use. If not specified, the default API version will be used.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create OrderSHIPPO_CREATE_ORDERAcciónTool to create a new order in Shippo. Use when you need to register an order for shipment processing. The order must include a recipient address and placement timestamp. Line items can be provided for detailed tracking, or a total weight can be specified.
SHIPPO_CREATE_ORDERAcciónTool to create a new order in Shippo. Use when you need to register an order for shipment processing. The order must include a recipient address and placement timestamp. Line items can be provided for detailed tracking, or a total weight can be specified.
Parámetros de entrada
notesstringAdditional notes or instructions for the order.
weightstringTotal weight of the order. Required if line_items are not provided.
currencystringCurrency code for order prices (e.g., 'USD').
placed_atstringObligatorioISO 8601 timestamp when the order was placed by the customer.
total_taxstringTotal tax amount for the order.
line_itemsobject[]List of items included in this order.
to_addressobjectObligatorioRecipient shipping address for the order.
total_pricestringTotal price including shipping and taxes.
weight_unitstringenumUnit of weight measurement for the total order weight.
lbozgkgfrom_addressobjectOrigin/sender address for the order. If not provided, uses account default.
order_numberstringUnique order identifier from your system for reference.
order_statusstringCurrent status of the order (e.g., 'PAID', 'PROCESSING', 'SHIPPED').
shipping_coststringShipping cost charged to the customer.
subtotal_pricestringSubtotal price before shipping and taxes.
shipping_methodstringShipping method selected by the customer.
shipping_cost_currencystringCurrency code for the shipping cost.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create ParcelSHIPPO_CREATE_PARCELAcciónTool to create a new parcel in Shippo with dimensions and weight specifications. Use when you need to define package dimensions for shipping rate calculations or label generation. The parcel object is required to create shipments and obtain shipping rates.
SHIPPO_CREATE_PARCELAcciónTool to create a new parcel in Shippo with dimensions and weight specifications. Use when you need to define package dimensions for shipping rate calculations or label generation. The parcel object is required to create shipments and obtain shipping rates.
Parámetros de entrada
testbooleanIndicates whether the object should be created in test mode. Set to true for testing without affecting production data.
extraobjectExtra options for the parcel.
widthstringObligatorioWidth of the parcel. Up to six digits in front and four digits after the decimal separator are accepted. Required if template is not specified.
heightstringObligatorioHeight of the parcel. Up to six digits in front and four digits after the decimal separator are accepted. Required if template is not specified.
lengthstringObligatorioLength of the parcel. Up to six digits in front and four digits after the decimal separator are accepted. Required if template is not specified.
weightstringObligatorioWeight of the parcel. Up to six digits in front and four digits after the decimal separator are accepted.
metadatastringA string of up to 100 characters that can be filled with any additional information you want to attach to the object.
templatestringParcel template ID. If template is passed, length, width, height, and distance_unit are not required.
mass_unitstringObligatorioenumThe unit used for weight. Required if template is not specified.
gkglbozdistance_unitstringObligatorioenumThe measure unit used for length, width and height. Required if template is not specified.
cminftmmmyd
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create RefundSHIPPO_CREATE_REFUNDAcciónTool to create a refund for a Shippo transaction. Use when you need to refund a previously created shipping label or transaction.
SHIPPO_CREATE_REFUNDAcciónTool to create a refund for a Shippo transaction. Use when you need to refund a previously created shipping label or transaction.
Parámetros de entrada
asyncbooleanWhether to process the refund asynchronously. Set to true for async processing (refund will be queued), or false for synchronous processing (immediate response). Default is false.
transactionstringObligatorioObject ID of the Transaction to be refunded. This is the unique identifier for a previously created transaction. The transaction must be eligible for refund.
shippo_api_versionstringOptional API version string to use for this request. Allows picking a non-default API version. If not specified, the default API version will be used.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Service GroupSHIPPO_CREATE_SERVICE_GROUPAcciónTool to create a new Shippo service group with specified pricing model and carrier service levels. Use when you need to configure a custom shipping rate group for checkout display.
SHIPPO_CREATE_SERVICE_GROUPAcciónTool to create a new Shippo service group with specified pricing model and carrier service levels. Use when you need to configure a custom shipping rate group for checkout display.
Parámetros de entrada
namestringObligatorioName of the service group. Used to identify the group in the dashboard and API responses.
typestringObligatorioenumPricing model for the service group: FLAT_RATE (fixed price), FREE_SHIPPING (no charge), or RATE_ADJUSTMENT (percentage adjustment).
FLAT_RATEFREE_SHIPPINGRATE_ADJUSTMENTflat_ratestringFixed shipping rate as a decimal string (e.g., '15.00'). Required when type is FLAT_RATE.
descriptionstringObligatorioDescription of the service group explaining its purpose or use case.
service_levelsobject[]ObligatorioList of carrier service levels to include in this group. Each service level requires an account_object_id and service_level_token.
rate_adjustmentintegerPercentage adjustment to apply to carrier rates (e.g., 10 for 10% markup, -5 for 5% discount). Required when type is RATE_ADJUSTMENT.
flat_rate_currencystringThree-letter ISO currency code for flat_rate (e.g., 'USD', 'EUR'). Required when flat_rate is provided.
shippo_api_versionstringOptional API version to use for this request. If not specified, the default API version will be used.
free_shipping_threshold_minstringMinimum order value as decimal string to qualify for free shipping (e.g., '50.00'). Used with FREE_SHIPPING type.
free_shipping_threshold_currencystringThree-letter ISO currency code for free_shipping_threshold_min. Required when free_shipping_threshold_min is provided.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create ShipmentSHIPPO_CREATE_SHIPMENTAcciónTool to create a new shipment with Shippo. Use when you need to generate shipping rates for a package by providing origin and destination addresses and parcel details.
SHIPPO_CREATE_SHIPMENTAcciónTool to create a new shipment with Shippo. Use when you need to generate shipping rates for a package by providing origin and destination addresses and parcel details.
Parámetros de entrada
asyncbooleanWhether to process shipment asynchronously. Set to false for synchronous rate generation.
extraobjectAdditional parameters for shipment-specific features such as insurance and signature confirmation
parcelsobject[]ObligatorioList of parcels included in the shipment. Must contain at least one parcel.
metadatastringOptional metadata string to attach to the shipment (up to 100 characters)
address_toobjectObligatorioDestination address for the shipment
address_fromobjectObligatorioOrigin address for the shipment
shipment_datestringDate the shipment will be shipped (ISO 8601 format)
address_returnobjectAddress model for shipment origin and destination.
shippo_api_versionstringAPI version to use for this request
customs_declarationstringObject ID of the customs declaration for international shipments
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Register Tracking WebhookSHIPPO_CREATE_TRACKAcciónTool to register a tracking webhook for a shipment. Use when you need to start tracking a shipment using its carrier and tracking number. This creates a tracking object that will receive updates about the shipment's status and location.
SHIPPO_CREATE_TRACKAcciónTool to register a tracking webhook for a shipment. Use when you need to start tracking a shipment using its carrier and tracking number. This creates a tracking object that will receive updates about the shipment's status and location.
Parámetros de entrada
carrierstringObligatorioName of the carrier to track the shipment with. Examples include 'usps', 'fedex', 'ups', 'dhl', 'shippo'. See Shippo Carriers documentation for the full list of supported carriers.
metadatastringA string of up to 100 characters to attach additional information to the tracking object. Useful for storing order IDs, customer references, or other contextual data.
tracking_numberstringObligatorioThe tracking number provided by the carrier. This is the unique identifier for the shipment you want to track. For testing, use 'SHIPPO_DELIVERED' with carrier 'shippo'.
SHIPPO-API-VERSIONstringString used to pick a non-default API version to use. Leave empty to use the default version.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create TransactionSHIPPO_CREATE_TRANSACTIONAcciónTool to create a shipping label transaction with Shippo. Use when you need to purchase a shipping label either from an existing rate ID or by specifying shipment details directly.
SHIPPO_CREATE_TRANSACTIONAcciónTool to create a shipping label transaction with Shippo. Use when you need to purchase a shipping label either from an existing rate ID or by specifying shipment details directly.
Parámetros de entrada
ratestringObject ID of the Rate object for which a label should be obtained. Use this field when you already have a rate ID from a shipment. Required if shipment, carrier_account, and servicelevel_token are not provided. Note that only rates not older than 7 days can be purchased.
asyncbooleanWhether to process the transaction asynchronously. Set to false for synchronous processing (wait for label creation), or true for async (transaction will be queued). Default is false.
metadatastringA string of up to 100 characters that can be filled with any additional information you want to attach to the transaction object.
shipmentanyShipment object ID (string) or shipment object (dict). Use this field to create a transaction without first creating a rate. Must be used together with carrier_account and servicelevel_token. Cannot be used with rate field.
carrier_accountstringObject ID of the carrier account to be used for this transaction. Required when using shipment field instead of rate. Must be used together with shipment and servicelevel_token.
label_file_typestringenumFile format for the shipping label.
PDFPDF_4x6PNGZPLIIservicelevel_tokenstringService level token for the carrier. Required when using shipment field. Must be used together with shipment and carrier_account. Examples include 'usps_priority', 'fedex_ground', 'ups_next_day_air'.
shippo_api_versionstringOptional API version string to use for this request. If not specified, the default API version will be used.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create User Parcel TemplateSHIPPO_CREATE_USER_PARCEL_TEMPLATEAcciónTool to create a new user parcel template in Shippo with preset dimensions and weight specifications. Use when you need to define reusable package configurations for shipping rate calculations or label generation. User parcel templates can be based on carrier templates with custom weights.
SHIPPO_CREATE_USER_PARCEL_TEMPLATEAcciónTool to create a new user parcel template in Shippo with preset dimensions and weight specifications. Use when you need to define reusable package configurations for shipping rate calculations or label generation. User parcel templates can be based on carrier templates with custom weights.
Parámetros de entrada
weightstringWeight of the parcel. Up to six digits in front and four digits after the decimal separator are accepted.
templatestringA carrier parcel template token to use as a basis for this user parcel template. When provided, dimensions will be copied from the carrier preset.
weight_unitstringUnit of measurement for weight (e.g., 'lb' for pounds, 'kg' for kilograms, 'oz' for ounces, 'g' for grams).
shippo_api_versionstringString used to pick a non-default API version to use. If not specified, the default API version will be used.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Shippo WebhookSHIPPO_CREATE_WEBHOOKAcciónTool to create a new webhook subscription in Shippo. Use when you need to register an endpoint to receive real-time notifications for shipping events such as tracking updates, transaction creation, or batch processing. Webhooks enable automated workflows by pushing event data to your application as events occur.
SHIPPO_CREATE_WEBHOOKAcciónTool to create a new webhook subscription in Shippo. Use when you need to register an endpoint to receive real-time notifications for shipping events such as tracking updates, transaction creation, or batch processing. Webhooks enable automated workflows by pushing event data to your application as events occur.
Parámetros de entrada
urlstringObligatorioThe client-owned URL where webhook notifications will be sent. Must be less than 200 characters and use HTTPS protocol for security.
eventstringObligatorioenumThe event type to subscribe to. Use 'track_updated' for tracking updates, 'transaction_created' or 'transaction_updated' for transaction events, 'batch_created' or 'batch_purchased' for batch events, or 'all' as a catch-all for all events.
track_updatedtransaction_createdtransaction_updatedbatch_createdbatch_purchasedallis_testbooleanWhether this is a test webhook. Set to true for testing purposes. Defaults to false if not specified.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Default Parcel TemplateSHIPPO_DELETE_DEFAULT_PARCEL_TEMPLATEAcciónTool to clear the current default parcel template. Use when you need to remove the default parcel template configuration for live rates at checkout.
SHIPPO_DELETE_DEFAULT_PARCEL_TEMPLATEAcciónTool to clear the current default parcel template. Use when you need to remove the default parcel template configuration for live rates at checkout.
Parámetros de entrada
SHIPPO_API_VERSIONstringString used to pick a non-default API version to use
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete User Parcel TemplateSHIPPO_DELETE_USER_PARCEL_TEMPLATEAcciónTool to delete a user-created parcel template. Use when you need to remove a custom parcel template that is no longer needed.
SHIPPO_DELETE_USER_PARCEL_TEMPLATEAcciónTool to delete a user-created parcel template. Use when you need to remove a custom parcel template that is no longer needed.
Parámetros de entrada
shippo_api_versionstringString used to pick a non-default API version to use. If not specified, the default API version will be used.
user_parcel_template_object_idstringObligatorioObject ID of the user parcel template to delete. This is the unique identifier returned when the template was created or listed.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete WebhookSHIPPO_DELETE_WEBHOOKAcciónTool to delete a specific webhook from Shippo. Use when you need to remove a webhook that is no longer needed or needs to be reconfigured.
SHIPPO_DELETE_WEBHOOKAcciónTool to delete a specific webhook from Shippo. Use when you need to remove a webhook that is no longer needed or needs to be reconfigured.
Parámetros de entrada
webhook_idstringObligatorioObject ID of the webhook to delete. This is the unique identifier returned when creating a webhook.
shippo_api_versionstringString used to pick a non-default API version to use. Leave empty to use the default version.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get AddressSHIPPO_GET_ADDRESSAcciónTool to retrieve a previously created address from Shippo. Use when you need to get the details of an existing address using its object ID.
SHIPPO_GET_ADDRESSAcciónTool to retrieve a previously created address from Shippo. Use when you need to get the details of an existing address using its object ID.
Parámetros de entrada
address_idstringObligatorioObject ID of the address to retrieve
shippo_api_versionstringString used to pick a non-default API version to use. If not specified, the default API version will be used.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Carrier AccountSHIPPO_GET_CARRIER_ACCOUNTAcciónTool to retrieve a carrier account by its ID. Use when you need to get details about a specific carrier account configuration.
SHIPPO_GET_CARRIER_ACCOUNTAcciónTool to retrieve a carrier account by its ID. Use when you need to get details about a specific carrier account configuration.
Parámetros de entrada
carrier_account_idstringObligatorioObject ID of the carrier account to retrieve.
shippo_api_versionstringString used to pick a non-default API version to use.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Carrier Parcel TemplateSHIPPO_GET_CARRIER_PARCEL_TEMPLATEAcciónTool to retrieve a specific carrier parcel template by its token. Use when you need to get detailed dimensions and specifications for a standardized carrier package type.
SHIPPO_GET_CARRIER_PARCEL_TEMPLATEAcciónTool to retrieve a specific carrier parcel template by its token. Use when you need to get detailed dimensions and specifications for a standardized carrier package type.
Parámetros de entrada
shippo_api_versionstringString used to pick a non-default API version to use
carrier_parcel_template_tokenstringObligatorioThe unique string representation of the carrier parcel template
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Carrier Registration StatusSHIPPO_GET_CARRIER_REGISTRATION_STATUSAcciónTool to retrieve carrier registration status from Shippo. Use when you need to check the registration or authentication status of a carrier account.
SHIPPO_GET_CARRIER_REGISTRATION_STATUSAcciónTool to retrieve carrier registration status from Shippo. Use when you need to check the registration or authentication status of a carrier account.
Parámetros de entrada
carrierstringObligatorioFilter by specific carrier (e.g., 'ups', 'fedex', 'usps', 'dhl_express')
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Customs DeclarationSHIPPO_GET_CUSTOMS_DECLARATIONAcciónTool to retrieve a customs declaration by its ID. Use when you need to fetch details about a specific customs declaration including items, certifications, and shipping information.
SHIPPO_GET_CUSTOMS_DECLARATIONAcciónTool to retrieve a customs declaration by its ID. Use when you need to fetch details about a specific customs declaration including items, certifications, and shipping information.
Parámetros de entrada
pageintegerThe page number you want to select
shippo_api_versionstringString used to pick a non-default API version to use
customs_declaration_idstringObligatorioObject ID of the customs declaration to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get customs itemSHIPPO_GET_CUSTOMS_ITEMAcciónTool to retrieve a customs item from Shippo. Use when you need to fetch details about a previously created customs declaration for international shipments.
SHIPPO_GET_CUSTOMS_ITEMAcciónTool to retrieve a customs item from Shippo. Use when you need to fetch details about a previously created customs declaration for international shipments.
Parámetros de entrada
pageintegerThe page number you want to select. Use this for pagination if the API returns multiple pages of results.
customs_item_idstringObligatorioObject ID of the customs item to retrieve.
shippo_api_versionstringString used to pick a non-default API version to use. Only use this if you need a specific API version.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Default Parcel TemplateSHIPPO_GET_DEFAULT_PARCEL_TEMPLATEAcciónTool to retrieve the current default parcel template for live rates at checkout. Use when you need to view the default parcel dimensions and weight settings.
SHIPPO_GET_DEFAULT_PARCEL_TEMPLATEAcciónTool to retrieve the current default parcel template for live rates at checkout. Use when you need to view the default parcel dimensions and weight settings.
Parámetros de entrada
shippo_api_versionstringString used to pick a non-default API version to use. If not specified, the default API version will be used.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get MerchantSHIPPO_GET_MERCHANTAcciónTool to retrieve a merchant from the Shippo Platform API. Use when you need to get the details of an existing merchant using their object ID.
SHIPPO_GET_MERCHANTAcciónTool to retrieve a merchant from the Shippo Platform API. Use when you need to get the details of an existing merchant using their object ID.
Parámetros de entrada
merchant_idstringObligatorioObject ID of the merchant to retrieve
shippo_api_versionstringString used to pick a non-default API version to use. If not specified, the default API version will be used.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Merchant AddressSHIPPO_GET_MERCHANT_ADDRESSAcciónTool to retrieve a merchant address from Shippo Platform API. Use when you need to get the details of an existing merchant address using merchant ID and address ID.
SHIPPO_GET_MERCHANT_ADDRESSAcciónTool to retrieve a merchant address from Shippo Platform API. Use when you need to get the details of an existing merchant address using merchant ID and address ID.
Parámetros de entrada
address_idstringObligatorioObject ID of the address to retrieve
merchant_idstringObligatorioObject ID of the merchant whose address to retrieve
shippo_api_versionstringString used to pick a non-default API version to use. If not specified, the default API version will be used.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Merchant BatchSHIPPO_GET_MERCHANT_BATCHAcciónTool to retrieve a batch for a merchant from the Shippo Platform API. Use when you need to get details of an existing batch using merchant and batch IDs.
SHIPPO_GET_MERCHANT_BATCHAcciónTool to retrieve a batch for a merchant from the Shippo Platform API. Use when you need to get details of an existing batch using merchant and batch IDs.
Parámetros de entrada
batch_idstringObligatorioObject ID of the batch
merchant_idstringObligatorioObject ID of the merchant
shippo_api_versionstringString used to pick a non-default API version to use. If not specified, the default API version will be used.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Merchant Carrier AccountSHIPPO_GET_MERCHANT_CARRIER_ACCOUNTAcciónTool to retrieve a carrier account for a merchant using the Shippo Platform API. Use when you need to get details about a specific carrier account associated with a merchant on the platform.
SHIPPO_GET_MERCHANT_CARRIER_ACCOUNTAcciónTool to retrieve a carrier account for a merchant using the Shippo Platform API. Use when you need to get details about a specific carrier account associated with a merchant on the platform.
Parámetros de entrada
merchant_idstringObligatorioObject ID of the merchant whose carrier account to retrieve.
carrier_account_idstringObligatorioObject ID of the carrier account to retrieve.
shippo_api_versionstringString used to pick a non-default API version to use.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Merchant Carrier Registration StatusSHIPPO_GET_MERCHANT_CARRIER_REGISTRATION_STATUSAcciónTool to retrieve carrier registration status for a specific merchant using Shippo's Platform API. Use when you need to check if a merchant has registered or connected a carrier account.
SHIPPO_GET_MERCHANT_CARRIER_REGISTRATION_STATUSAcciónTool to retrieve carrier registration status for a specific merchant using Shippo's Platform API. Use when you need to check if a merchant has registered or connected a carrier account.
Parámetros de entrada
carrierstringObligatorioenumThe carrier to check registration status for. Must be one of: ups, usps, or canada_post.
upsuspscanada_postmerchant_idstringObligatorioObject ID of the merchant. This is the merchant's unique identifier in Shippo's Platform API system.
SHIPPO-API-VERSIONstringString used to pick a non-default API version to use. Leave empty to use the default version.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Merchant Customs DeclarationSHIPPO_GET_MERCHANT_CUSTOMS_DECLARATIONAcciónTool to retrieve a specific customs declaration for a merchant using Shippo's Platform API. Use when you need to fetch details about a merchant's customs declaration for international shipments.
SHIPPO_GET_MERCHANT_CUSTOMS_DECLARATIONAcciónTool to retrieve a specific customs declaration for a merchant using Shippo's Platform API. Use when you need to fetch details about a merchant's customs declaration for international shipments.
Parámetros de entrada
pageintegerThe page number you want to select for paginated results
merchant_idstringObligatorioObject ID of the merchant whose customs declaration you want to retrieve. This is the merchant's unique identifier in Shippo's system.
shippo_api_versionstringString used to pick a non-default API version to use. Leave empty to use the default version.
customs_declaration_idstringObligatorioObject ID of the customs declaration to retrieve. Use this to fetch a specific declaration by its unique identifier.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Merchant Customs ItemSHIPPO_GET_MERCHANT_CUSTOMS_ITEMAcciónTool to retrieve a customs item for a merchant using the Shippo Platform API. Use when you need to fetch details about a specific customs item for a merchant's international shipments.
SHIPPO_GET_MERCHANT_CUSTOMS_ITEMAcciónTool to retrieve a customs item for a merchant using the Shippo Platform API. Use when you need to fetch details about a specific customs item for a merchant's international shipments.
Parámetros de entrada
pageintegerThe page number you want to select
merchant_idstringObligatorioObject ID of the merchant whose customs item you want to retrieve
customs_item_idstringObligatorioObject ID of the customs item to retrieve
shippo_api_versionstringString used to pick a non-default API version to use
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Merchant ManifestSHIPPO_GET_MERCHANT_MANIFESTAcciónTool to retrieve a manifest for a merchant from the Shippo Platform API. Use when you need to get details of an existing manifest using merchant and manifest IDs.
SHIPPO_GET_MERCHANT_MANIFESTAcciónTool to retrieve a manifest for a merchant from the Shippo Platform API. Use when you need to get details of an existing manifest using merchant and manifest IDs.
Parámetros de entrada
manifest_idstringObligatorioObject ID of the manifest to retrieve
merchant_idstringObligatorioObject ID of the merchant
shippo_api_versionstringString used to pick a non-default API version to use. If not specified, the default API version will be used.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Merchant OrderSHIPPO_GET_MERCHANT_ORDERAcciónTool to retrieve an order for a merchant from the Shippo Platform API. Use when you need to get details of an existing order using merchant and order IDs.
SHIPPO_GET_MERCHANT_ORDERAcciónTool to retrieve an order for a merchant from the Shippo Platform API. Use when you need to get details of an existing order using merchant and order IDs.
Parámetros de entrada
order_idstringObligatorioObject ID of the order to retrieve
merchant_idstringObligatorioObject ID of the merchant
shippo_api_versionstringString used to pick a non-default API version to use. If not specified, the default API version will be used.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Merchant ParcelSHIPPO_GET_MERCHANT_PARCELAcciónTool to retrieve a parcel for a merchant from the Shippo Platform API. Use when you need to fetch details of a parcel that belongs to a specific merchant.
SHIPPO_GET_MERCHANT_PARCELAcciónTool to retrieve a parcel for a merchant from the Shippo Platform API. Use when you need to fetch details of a parcel that belongs to a specific merchant.
Parámetros de entrada
parcel_idstringObligatorioObject ID of the parcel to retrieve
merchant_idstringObligatorioObject ID of the merchant
shippo_api_versionstringString used to pick a non-default API version to use. If not specified, the default API version will be used.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Merchant RateSHIPPO_GET_MERCHANT_RATEAcciónTool to retrieve a specific shipping rate for a merchant using the Shippo Platform API. Use when you need to fetch detailed rate information for a merchant's shipment, including pricing, carrier details, and service level.
SHIPPO_GET_MERCHANT_RATEAcciónTool to retrieve a specific shipping rate for a merchant using the Shippo Platform API. Use when you need to fetch detailed rate information for a merchant's shipment, including pricing, carrier details, and service level.
Parámetros de entrada
rate_idstringObligatorioObject ID of the rate to retrieve. This is a unique identifier for the rate.
merchant_idstringObligatorioObject ID of the merchant whose rate to retrieve. This is a unique identifier for the merchant on the Shippo Platform.
shippo_api_versionstringString used to pick a non-default API version to use. If not specified, the default API version will be used.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Merchant RefundSHIPPO_GET_MERCHANT_REFUNDAcciónTool to retrieve a merchant refund from Shippo Platform API. Use when you need to get the details or status of a specific refund for a merchant.
SHIPPO_GET_MERCHANT_REFUNDAcciónTool to retrieve a merchant refund from Shippo Platform API. Use when you need to get the details or status of a specific refund for a merchant.
Parámetros de entrada
refund_idstringObligatorioObject ID of the refund to retrieve
merchant_idstringObligatorioObject ID of the merchant whose refund to retrieve
shippo_api_versionstringString used to pick a non-default API version to use. If not specified, the default API version will be used.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Merchant ShipmentSHIPPO_GET_MERCHANT_SHIPMENTAcciónTool to retrieve a shipment for a merchant from the Shippo Platform API. Use when you need to fetch details of a shipment that belongs to a specific merchant.
SHIPPO_GET_MERCHANT_SHIPMENTAcciónTool to retrieve a shipment for a merchant from the Shippo Platform API. Use when you need to fetch details of a shipment that belongs to a specific merchant.
Parámetros de entrada
merchant_idstringObligatorioObject ID of the merchant
shipment_idstringObligatorioObject ID of the shipment to retrieve
shippo_api_versionstringString used to pick a non-default API version to use. If not specified, the default API version will be used.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Merchant Tracking StatusSHIPPO_GET_MERCHANT_TRACKAcciónTool to retrieve tracking status for a merchant from Shippo Platform API. Use when you need to get the current status, location, and history of a package for a specific merchant using carrier and tracking number.
SHIPPO_GET_MERCHANT_TRACKAcciónTool to retrieve tracking status for a merchant from Shippo Platform API. Use when you need to get the current status, location, and history of a package for a specific merchant using carrier and tracking number.
Parámetros de entrada
carrierstringObligatorioName of the carrier of the shipment to track. Examples: usps, fedex, ups, dhl_express, shippo. See Shippo documentation for full list of supported carriers.
merchant_idstringObligatorioObject ID of the merchant whose tracking to retrieve
tracking_numberstringObligatorioTracking number to track. The format varies by carrier (e.g., USPS: 9205590164917312751089, Shippo test: SHIPPO_DELIVERED).
shippo_api_versionstringString used to pick a non-default API version to use. If not specified, the default API version will be used.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Merchant TransactionSHIPPO_GET_MERCHANT_TRANSACTIONAcciónTool to retrieve a shipping label transaction for a merchant from the Shippo Platform API. Use when you need to get the details of an existing transaction for a merchant including tracking information, label URLs, and transaction status.
SHIPPO_GET_MERCHANT_TRANSACTIONAcciónTool to retrieve a shipping label transaction for a merchant from the Shippo Platform API. Use when you need to get the details of an existing transaction for a merchant including tracking information, label URLs, and transaction status.
Parámetros de entrada
merchant_idstringObligatorioObject ID of the merchant
transaction_idstringObligatorioObject ID of the transaction to retrieve
shippo_api_versionstringString used to pick a non-default API version to use. If not specified, the default API version will be used.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get OrderSHIPPO_GET_ORDERAcciónTool to retrieve an order from Shippo. Use when you need to fetch details about a specific order including shipping addresses, line items, and transactions.
SHIPPO_GET_ORDERAcciónTool to retrieve an order from Shippo. Use when you need to fetch details about a specific order including shipping addresses, line items, and transactions.
Parámetros de entrada
order_idstringObligatorioObject ID of the order to retrieve.
shippo_api_versionstringString used to pick a non-default API version to use.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get ParcelSHIPPO_GET_PARCELAcciónTool to retrieve a parcel by its ID. Use when you need to fetch details of an existing parcel object including dimensions, weight, and metadata.
SHIPPO_GET_PARCELAcciónTool to retrieve a parcel by its ID. Use when you need to fetch details of an existing parcel object including dimensions, weight, and metadata.
Parámetros de entrada
parcel_idstringObligatorioObject ID of the parcel to retrieve.
shippo_api_versionstringString used to pick a non-default API version to use. If not specified, the default API version will be used.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get RateSHIPPO_GET_RATEAcciónTool to retrieve a specific shipping rate by its ID. Use when you need to fetch detailed rate information including pricing, carrier details, and service level.
SHIPPO_GET_RATEAcciónTool to retrieve a specific shipping rate by its ID. Use when you need to fetch detailed rate information including pricing, carrier details, and service level.
Parámetros de entrada
rate_idstringObligatorioObject ID of the rate to retrieve. This is a unique identifier for the rate.
shippo_api_versionstringString used to pick a non-default API version to use. If not specified, the default API version will be used.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get RefundSHIPPO_GET_REFUNDAcciónTool to retrieve a refund by its ID from Shippo. Use when you need to check the status or details of a specific refund transaction. Requires the refund_id which is obtained when creating a refund.
SHIPPO_GET_REFUNDAcciónTool to retrieve a refund by its ID from Shippo. Use when you need to check the status or details of a specific refund transaction. Requires the refund_id which is obtained when creating a refund.
Parámetros de entrada
refund_idstringObligatorioObject ID of the refund to retrieve. This is a unique identifier returned when creating a refund.
shippo_api_versionstringString used to pick a non-default API version to use. Optional header parameter.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get ShipmentSHIPPO_GET_SHIPMENTAcciónTool to retrieve a shipment by its ID. Use when you need to fetch details about a specific shipment including addresses, parcels, rates, and status.
SHIPPO_GET_SHIPMENTAcciónTool to retrieve a shipment by its ID. Use when you need to fetch details about a specific shipment including addresses, parcels, rates, and status.
Parámetros de entrada
shipment_idstringObligatorioObject ID of the shipment to retrieve
shippo_api_versionstringString used to pick a non-default API version to use
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Shippo AccountSHIPPO_GET_SHIPPO_ACCOUNTAcciónTool to retrieve a Shippo Account from the Shippo Platform API. Use when you need to get the details of an existing Shippo Account using its object ID.
SHIPPO_GET_SHIPPO_ACCOUNTAcciónTool to retrieve a Shippo Account from the Shippo Platform API. Use when you need to get the details of an existing Shippo Account using its object ID.
Parámetros de entrada
shippo_account_idstringObligatorioObject ID of the Shippo Account to retrieve
shippo_api_versionstringString used to pick a non-default API version to use. If not specified, the default API version will be used.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Tracking StatusSHIPPO_GET_TRACKAcciónTool to retrieve tracking status for a shipment from Shippo. Use when you need to get the current status, location, and history of a package using its carrier and tracking number.
SHIPPO_GET_TRACKAcciónTool to retrieve tracking status for a shipment from Shippo. Use when you need to get the current status, location, and history of a package using its carrier and tracking number.
Parámetros de entrada
carrierstringObligatorioName of the carrier of the shipment to track. Examples: usps, fedex, ups, dhl_express, shippo. See Shippo documentation for full list of supported carriers.
tracking_numberstringObligatorioTracking number to track. The format varies by carrier (e.g., USPS: 9205590164917312751089, Shippo test: SHIPPO_DELIVERED).
shippo_api_versionstringString used to pick a non-default API version to use. If not specified, the default API version will be used.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get TransactionSHIPPO_GET_TRANSACTIONAcciónTool to retrieve a shipping label transaction by its ID. Use when you need to get the details of an existing transaction including tracking information, label URLs, and transaction status.
SHIPPO_GET_TRANSACTIONAcciónTool to retrieve a shipping label transaction by its ID. Use when you need to get the details of an existing transaction including tracking information, label URLs, and transaction status.
Parámetros de entrada
transaction_idstringObligatorioObject ID of the transaction to retrieve
shippo_api_versionstringString used to pick a non-default API version to use. If not specified, the default API version will be used.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get User Parcel TemplateSHIPPO_GET_USER_PARCEL_TEMPLATEAcciónTool to retrieve a specific user-created parcel template by its object ID. Use when you need to get dimensions and specifications for a custom parcel template.
SHIPPO_GET_USER_PARCEL_TEMPLATEAcciónTool to retrieve a specific user-created parcel template by its object ID. Use when you need to get dimensions and specifications for a custom parcel template.
Parámetros de entrada
shippo_api_versionstringString used to pick a non-default API version to use. If not specified, the default API version will be used.
user_parcel_template_object_idstringObligatorioObject ID of the user parcel template to retrieve.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get WebhookSHIPPO_GET_WEBHOOKAcciónTool to retrieve a specific webhook subscription from Shippo. Use when you need to get the details of an existing webhook using its object ID.
SHIPPO_GET_WEBHOOKAcciónTool to retrieve a specific webhook subscription from Shippo. Use when you need to get the details of an existing webhook using its object ID.
Parámetros de entrada
webhook_idstringObligatorioObject ID of the webhook to retrieve. This is the unique identifier returned when creating a webhook.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List AddressesSHIPPO_LIST_ADDRESSESAcciónTool to list all addresses in the Shippo account with pagination support. Use when you need to retrieve stored addresses for shipment creation or management.
SHIPPO_LIST_ADDRESSESAcciónTool to list all addresses in the Shippo account with pagination support. Use when you need to retrieve stored addresses for shipment creation or management.
Parámetros de entrada
pageintegerThe page number you want to select
resultsintegerThe number of results to return per page (max 100)
SHIPPO_API_VERSIONstringString used to pick a non-default API version to use
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Carrier AccountsSHIPPO_LIST_CARRIER_ACCOUNTSAcciónTool to list all carrier accounts configured in the Shippo account with pagination support. Use when you need to retrieve carrier accounts for shipment creation or management.
SHIPPO_LIST_CARRIER_ACCOUNTSAcciónTool to list all carrier accounts configured in the Shippo account with pagination support. Use when you need to retrieve carrier accounts for shipment creation or management.
Parámetros de entrada
pageintegerThe page number you want to select
resultsintegerThe number of results to return per page (max 100)
SHIPPO_API_VERSIONstringString used to pick a non-default API version to use
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Carrier Parcel TemplatesSHIPPO_LIST_CARRIER_PARCEL_TEMPLATESAcciónTool to list all carrier parcel templates available for creating shipments. Use when you need to retrieve standardized parcel dimensions provided by carriers like FedEx, USPS, UPS, etc.
SHIPPO_LIST_CARRIER_PARCEL_TEMPLATESAcciónTool to list all carrier parcel templates available for creating shipments. Use when you need to retrieve standardized parcel dimensions provided by carriers like FedEx, USPS, UPS, etc.
Parámetros de entrada
carrierstringFilter templates by specific carrier name (e.g., 'fedex', 'usps', 'ups')
includestringenumFilter templates by type: 'all' returns all templates, 'user' returns only user-created templates, 'enabled' returns only enabled templates
alluserenabledshippo_api_versionstringString used to pick a non-default API version to use
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Customs DeclarationsSHIPPO_LIST_CUSTOMS_DECLARATIONSAcciónTool to list all customs declarations in the Shippo account with pagination support. Use when you need to retrieve customs declarations for international shipments.
SHIPPO_LIST_CUSTOMS_DECLARATIONSAcciónTool to list all customs declarations in the Shippo account with pagination support. Use when you need to retrieve customs declarations for international shipments.
Parámetros de entrada
pageintegerThe page number you want to select
resultsintegerThe number of results to return per page (max 100)
SHIPPO_API_VERSIONstringString used to pick a non-default API version to use
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Customs ItemsSHIPPO_LIST_CUSTOMS_ITEMSAcciónTool to list all customs items with pagination support. Use when you need to retrieve customs declarations for international shipments.
SHIPPO_LIST_CUSTOMS_ITEMSAcciónTool to list all customs items with pagination support. Use when you need to retrieve customs declarations for international shipments.
Parámetros de entrada
pageintegerThe page number you want to select
resultsintegerThe number of results to return per page (max 100)
SHIPPO-API-VERSIONstringString used to pick a non-default API version to use
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List ManifestsSHIPPO_LIST_MANIFESTSAcciónTool to list all shipping manifests from Shippo. Use when you need to retrieve a paginated list of manifests with optional filtering by page number and results per page.
SHIPPO_LIST_MANIFESTSAcciónTool to list all shipping manifests from Shippo. Use when you need to retrieve a paginated list of manifests with optional filtering by page number and results per page.
Parámetros de entrada
pageintegerThe page number you want to select. Must be greater than or equal to 1.
resultsintegerThe number of results to return per page. Must be between 1 and 100.
shippo_api_versionstringString used to pick a non-default API version to use for this request.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Merchant AddressesSHIPPO_LIST_MERCHANT_ADDRESSESAcciónTool to list all addresses for a specific merchant using the Shippo Platform API. Use when you need to retrieve merchant addresses with pagination support.
SHIPPO_LIST_MERCHANT_ADDRESSESAcciónTool to list all addresses for a specific merchant using the Shippo Platform API. Use when you need to retrieve merchant addresses with pagination support.
Parámetros de entrada
pageintegerThe page number you want to select
resultsintegerThe number of results to return per page (max 100)
merchant_idstringObligatorioObject ID of the merchant whose addresses you want to list
shippo_api_versionstringString used to pick a non-default API version to use
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Merchant Carrier AccountsSHIPPO_LIST_MERCHANT_CARRIER_ACCOUNTSAcciónTool to list all carrier accounts for a specific merchant using the Shippo Platform API. Use when you need to retrieve carrier accounts configured for a merchant in a platform context.
SHIPPO_LIST_MERCHANT_CARRIER_ACCOUNTSAcciónTool to list all carrier accounts for a specific merchant using the Shippo Platform API. Use when you need to retrieve carrier accounts configured for a merchant in a platform context.
Parámetros de entrada
pageintegerThe page number you want to select
resultsintegerThe number of results to return per page (max 100)
merchant_idstringObligatorioObject ID of the merchant whose carrier accounts to list
shippo_api_versionstringString used to pick a non-default API version to use
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Merchant Customs DeclarationsSHIPPO_LIST_MERCHANT_CUSTOMS_DECLARATIONSAcciónTool to list all customs declarations for a specific merchant using the Shippo Platform API. Use when you need to retrieve merchant customs declarations for international shipments.
SHIPPO_LIST_MERCHANT_CUSTOMS_DECLARATIONSAcciónTool to list all customs declarations for a specific merchant using the Shippo Platform API. Use when you need to retrieve merchant customs declarations for international shipments.
Parámetros de entrada
pageintegerThe page number you want to select
resultsintegerThe number of results to return per page (max 100)
merchant_idstringObligatorioObject ID of the merchant whose customs declarations you want to list
shippo_api_versionstringString used to pick a non-default API version to use
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Merchant Customs ItemsSHIPPO_LIST_MERCHANT_CUSTOMS_ITEMSAcciónTool to list all customs items for a specific merchant using the Shippo Platform API. Use when you need to retrieve merchant customs items for international shipments.
SHIPPO_LIST_MERCHANT_CUSTOMS_ITEMSAcciónTool to list all customs items for a specific merchant using the Shippo Platform API. Use when you need to retrieve merchant customs items for international shipments.
Parámetros de entrada
pageintegerThe page number you want to select
resultsintegerThe number of results to return per page (max 100)
merchant_idstringObligatorioObject ID of the merchant whose customs items you want to list
shippo_api_versionstringString used to pick a non-default API version to use
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Merchant ManifestsSHIPPO_LIST_MERCHANT_MANIFESTSAcciónTool to list all manifests for a specific merchant using Shippo's Platform API. Use when you need to retrieve manifests for a merchant account with optional pagination.
SHIPPO_LIST_MERCHANT_MANIFESTSAcciónTool to list all manifests for a specific merchant using Shippo's Platform API. Use when you need to retrieve manifests for a merchant account with optional pagination.
Parámetros de entrada
pageintegerThe page number you want to select. Must be greater than or equal to 1.
resultsintegerThe number of results to return per page. Must be between 1 and 100. Maximum is 100.
merchant_idstringObligatorioObject ID of the merchant to retrieve manifests for. This is the unique identifier for the merchant account.
shippo_api_versionstringString used to pick a non-default API version to use for this request.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Merchant ParcelsSHIPPO_LIST_MERCHANT_PARCELSAcciónTool to list all parcels for a specific merchant using the Shippo Platform API. Use when you need to retrieve merchant parcels with pagination support.
SHIPPO_LIST_MERCHANT_PARCELSAcciónTool to list all parcels for a specific merchant using the Shippo Platform API. Use when you need to retrieve merchant parcels with pagination support.
Parámetros de entrada
pageintegerThe page number you want to select
resultsintegerThe number of results to return per page (max 100)
merchant_idstringObligatorioObject ID of the merchant whose parcels you want to list
shippo_api_versionstringString used to pick a non-default API version to use
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List MerchantsSHIPPO_LIST_MERCHANTSAcciónTool to list all merchants using the Shippo Platform API with pagination support. Use when you need to retrieve merchant accounts in a platform context.
SHIPPO_LIST_MERCHANTSAcciónTool to list all merchants using the Shippo Platform API with pagination support. Use when you need to retrieve merchant accounts in a platform context.
Parámetros de entrada
pageintegerThe page number you want to select
resultsintegerThe number of results to return per page (max 100)
SHIPPO_API_VERSIONstringString used to pick a non-default API version to use
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Merchant Shipment Rates by CurrencySHIPPO_LIST_MERCHANT_SHIPMENT_RATES_BY_CURRENCYAcciónTool to retrieve available shipping rates for a merchant's shipment filtered by currency code using the Shippo Platform API. Use when you need to compare carrier pricing in a specific currency for a merchant's shipment.
SHIPPO_LIST_MERCHANT_SHIPMENT_RATES_BY_CURRENCYAcciónTool to retrieve available shipping rates for a merchant's shipment filtered by currency code using the Shippo Platform API. Use when you need to compare carrier pricing in a specific currency for a merchant's shipment.
Parámetros de entrada
pageintegerThe page number you want to select
resultsintegerThe number of results to return per page (max 100)
merchant_idstringObligatorioObject ID of the merchant
shipment_idstringObligatorioObject ID of the shipment to retrieve rates for
currency_codestringObligatorioISO currency code to filter rates by (e.g., USD, EUR, GBP)
shippo_api_versionstringString used to pick a non-default API version to use
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Merchant ShipmentsSHIPPO_LIST_MERCHANT_SHIPMENTSAcciónTool to list all shipments for a specific merchant using Shippo's Platform API. Use when you need to retrieve shipments for a merchant account with optional pagination.
SHIPPO_LIST_MERCHANT_SHIPMENTSAcciónTool to list all shipments for a specific merchant using Shippo's Platform API. Use when you need to retrieve shipments for a merchant account with optional pagination.
Parámetros de entrada
pageintegerThe page number you want to select. Must be greater than or equal to 1.
resultsintegerThe number of results to return per page. Must be between 1 and 100. Maximum is 100.
merchant_idstringObligatorioObject ID of the merchant to retrieve shipments for. This is the unique identifier for the merchant account.
shippo_api_versionstringString used to pick a non-default API version to use for this request.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Merchant TransactionsSHIPPO_LIST_MERCHANT_TRANSACTIONSAcciónTool to list all shipping label transactions for a merchant using the Shippo Platform API. Use when you need to retrieve shipping labels created for a specific merchant with pagination support.
SHIPPO_LIST_MERCHANT_TRANSACTIONSAcciónTool to list all shipping label transactions for a merchant using the Shippo Platform API. Use when you need to retrieve shipping labels created for a specific merchant with pagination support.
Parámetros de entrada
pageintegerThe page number you want to select
resultsintegerThe number of results to return per page (max 100)
merchant_idstringObligatorioObject ID of the merchant to retrieve transactions for
SHIPPO_API_VERSIONstringString used to pick a non-default API version to use
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List OrdersSHIPPO_LIST_ORDERSAcciónTool to list all orders in the Shippo account with pagination support. Use when you need to retrieve customer orders for creating shipments or managing order fulfillment.
SHIPPO_LIST_ORDERSAcciónTool to list all orders in the Shippo account with pagination support. Use when you need to retrieve customer orders for creating shipments or managing order fulfillment.
Parámetros de entrada
pageintegerThe page number you want to select
resultsintegerThe number of results to return per page (max 100)
SHIPPO_API_VERSIONstringString used to pick a non-default API version to use
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List RefundsSHIPPO_LIST_REFUNDSAcciónTool to retrieve a list of all refunds from Shippo. Use when you need to view refund history, check refund statuses, or audit reimbursements for unused shipping labels. Supports pagination for large result sets.
SHIPPO_LIST_REFUNDSAcciónTool to retrieve a list of all refunds from Shippo. Use when you need to view refund history, check refund statuses, or audit reimbursements for unused shipping labels. Supports pagination for large result sets.
Parámetros de entrada
pageintegerPage number for pagination (1-indexed). Use to navigate through multiple pages of results.
resultsintegerNumber of refund records to return per page (default 10). Controls page size for pagination.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Service GroupsSHIPPO_LIST_SERVICE_GROUPSAcciónTool to retrieve all service groups configured in Shippo. Use when you need to view available shipping service groups, their configurations, rates, and service levels.
SHIPPO_LIST_SERVICE_GROUPSAcciónTool to retrieve all service groups configured in Shippo. Use when you need to view available shipping service groups, their configurations, rates, and service levels.
Parámetros de entrada
shippo_api_versionstringString used to pick a non-default API version to use. If not provided, the default API version will be used.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Shipment RatesSHIPPO_LIST_SHIPMENT_RATESAcciónTool to retrieve available shipping rates for a specific shipment. Use when you need to compare carrier pricing and service options for a shipment.
SHIPPO_LIST_SHIPMENT_RATESAcciónTool to retrieve available shipping rates for a specific shipment. Use when you need to compare carrier pricing and service options for a shipment.
Parámetros de entrada
pageintegerThe page number you want to select
resultsintegerThe number of results to return per page (max 100)
ShipmentIdstringObligatorioObject ID of the shipment to retrieve rates for
SHIPPO_API_VERSIONstringString used to pick a non-default API version to use
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Shipment Rates by CurrencySHIPPO_LIST_SHIPMENT_RATES_BY_CURRENCYAcciónTool to retrieve available shipping rates for a specific shipment filtered by currency code. Use when you need to compare carrier pricing in a specific currency (e.g., USD, EUR, GBP).
SHIPPO_LIST_SHIPMENT_RATES_BY_CURRENCYAcciónTool to retrieve available shipping rates for a specific shipment filtered by currency code. Use when you need to compare carrier pricing in a specific currency (e.g., USD, EUR, GBP).
Parámetros de entrada
pageintegerThe page number you want to select
resultsintegerThe number of results to return per page (max 100)
ShipmentIdstringObligatorioObject ID of the shipment to retrieve rates for
CurrencyCodestringObligatorioISO currency code to filter rates by (e.g., USD, EUR, GBP)
SHIPPO_API_VERSIONstringString used to pick a non-default API version to use
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List ShipmentsSHIPPO_LIST_SHIPMENTSAcciónTool to list all shipments in the Shippo account with pagination support. Use when you need to retrieve shipment records, check shipment status, or manage shipping operations.
SHIPPO_LIST_SHIPMENTSAcciónTool to list all shipments in the Shippo account with pagination support. Use when you need to retrieve shipment records, check shipment status, or manage shipping operations.
Parámetros de entrada
pageintegerThe page number you want to select
resultsintegerThe number of results to return per page (max 100)
SHIPPO_API_VERSIONstringString used to pick a non-default API version to use
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Shippo AccountsSHIPPO_LIST_SHIPPO_ACCOUNTSAcciónTool to list all Managed Shippo Accounts. Use when you need to retrieve all Shippo Accounts associated with your platform account. Supports pagination for large result sets.
SHIPPO_LIST_SHIPPO_ACCOUNTSAcciónTool to list all Managed Shippo Accounts. Use when you need to retrieve all Shippo Accounts associated with your platform account. Supports pagination for large result sets.
Parámetros de entrada
pageintegerPage number for pagination. Use to retrieve subsequent pages of results.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List User Parcel TemplatesSHIPPO_LIST_USER_PARCEL_TEMPLATESAcciónTool to list all user-created parcel templates. Use when you need to retrieve custom parcel dimensions and configurations that were created by the user.
SHIPPO_LIST_USER_PARCEL_TEMPLATESAcciónTool to list all user-created parcel templates. Use when you need to retrieve custom parcel dimensions and configurations that were created by the user.
Parámetros de entrada
shippo_api_versionstringString used to pick a non-default API version to use. If not specified, the default API version will be used.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Purchase Merchant BatchSHIPPO_PURCHASE_MERCHANT_BATCHAcciónTool to purchase a batch for a merchant via the Shippo Platform API. Use when you need to purchase a previously created batch of shipments. The batch must be in VALID status before it can be purchased.
SHIPPO_PURCHASE_MERCHANT_BATCHAcciónTool to purchase a batch for a merchant via the Shippo Platform API. Use when you need to purchase a previously created batch of shipments. The batch must be in VALID status before it can be purchased.
Parámetros de entrada
batch_idstringObligatorioObject ID of the batch to purchase
merchant_idstringObligatorioObject ID of the merchant
shippo_api_versionstringString used to pick a non-default API version to use. If not specified, the default API version will be used.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Remove Shipments From BatchSHIPPO_REMOVE_SHIPMENTS_FROM_BATCHAcciónTool to remove shipments from a batch for a merchant using the Shippo Platform API. Use when you need to remove one or more shipments from an existing batch before purchase or during batch management.
SHIPPO_REMOVE_SHIPMENTS_FROM_BATCHAcciónTool to remove shipments from a batch for a merchant using the Shippo Platform API. Use when you need to remove one or more shipments from an existing batch before purchase or during batch management.
Parámetros de entrada
batch_idstringObligatorioObject ID of the batch from which to remove shipments
merchant_idstringObligatorioObject ID of the merchant who owns the batch
shipment_idsstring[]ObligatorioArray of shipment object IDs to remove from the batch. Each ID must be a valid shipment identifier.
shippo_api_versionstringString used to pick a non-default API version to use. If not specified, the default API version will be used.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Carrier AccountSHIPPO_UPDATE_CARRIER_ACCOUNTAcciónTool to update an existing carrier account in Shippo. Use when you need to modify carrier account settings such as activation status, account credentials, or carrier-specific parameters.
SHIPPO_UPDATE_CARRIER_ACCOUNTAcciónTool to update an existing carrier account in Shippo. Use when you need to modify carrier account settings such as activation status, account credentials, or carrier-specific parameters.
Parámetros de entrada
activebooleanWhether the carrier account should be active or inactive. Set to true to enable, false to disable.
carrierstringObligatorioThe carrier name/identifier (e.g., 'usps', 'ups', 'fedex', 'dhl_express', 'lso'). This field is required.
account_idstringObligatorioThe carrier account identifier. This field is required.
parametersobjectOptional carrier-specific parameters as key-value pairs. The structure varies by carrier.
carrier_account_idstringObligatorioObject ID of the carrier account to update (e.g., '2bf70116c96f40159b54c16f022586c7').
shippo_api_versionstringOptional string to specify a non-default API version to use for this request.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Default Parcel TemplateSHIPPO_UPDATE_DEFAULT_PARCEL_TEMPLATEAcciónTool to update the default parcel template for live rates at checkout in Shippo. Use when you need to set a specific parcel template as the default for calculating shipping rates.
SHIPPO_UPDATE_DEFAULT_PARCEL_TEMPLATEAcciónTool to update the default parcel template for live rates at checkout in Shippo. Use when you need to set a specific parcel template as the default for calculating shipping rates.
Parámetros de entrada
object_idstringObligatorioThe unique identifier of the parcel template to set as default. This should be the ID of an existing parcel template in your Shippo account.
SHIPPO-API-VERSIONstringOptional string used to pick a non-default API version to use. If not provided, the default API version will be used.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update MerchantSHIPPO_UPDATE_MERCHANTAcciónTool to update an existing merchant in Shippo Platform API. Use when you need to modify merchant details such as name, email, or business information. This action requires Platform API authentication.
SHIPPO_UPDATE_MERCHANTAcciónTool to update an existing merchant in Shippo Platform API. Use when you need to modify merchant details such as name, email, or business information. This action requires Platform API authentication.
Parámetros de entrada
emailstringObligatorioThe merchant's email address. This field is required.
last_namestringObligatorioThe merchant's last name. This field is required.
first_namestringObligatorioThe merchant's first name. This field is required.
merchant_idstringObligatorioObject ID of the merchant to update (e.g., '5d23a7d95cef472fbdf4758dd7564f48').
merchant_namestringObligatorioThe merchant's business/company name. This field is required.
shippo_api_versionstringOptional string to specify a non-default API version to use for this request.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Merchant Carrier AccountSHIPPO_UPDATE_MERCHANT_CARRIER_ACCOUNTAcciónTool to update a carrier account for a merchant in Shippo Platform API. Use when you need to modify merchant carrier account settings such as activation status, billing address, or UPS-specific parameters. Requires Platform API authentication with merchant context.
SHIPPO_UPDATE_MERCHANT_CARRIER_ACCOUNTAcciónTool to update a carrier account for a merchant in Shippo Platform API. Use when you need to modify merchant carrier account settings such as activation status, billing address, or UPS-specific parameters. Requires Platform API authentication with merchant context.
Parámetros de entrada
activebooleanWhether the carrier account should be active or inactive. Set to true to enable, false to disable.
carrierstringObligatorioThe carrier name/identifier (e.g., 'ups', 'usps', 'fedex'). This field is required.
account_idstringObligatorioThe carrier account identifier. This field is required.
parametersobjectObligatorioCarrier-specific parameters. For UPS, includes billing address, account details, and invoice information.
merchant_idstringObligatorioObject ID of the merchant (e.g., '5d23a7d95cef472fbdf4758dd7564f48').
carrier_account_idstringObligatorioObject ID of the carrier account to update (e.g., '15c67bc9e2694e7c896c8d995d313442').
shippo_api_versionstringOptional string to specify a non-default API version to use for this request.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Service GroupSHIPPO_UPDATE_SERVICE_GROUPAcciónTool to update an existing Shippo service group. Use when you need to modify service group details such as name, description, rate adjustment, or service levels.
SHIPPO_UPDATE_SERVICE_GROUPAcciónTool to update an existing Shippo service group. Use when you need to modify service group details such as name, description, rate adjustment, or service levels.
Parámetros de entrada
namestringName of the service group
typestringType of service group (e.g., FLAT_RATE, LIVE_RATE)
flat_ratestringFlat rate amount (used when type is FLAT_RATE)
is_activebooleanWhether the service group is active
object_idstringObligatorioThe object ID of the service group being updated
descriptionstringDescription of the service group
service_levelsobject[]Array of service level configurations to associate with this group
rate_adjustmentintegerRate adjustment value as percentage (e.g., 10 for 10% increase, -5 for 5% decrease)
flat_rate_currencystringCurrency for the flat rate (ISO 4217 currency code)
free_shipping_threshold_minstringMinimum amount for free shipping threshold
free_shipping_threshold_currencystringCurrency for free shipping threshold (ISO 4217 currency code)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update User Parcel TemplateSHIPPO_UPDATE_USER_PARCEL_TEMPLATEAcciónTool to update an existing user parcel template with new weight and carrier template settings. Use when you need to modify the dimensions or weight of a previously created custom parcel template.
SHIPPO_UPDATE_USER_PARCEL_TEMPLATEAcciónTool to update an existing user parcel template with new weight and carrier template settings. Use when you need to modify the dimensions or weight of a previously created custom parcel template.
Parámetros de entrada
weightstringObligatorioThe weight of the parcel. Up to six digits in front and four digits after the decimal separator are accepted.
templatestringObligatorioThe token of a carrier parcel template (e.g., USPS_FlatRateEnvelope, USPS_FlatRatePaddedEnvelope, FedExBox). This specifies the carrier's predefined package type.
weight_unitstringObligatorioThe unit of weight measurement (e.g., lb for pounds, kg for kilograms, oz for ounces, g for grams).
shippo_api_versionstringString used to pick a non-default API version to use. If not specified, the default API version will be used.
user_parcel_template_object_idstringObligatorioObject ID of the user parcel template to update. This is the unique identifier of an existing user parcel template.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update WebhookSHIPPO_UPDATE_WEBHOOKAcciónTool to update an existing webhook in Shippo. Use when you need to modify webhook settings such as the event type, URL endpoint, activation status, or test mode flag.
SHIPPO_UPDATE_WEBHOOKAcciónTool to update an existing webhook in Shippo. Use when you need to modify webhook settings such as the event type, URL endpoint, activation status, or test mode flag.
Parámetros de entrada
urlstringObligatorioThe webhook URL endpoint where notifications will be sent. Must be a valid HTTPS URL.
eventstringObligatorioenumThe webhook event type to listen for. Use 'all' to receive all event types.
batch_createdtransaction_createdtransaction_updatedtrack_updatedbatch_updatedallactivebooleanObligatorioWhether the webhook should be active or inactive. Set to true to enable, false to disable.
is_testbooleanObligatorioWhether this is a test webhook. Set to true for testing, false for production.
webhook_idstringObligatorioObject ID of the webhook to update (e.g., '7c190fc9a7e1473dbf59c861b535e3d5').
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Validate AddressSHIPPO_VALIDATE_ADDRESSAcciónTool to validate an address using the Shippo API. Use when you need to verify that a shipping address is valid and complete before creating a shipment.
SHIPPO_VALIDATE_ADDRESSAcciónTool to validate an address using the Shippo API. Use when you need to verify that a shipping address is valid and complete before creating a shipment.
Parámetros de entrada
address_idstringObligatorioObject ID of the address to validate. This is the unique identifier returned when an address was created.
shippo_api_versionstringOptional API version string to use a non-default API version. If not provided, the default API version will be used.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Validate Merchant AddressSHIPPO_VALIDATE_MERCHANT_ADDRESSAcciónTool to validate a merchant address using the Shippo Platform API. Use when you need to verify that a merchant's shipping address is valid and complete.
SHIPPO_VALIDATE_MERCHANT_ADDRESSAcciónTool to validate a merchant address using the Shippo Platform API. Use when you need to verify that a merchant's shipping address is valid and complete.
Parámetros de entrada
address_idstringObligatorioObject ID of the address to validate. This is the unique identifier of the address object to be validated.
merchant_idstringObligatorioObject ID of the merchant. This is the unique identifier for the merchant whose address you want to validate.
shippo_api_versionstringOptional API version string to use a non-default API version. If not specified, the default API version will be used.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not