Amazon Shipping Integration in O2VEND
Amazon Shipping integration connects O2VEND with Amazon Shipping to automate shipment creation and tracking updates.
Location in Back Office
Navigation Path:
Back Office → Integration → Amazon Shipping
Integration Listing
In the Integrations page, select Amazon Shipping under Shipment Gateway integrations and open the configuration screen.

Configuration
Enter the required Amazon Shipping credentials and settings, then click Save.

Required Fields - Explanation
RoleArn: AWS IAM role ARN used by O2VEND to securely access Amazon Shipping APIs.
AccessKey: AWS access key for API authentication.
SecretKey: AWS secret key paired with AccessKey for secure authentication.
ClientId: Amazon application client ID for integration authorization.
ClientSecret: Secret value corresponding to the ClientId.
MarketPlaceId: Marketplace identifier used to route shipping operations to the correct Amazon region.
ShippingBusiness: Business profile/name used in shipping account setup.
RefreshToken: Token used to refresh access and maintain long-term API connectivity.
Environment: Integration mode (test/live based on your setup).
Enable Order Creation: Enables automatic shipment order creation from O2VEND orders.
Is Enabled: Master toggle to activate/deactivate the Amazon Shipping integration.
Webhook Is Enabled: Enables webhook-based shipment status updates from Amazon.
Length Attribute: Product attribute mapped as package length.
Default Length: Fallback length value when attribute is missing.
Breadth Attribute: Product attribute mapped as package breadth/width.
Default Breadth: Fallback breadth value when attribute is missing.
Height Attribute: Product attribute mapped as package height.
Default Height: Fallback height value when attribute is missing.
Weight Attribute: Product attribute mapped as package weight.
Default Weight: Fallback weight value when attribute is missing.
Webhook URL: Endpoint that receives Amazon shipment status callbacks in O2VEND.
Setup Webhook Key Secret: Secret used to validate webhook authenticity.
After saving valid configuration, O2VEND can create Amazon Shipping shipments and receive status updates through webhook events.