peddler 4.5.0 → 4.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +38 -1
- data/lib/peddler/api.rb +24 -16
- data/lib/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rb +21 -17
- data/lib/peddler/apis/aplus_content_2020_11_01.rb +27 -39
- data/lib/peddler/apis/application_integrations_2024_04_01.rb +10 -4
- data/lib/peddler/apis/application_management_2023_11_30.rb +8 -3
- data/lib/peddler/apis/catalog_items_2020_12_01.rb +14 -4
- data/lib/peddler/apis/catalog_items_2022_04_01.rb +16 -7
- data/lib/peddler/apis/catalog_items_v0.rb +9 -1
- data/lib/peddler/apis/customer_feedback_2024_06_01.rb +21 -13
- data/lib/peddler/apis/data_kiosk_2023_11_15.rb +21 -13
- data/lib/peddler/apis/easy_ship_2022_03_23.rb +57 -28
- data/lib/peddler/apis/fba_inbound_eligibility_v1.rb +9 -1
- data/lib/peddler/apis/fba_inventory_v1.rb +31 -23
- data/lib/peddler/apis/feeds_2021_06_30.rb +20 -15
- data/lib/peddler/apis/finances_2024_06_01.rb +11 -3
- data/lib/peddler/apis/finances_2024_06_19.rb +9 -1
- data/lib/peddler/apis/finances_v0.rb +22 -11
- data/lib/peddler/apis/fulfillment_inbound_2024_03_20.rb +123 -93
- data/lib/peddler/apis/fulfillment_inbound_v0.rb +21 -14
- data/lib/peddler/apis/fulfillment_outbound_2020_07_01.rb +53 -44
- data/lib/peddler/apis/invoices_2024_06_19.rb +23 -15
- data/lib/peddler/apis/listings_items_2020_09_01.rb +32 -17
- data/lib/peddler/apis/listings_items_2021_08_01.rb +21 -14
- data/lib/peddler/apis/listings_restrictions_2021_08_01.rb +12 -2
- data/lib/peddler/apis/merchant_fulfillment_v0.rb +17 -9
- data/lib/peddler/apis/messaging_v1.rb +31 -42
- data/lib/peddler/apis/notifications_v1.rb +31 -21
- data/lib/peddler/apis/orders_v0.rb +35 -26
- data/lib/peddler/apis/product_fees_v0.rb +47 -27
- data/lib/peddler/apis/product_pricing_2022_05_01.rb +15 -5
- data/lib/peddler/apis/product_pricing_v0.rb +32 -20
- data/lib/peddler/apis/product_type_definitions_2020_09_01.rb +15 -6
- data/lib/peddler/apis/replenishment_2022_11_07.rb +17 -7
- data/lib/peddler/apis/reports_2021_06_30.rb +21 -15
- data/lib/peddler/apis/sales_v1.rb +9 -1
- data/lib/peddler/apis/seller_wallet_2024_03_01.rb +137 -72
- data/lib/peddler/apis/sellers_v1.rb +19 -7
- data/lib/peddler/apis/services_v1.rb +39 -32
- data/lib/peddler/apis/shipment_invoicing_v0.rb +13 -5
- data/lib/peddler/apis/shipping_v1.rb +28 -19
- data/lib/peddler/apis/shipping_v2.rb +48 -54
- data/lib/peddler/apis/solicitations_v1.rb +11 -3
- data/lib/peddler/apis/supply_sources_2020_07_01.rb +19 -11
- data/lib/peddler/apis/tokens_2021_03_01.rb +13 -3
- data/lib/peddler/apis/uploads_2020_11_01.rb +9 -3
- data/lib/peddler/apis/vehicles_2024_11_01.rb +9 -1
- data/lib/peddler/apis/vendor_direct_fulfillment_inventory_v1.rb +9 -1
- data/lib/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rb +13 -5
- data/lib/peddler/apis/vendor_direct_fulfillment_orders_v1.rb +13 -5
- data/lib/peddler/apis/vendor_direct_fulfillment_payments_v1.rb +9 -1
- data/lib/peddler/apis/vendor_direct_fulfillment_sandbox_test_data_2021_10_28.rb +11 -3
- data/lib/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rb +29 -21
- data/lib/peddler/apis/vendor_direct_fulfillment_shipping_v1.rb +25 -17
- data/lib/peddler/apis/vendor_direct_fulfillment_transactions_2021_12_28.rb +9 -1
- data/lib/peddler/apis/vendor_direct_fulfillment_transactions_v1.rb +9 -1
- data/lib/peddler/apis/vendor_invoices_v1.rb +9 -1
- data/lib/peddler/apis/vendor_orders_v1.rb +15 -7
- data/lib/peddler/apis/vendor_shipments_v1.rb +15 -13
- data/lib/peddler/apis/vendor_transaction_status_v1.rb +9 -3
- data/lib/peddler/helpers/feeds_2021_06_30.rb +4 -6
- data/lib/peddler/helpers/reports_2021_06_30.rb +2 -4
- data/lib/peddler/money.rb +34 -0
- data/lib/peddler/response.rb +68 -53
- data/lib/peddler/token.rb +3 -2
- data/lib/peddler/types/amazon_warehousing_and_distribution_2024_05_09/address.rb +46 -0
- data/lib/peddler/types/amazon_warehousing_and_distribution_2024_05_09/carrier_code.rb +18 -0
- data/lib/peddler/types/amazon_warehousing_and_distribution_2024_05_09/destination_details.rb +23 -0
- data/lib/peddler/types/amazon_warehousing_and_distribution_2024_05_09/distribution_package.rb +22 -0
- data/lib/peddler/types/amazon_warehousing_and_distribution_2024_05_09/distribution_package_contents.rb +19 -0
- data/lib/peddler/types/amazon_warehousing_and_distribution_2024_05_09/distribution_package_quantity.rb +18 -0
- data/lib/peddler/types/amazon_warehousing_and_distribution_2024_05_09/error.rb +21 -0
- data/lib/peddler/types/amazon_warehousing_and_distribution_2024_05_09/error_list.rb +15 -0
- data/lib/peddler/types/amazon_warehousing_and_distribution_2024_05_09/expiration_details.rb +19 -0
- data/lib/peddler/types/amazon_warehousing_and_distribution_2024_05_09/inbound_eligibility.rb +26 -0
- data/lib/peddler/types/amazon_warehousing_and_distribution_2024_05_09/inbound_order.rb +43 -0
- data/lib/peddler/types/amazon_warehousing_and_distribution_2024_05_09/inbound_order_creation_data.rb +26 -0
- data/lib/peddler/types/amazon_warehousing_and_distribution_2024_05_09/inbound_order_reference.rb +16 -0
- data/lib/peddler/types/amazon_warehousing_and_distribution_2024_05_09/inbound_packages.rb +15 -0
- data/lib/peddler/types/amazon_warehousing_and_distribution_2024_05_09/inbound_preferences.rb +18 -0
- data/lib/peddler/types/amazon_warehousing_and_distribution_2024_05_09/inbound_shipment.rb +70 -0
- data/lib/peddler/types/amazon_warehousing_and_distribution_2024_05_09/inbound_shipment_summary.rb +32 -0
- data/lib/peddler/types/amazon_warehousing_and_distribution_2024_05_09/inventory_details.rb +23 -0
- data/lib/peddler/types/amazon_warehousing_and_distribution_2024_05_09/inventory_listing.rb +21 -0
- data/lib/peddler/types/amazon_warehousing_and_distribution_2024_05_09/inventory_quantity.rb +18 -0
- data/lib/peddler/types/amazon_warehousing_and_distribution_2024_05_09/inventory_summary.rb +30 -0
- data/lib/peddler/types/amazon_warehousing_and_distribution_2024_05_09/measurement_data.rb +24 -0
- data/lib/peddler/types/amazon_warehousing_and_distribution_2024_05_09/order_ineligibility_reason.rb +18 -0
- data/lib/peddler/types/amazon_warehousing_and_distribution_2024_05_09/package_dimensions.rb +24 -0
- data/lib/peddler/types/amazon_warehousing_and_distribution_2024_05_09/package_volume.rb +18 -0
- data/lib/peddler/types/amazon_warehousing_and_distribution_2024_05_09/package_weight.rb +18 -0
- data/lib/peddler/types/amazon_warehousing_and_distribution_2024_05_09/prep_details.rb +27 -0
- data/lib/peddler/types/amazon_warehousing_and_distribution_2024_05_09/prep_instruction.rb +20 -0
- data/lib/peddler/types/amazon_warehousing_and_distribution_2024_05_09/product_attribute.rb +18 -0
- data/lib/peddler/types/amazon_warehousing_and_distribution_2024_05_09/product_quantity.rb +34 -0
- data/lib/peddler/types/amazon_warehousing_and_distribution_2024_05_09/shipment_labels.rb +18 -0
- data/lib/peddler/types/amazon_warehousing_and_distribution_2024_05_09/shipment_listing.rb +21 -0
- data/lib/peddler/types/amazon_warehousing_and_distribution_2024_05_09/sku_eligibility.rb +22 -0
- data/lib/peddler/types/amazon_warehousing_and_distribution_2024_05_09/sku_ineligibility_reason.rb +18 -0
- data/lib/peddler/types/amazon_warehousing_and_distribution_2024_05_09/sku_quantity.rb +21 -0
- data/lib/peddler/types/amazon_warehousing_and_distribution_2024_05_09/tracking_details.rb +19 -0
- data/lib/peddler/types/amazon_warehousing_and_distribution_2024_05_09/transportation_details.rb +16 -0
- data/lib/peddler/types/amazon_warehousing_and_distribution_2024_05_09.rb +39 -0
- data/lib/peddler/types/aplus_content_2020_11_01/aplus_response.rb +16 -0
- data/lib/peddler/types/aplus_content_2020_11_01/asin_metadata.rb +32 -0
- data/lib/peddler/types/aplus_content_2020_11_01/content_document.rb +27 -0
- data/lib/peddler/types/aplus_content_2020_11_01/content_metadata.rb +27 -0
- data/lib/peddler/types/aplus_content_2020_11_01/content_metadata_record.rb +18 -0
- data/lib/peddler/types/aplus_content_2020_11_01/content_module.rb +75 -0
- data/lib/peddler/types/aplus_content_2020_11_01/content_record.rb +22 -0
- data/lib/peddler/types/aplus_content_2020_11_01/decorator.rb +27 -0
- data/lib/peddler/types/aplus_content_2020_11_01/error.rb +21 -0
- data/lib/peddler/types/aplus_content_2020_11_01/error_list.rb +15 -0
- data/lib/peddler/types/aplus_content_2020_11_01/image_component.rb +22 -0
- data/lib/peddler/types/aplus_content_2020_11_01/image_crop_specification.rb +21 -0
- data/lib/peddler/types/aplus_content_2020_11_01/image_dimensions.rb +19 -0
- data/lib/peddler/types/aplus_content_2020_11_01/image_offsets.rb +18 -0
- data/lib/peddler/types/aplus_content_2020_11_01/integer_with_units.rb +18 -0
- data/lib/peddler/types/aplus_content_2020_11_01/paragraph_component.rb +15 -0
- data/lib/peddler/types/aplus_content_2020_11_01/plain_text_item.rb +19 -0
- data/lib/peddler/types/aplus_content_2020_11_01/post_content_document_asin_relations_request.rb +14 -0
- data/lib/peddler/types/aplus_content_2020_11_01/post_content_document_request.rb +14 -0
- data/lib/peddler/types/aplus_content_2020_11_01/publish_record.rb +30 -0
- data/lib/peddler/types/aplus_content_2020_11_01/standard_company_logo_module.rb +15 -0
- data/lib/peddler/types/aplus_content_2020_11_01/standard_comparison_product_block.rb +32 -0
- data/lib/peddler/types/aplus_content_2020_11_01/standard_comparison_table_module.rb +19 -0
- data/lib/peddler/types/aplus_content_2020_11_01/standard_four_image_text_module.rb +28 -0
- data/lib/peddler/types/aplus_content_2020_11_01/standard_four_image_text_quadrant_module.rb +24 -0
- data/lib/peddler/types/aplus_content_2020_11_01/standard_header_image_text_module.rb +19 -0
- data/lib/peddler/types/aplus_content_2020_11_01/standard_header_text_list_block.rb +19 -0
- data/lib/peddler/types/aplus_content_2020_11_01/standard_image_caption_block.rb +19 -0
- data/lib/peddler/types/aplus_content_2020_11_01/standard_image_sidebar_module.rb +34 -0
- data/lib/peddler/types/aplus_content_2020_11_01/standard_image_text_block.rb +23 -0
- data/lib/peddler/types/aplus_content_2020_11_01/standard_image_text_caption_block.rb +20 -0
- data/lib/peddler/types/aplus_content_2020_11_01/standard_image_text_overlay_module.rb +18 -0
- data/lib/peddler/types/aplus_content_2020_11_01/standard_multiple_image_text_module.rb +15 -0
- data/lib/peddler/types/aplus_content_2020_11_01/standard_product_description_module.rb +15 -0
- data/lib/peddler/types/aplus_content_2020_11_01/standard_single_image_highlights_module.rb +33 -0
- data/lib/peddler/types/aplus_content_2020_11_01/standard_single_image_specs_detail_module.rb +39 -0
- data/lib/peddler/types/aplus_content_2020_11_01/standard_single_side_image_module.rb +18 -0
- data/lib/peddler/types/aplus_content_2020_11_01/standard_tech_specs_module.rb +22 -0
- data/lib/peddler/types/aplus_content_2020_11_01/standard_text_block.rb +19 -0
- data/lib/peddler/types/aplus_content_2020_11_01/standard_text_list_block.rb +15 -0
- data/lib/peddler/types/aplus_content_2020_11_01/standard_text_module.rb +19 -0
- data/lib/peddler/types/aplus_content_2020_11_01/standard_text_pair_block.rb +18 -0
- data/lib/peddler/types/aplus_content_2020_11_01/standard_three_image_text_module.rb +25 -0
- data/lib/peddler/types/aplus_content_2020_11_01/text_component.rb +18 -0
- data/lib/peddler/types/aplus_content_2020_11_01/text_item.rb +19 -0
- data/lib/peddler/types/aplus_content_2020_11_01.rb +47 -0
- data/lib/peddler/types/application_integrations_2024_04_01/create_notification_request.rb +22 -0
- data/lib/peddler/types/application_integrations_2024_04_01/create_notification_response.rb +15 -0
- data/lib/peddler/types/application_integrations_2024_04_01/delete_notifications_request.rb +18 -0
- data/lib/peddler/types/application_integrations_2024_04_01/error.rb +21 -0
- data/lib/peddler/types/application_integrations_2024_04_01/error_list.rb +15 -0
- data/lib/peddler/types/application_integrations_2024_04_01/notification_parameters.rb +13 -0
- data/lib/peddler/types/application_integrations_2024_04_01/record_action_feedback_request.rb +15 -0
- data/lib/peddler/types/application_integrations_2024_04_01.rb +9 -0
- data/lib/peddler/types/application_management_2023_11_30/error.rb +21 -0
- data/lib/peddler/types/application_management_2023_11_30/error_list.rb +15 -0
- data/lib/peddler/types/application_management_2023_11_30.rb +4 -0
- data/lib/peddler/types/catalog_items_2020_12_01/brand_refinement.rb +18 -0
- data/lib/peddler/types/catalog_items_2020_12_01/classification_refinement.rb +21 -0
- data/lib/peddler/types/catalog_items_2020_12_01/error.rb +21 -0
- data/lib/peddler/types/catalog_items_2020_12_01/error_list.rb +15 -0
- data/lib/peddler/types/catalog_items_2020_12_01/item.rb +46 -0
- data/lib/peddler/types/catalog_items_2020_12_01/item_attributes.rb +15 -0
- data/lib/peddler/types/catalog_items_2020_12_01/item_identifier.rb +18 -0
- data/lib/peddler/types/catalog_items_2020_12_01/item_identifiers_by_marketplace.rb +19 -0
- data/lib/peddler/types/catalog_items_2020_12_01/item_image.rb +24 -0
- data/lib/peddler/types/catalog_items_2020_12_01/item_images_by_marketplace.rb +18 -0
- data/lib/peddler/types/catalog_items_2020_12_01/item_product_type_by_marketplace.rb +18 -0
- data/lib/peddler/types/catalog_items_2020_12_01/item_sales_rank.rb +21 -0
- data/lib/peddler/types/catalog_items_2020_12_01/item_sales_ranks_by_marketplace.rb +18 -0
- data/lib/peddler/types/catalog_items_2020_12_01/item_search_results.rb +30 -0
- data/lib/peddler/types/catalog_items_2020_12_01/item_summary_by_marketplace.rb +39 -0
- data/lib/peddler/types/catalog_items_2020_12_01/item_variations_by_marketplace.rb +22 -0
- data/lib/peddler/types/catalog_items_2020_12_01/item_vendor_details_by_marketplace.rb +36 -0
- data/lib/peddler/types/catalog_items_2020_12_01/pagination.rb +21 -0
- data/lib/peddler/types/catalog_items_2020_12_01/refinements.rb +19 -0
- data/lib/peddler/types/catalog_items_2020_12_01.rb +21 -0
- data/lib/peddler/types/catalog_items_2022_04_01/brand_refinement.rb +19 -0
- data/lib/peddler/types/catalog_items_2022_04_01/classification_refinement.rb +22 -0
- data/lib/peddler/types/catalog_items_2022_04_01/dimension.rb +18 -0
- data/lib/peddler/types/catalog_items_2022_04_01/dimensions.rb +24 -0
- data/lib/peddler/types/catalog_items_2022_04_01/error.rb +21 -0
- data/lib/peddler/types/catalog_items_2022_04_01/error_list.rb +15 -0
- data/lib/peddler/types/catalog_items_2022_04_01/item.rb +54 -0
- data/lib/peddler/types/catalog_items_2022_04_01/item_attributes.rb +15 -0
- data/lib/peddler/types/catalog_items_2022_04_01/item_browse_classification.rb +21 -0
- data/lib/peddler/types/catalog_items_2022_04_01/item_browse_classifications_by_marketplace.rb +21 -0
- data/lib/peddler/types/catalog_items_2022_04_01/item_classification_sales_rank.rb +24 -0
- data/lib/peddler/types/catalog_items_2022_04_01/item_contributor.rb +18 -0
- data/lib/peddler/types/catalog_items_2022_04_01/item_contributor_role.rb +18 -0
- data/lib/peddler/types/catalog_items_2022_04_01/item_dimensions_by_marketplace.rb +22 -0
- data/lib/peddler/types/catalog_items_2022_04_01/item_display_group_sales_rank.rb +24 -0
- data/lib/peddler/types/catalog_items_2022_04_01/item_identifier.rb +18 -0
- data/lib/peddler/types/catalog_items_2022_04_01/item_identifiers_by_marketplace.rb +20 -0
- data/lib/peddler/types/catalog_items_2022_04_01/item_image.rb +24 -0
- data/lib/peddler/types/catalog_items_2022_04_01/item_images_by_marketplace.rb +19 -0
- data/lib/peddler/types/catalog_items_2022_04_01/item_product_type_by_marketplace.rb +19 -0
- data/lib/peddler/types/catalog_items_2022_04_01/item_relationship.rb +25 -0
- data/lib/peddler/types/catalog_items_2022_04_01/item_relationships_by_marketplace.rb +19 -0
- data/lib/peddler/types/catalog_items_2022_04_01/item_sales_ranks_by_marketplace.rb +25 -0
- data/lib/peddler/types/catalog_items_2022_04_01/item_search_results.rb +32 -0
- data/lib/peddler/types/catalog_items_2022_04_01/item_summary_by_marketplace.rb +78 -0
- data/lib/peddler/types/catalog_items_2022_04_01/item_variation_theme.rb +20 -0
- data/lib/peddler/types/catalog_items_2022_04_01/item_vendor_details_by_marketplace.rb +37 -0
- data/lib/peddler/types/catalog_items_2022_04_01/item_vendor_details_category.rb +18 -0
- data/lib/peddler/types/catalog_items_2022_04_01/pagination.rb +21 -0
- data/lib/peddler/types/catalog_items_2022_04_01/refinements.rb +19 -0
- data/lib/peddler/types/catalog_items_2022_04_01.rb +32 -0
- data/lib/peddler/types/catalog_items_v0/categories.rb +20 -0
- data/lib/peddler/types/catalog_items_v0/error.rb +21 -0
- data/lib/peddler/types/catalog_items_v0/list_catalog_categories_response.rb +18 -0
- data/lib/peddler/types/catalog_items_v0.rb +5 -0
- data/lib/peddler/types/customer_feedback_2024_06_01/browse_node_all_occurrence.rb +19 -0
- data/lib/peddler/types/customer_feedback_2024_06_01/browse_node_all_star_rating_impact.rb +20 -0
- data/lib/peddler/types/customer_feedback_2024_06_01/browse_node_occurrence.rb +15 -0
- data/lib/peddler/types/customer_feedback_2024_06_01/browse_node_response.rb +19 -0
- data/lib/peddler/types/customer_feedback_2024_06_01/browse_node_return_topics.rb +18 -0
- data/lib/peddler/types/customer_feedback_2024_06_01/browse_node_return_topics_response.rb +32 -0
- data/lib/peddler/types/customer_feedback_2024_06_01/browse_node_return_trend.rb +18 -0
- data/lib/peddler/types/customer_feedback_2024_06_01/browse_node_return_trend_point.rb +19 -0
- data/lib/peddler/types/customer_feedback_2024_06_01/browse_node_return_trends_response.rb +32 -0
- data/lib/peddler/types/customer_feedback_2024_06_01/browse_node_review_subtopic_metrics.rb +15 -0
- data/lib/peddler/types/customer_feedback_2024_06_01/browse_node_review_topic.rb +28 -0
- data/lib/peddler/types/customer_feedback_2024_06_01/browse_node_review_topic_metrics.rb +21 -0
- data/lib/peddler/types/customer_feedback_2024_06_01/browse_node_review_topics.rb +30 -0
- data/lib/peddler/types/customer_feedback_2024_06_01/browse_node_review_topics_response.rb +33 -0
- data/lib/peddler/types/customer_feedback_2024_06_01/browse_node_review_trend.rb +18 -0
- data/lib/peddler/types/customer_feedback_2024_06_01/browse_node_review_trend_metrics.rb +15 -0
- data/lib/peddler/types/customer_feedback_2024_06_01/browse_node_review_trend_point.rb +19 -0
- data/lib/peddler/types/customer_feedback_2024_06_01/browse_node_review_trends.rb +28 -0
- data/lib/peddler/types/customer_feedback_2024_06_01/browse_node_review_trends_response.rb +33 -0
- data/lib/peddler/types/customer_feedback_2024_06_01/browse_node_star_rating_impact.rb +16 -0
- data/lib/peddler/types/customer_feedback_2024_06_01/browse_node_subtopic.rb +22 -0
- data/lib/peddler/types/customer_feedback_2024_06_01/browse_node_trend_metrics.rb +15 -0
- data/lib/peddler/types/customer_feedback_2024_06_01/child_asin_mention_metrics.rb +18 -0
- data/lib/peddler/types/customer_feedback_2024_06_01/child_asin_metrics.rb +23 -0
- data/lib/peddler/types/customer_feedback_2024_06_01/date_range.rb +18 -0
- data/lib/peddler/types/customer_feedback_2024_06_01/error.rb +21 -0
- data/lib/peddler/types/customer_feedback_2024_06_01/error_list.rb +15 -0
- data/lib/peddler/types/customer_feedback_2024_06_01/item_review_browse_node_metrics.rb +21 -0
- data/lib/peddler/types/customer_feedback_2024_06_01/item_review_subtopic.rb +22 -0
- data/lib/peddler/types/customer_feedback_2024_06_01/item_review_subtopic_metrics.rb +18 -0
- data/lib/peddler/types/customer_feedback_2024_06_01/item_review_topic.rb +42 -0
- data/lib/peddler/types/customer_feedback_2024_06_01/item_review_topic_metrics.rb +24 -0
- data/lib/peddler/types/customer_feedback_2024_06_01/item_review_topics.rb +30 -0
- data/lib/peddler/types/customer_feedback_2024_06_01/item_review_topics_response.rb +32 -0
- data/lib/peddler/types/customer_feedback_2024_06_01/item_review_trend.rb +18 -0
- data/lib/peddler/types/customer_feedback_2024_06_01/item_review_trend_point.rb +28 -0
- data/lib/peddler/types/customer_feedback_2024_06_01/item_review_trends.rb +26 -0
- data/lib/peddler/types/customer_feedback_2024_06_01/item_review_trends_response.rb +32 -0
- data/lib/peddler/types/customer_feedback_2024_06_01/review_trend_metrics.rb +15 -0
- data/lib/peddler/types/customer_feedback_2024_06_01.rb +41 -0
- data/lib/peddler/types/data_kiosk_2023_11_15/create_query_response.rb +16 -0
- data/lib/peddler/types/data_kiosk_2023_11_15/create_query_specification.rb +23 -0
- data/lib/peddler/types/data_kiosk_2023_11_15/error.rb +21 -0
- data/lib/peddler/types/data_kiosk_2023_11_15/error_list.rb +15 -0
- data/lib/peddler/types/data_kiosk_2023_11_15/get_document_response.rb +24 -0
- data/lib/peddler/types/data_kiosk_2023_11_15/get_queries_response.rb +23 -0
- data/lib/peddler/types/data_kiosk_2023_11_15/query.rb +50 -0
- data/lib/peddler/types/data_kiosk_2023_11_15.rb +9 -0
- data/lib/peddler/types/easy_ship_2022_03_23/create_scheduled_package_request.rb +21 -0
- data/lib/peddler/types/easy_ship_2022_03_23/create_scheduled_packages_request.rb +21 -0
- data/lib/peddler/types/easy_ship_2022_03_23/create_scheduled_packages_response.rb +25 -0
- data/lib/peddler/types/easy_ship_2022_03_23/dimensions.rb +27 -0
- data/lib/peddler/types/easy_ship_2022_03_23/error.rb +21 -0
- data/lib/peddler/types/easy_ship_2022_03_23/error_list.rb +15 -0
- data/lib/peddler/types/easy_ship_2022_03_23/invoice_data.rb +18 -0
- data/lib/peddler/types/easy_ship_2022_03_23/item.rb +18 -0
- data/lib/peddler/types/easy_ship_2022_03_23/list_handover_slots_request.rb +25 -0
- data/lib/peddler/types/easy_ship_2022_03_23/list_handover_slots_response.rb +18 -0
- data/lib/peddler/types/easy_ship_2022_03_23/order_schedule_details.rb +18 -0
- data/lib/peddler/types/easy_ship_2022_03_23/package.rb +45 -0
- data/lib/peddler/types/easy_ship_2022_03_23/package_details.rb +22 -0
- data/lib/peddler/types/easy_ship_2022_03_23/packages.rb +15 -0
- data/lib/peddler/types/easy_ship_2022_03_23/rejected_order.rb +18 -0
- data/lib/peddler/types/easy_ship_2022_03_23/scheduled_package_id.rb +18 -0
- data/lib/peddler/types/easy_ship_2022_03_23/time_slot.rb +24 -0
- data/lib/peddler/types/easy_ship_2022_03_23/tracking_details.rb +15 -0
- data/lib/peddler/types/easy_ship_2022_03_23/update_package_details.rb +19 -0
- data/lib/peddler/types/easy_ship_2022_03_23/update_scheduled_packages_request.rb +18 -0
- data/lib/peddler/types/easy_ship_2022_03_23/weight.rb +18 -0
- data/lib/peddler/types/easy_ship_2022_03_23.rb +23 -0
- data/lib/peddler/types/fba_inbound_eligibility_v1/error.rb +21 -0
- data/lib/peddler/types/fba_inbound_eligibility_v1/get_item_eligibility_preview_response.rb +19 -0
- data/lib/peddler/types/fba_inbound_eligibility_v1/item_eligibility_preview.rb +28 -0
- data/lib/peddler/types/fba_inbound_eligibility_v1.rb +5 -0
- data/lib/peddler/types/fba_inventory_v1/add_inventory_request.rb +15 -0
- data/lib/peddler/types/fba_inventory_v1/add_inventory_response.rb +15 -0
- data/lib/peddler/types/fba_inventory_v1/create_inventory_item_request.rb +21 -0
- data/lib/peddler/types/fba_inventory_v1/create_inventory_item_response.rb +15 -0
- data/lib/peddler/types/fba_inventory_v1/delete_inventory_item_response.rb +15 -0
- data/lib/peddler/types/fba_inventory_v1/error.rb +21 -0
- data/lib/peddler/types/fba_inventory_v1/get_inventory_summaries_response.rb +23 -0
- data/lib/peddler/types/fba_inventory_v1/get_inventory_summaries_result.rb +19 -0
- data/lib/peddler/types/fba_inventory_v1/granularity.rb +20 -0
- data/lib/peddler/types/fba_inventory_v1/inventory_details.rb +37 -0
- data/lib/peddler/types/fba_inventory_v1/inventory_item.rb +21 -0
- data/lib/peddler/types/fba_inventory_v1/inventory_summary.rb +39 -0
- data/lib/peddler/types/fba_inventory_v1/pagination.rb +18 -0
- data/lib/peddler/types/fba_inventory_v1/researching_quantity.rb +18 -0
- data/lib/peddler/types/fba_inventory_v1/researching_quantity_entry.rb +18 -0
- data/lib/peddler/types/fba_inventory_v1/reserved_quantity.rb +26 -0
- data/lib/peddler/types/fba_inventory_v1/unfulfillable_quantity.rb +33 -0
- data/lib/peddler/types/fba_inventory_v1.rb +19 -0
- data/lib/peddler/types/feeds_2021_06_30/create_feed_document_response.rb +18 -0
- data/lib/peddler/types/feeds_2021_06_30/create_feed_document_specification.rb +15 -0
- data/lib/peddler/types/feeds_2021_06_30/create_feed_response.rb +15 -0
- data/lib/peddler/types/feeds_2021_06_30/create_feed_specification.rb +25 -0
- data/lib/peddler/types/feeds_2021_06_30/error.rb +21 -0
- data/lib/peddler/types/feeds_2021_06_30/error_list.rb +15 -0
- data/lib/peddler/types/feeds_2021_06_30/feed.rb +37 -0
- data/lib/peddler/types/feeds_2021_06_30/feed_document.rb +27 -0
- data/lib/peddler/types/feeds_2021_06_30/feed_options.rb +13 -0
- data/lib/peddler/types/feeds_2021_06_30/get_feeds_response.rb +19 -0
- data/lib/peddler/types/feeds_2021_06_30.rb +12 -0
- data/lib/peddler/types/finances_2024_06_01/error.rb +21 -0
- data/lib/peddler/types/finances_2024_06_01/error_list.rb +15 -0
- data/lib/peddler/types/finances_2024_06_01/expiry_date.rb +19 -0
- data/lib/peddler/types/finances_2024_06_01/get_payment_methods_response.rb +15 -0
- data/lib/peddler/types/finances_2024_06_01/initiate_payout_request.rb +21 -0
- data/lib/peddler/types/finances_2024_06_01/initiate_payout_response.rb +16 -0
- data/lib/peddler/types/finances_2024_06_01/payment_method_details.rb +36 -0
- data/lib/peddler/types/finances_2024_06_01.rb +9 -0
- data/lib/peddler/types/finances_2024_06_19/amazon_pay_context.rb +21 -0
- data/lib/peddler/types/finances_2024_06_19/breakdown.rb +24 -0
- data/lib/peddler/types/finances_2024_06_19/business_context.rb +15 -0
- data/lib/peddler/types/finances_2024_06_19/currency.rb +18 -0
- data/lib/peddler/types/finances_2024_06_19/deferred_context.rb +20 -0
- data/lib/peddler/types/finances_2024_06_19/error.rb +21 -0
- data/lib/peddler/types/finances_2024_06_19/error_list.rb +15 -0
- data/lib/peddler/types/finances_2024_06_19/item.rb +30 -0
- data/lib/peddler/types/finances_2024_06_19/item_related_identifier.rb +18 -0
- data/lib/peddler/types/finances_2024_06_19/list_transactions_response.rb +15 -0
- data/lib/peddler/types/finances_2024_06_19/marketplace_details.rb +22 -0
- data/lib/peddler/types/finances_2024_06_19/payments_context.rb +24 -0
- data/lib/peddler/types/finances_2024_06_19/product_context.rb +24 -0
- data/lib/peddler/types/finances_2024_06_19/related_identifier.rb +18 -0
- data/lib/peddler/types/finances_2024_06_19/selling_partner_metadata.rb +23 -0
- data/lib/peddler/types/finances_2024_06_19/time_range_context.rb +18 -0
- data/lib/peddler/types/finances_2024_06_19/transaction.rb +67 -0
- data/lib/peddler/types/finances_2024_06_19/transactions_payload.rb +19 -0
- data/lib/peddler/types/finances_2024_06_19.rb +20 -0
- data/lib/peddler/types/finances_v0/adhoc_disbursement_event.rb +26 -0
- data/lib/peddler/types/finances_v0/adjustment_event.rb +53 -0
- data/lib/peddler/types/finances_v0/adjustment_item.rb +38 -0
- data/lib/peddler/types/finances_v0/affordability_expense_event.rb +46 -0
- data/lib/peddler/types/finances_v0/capacity_reservation_billing_event.rb +24 -0
- data/lib/peddler/types/finances_v0/charge_component.rb +88 -0
- data/lib/peddler/types/finances_v0/charge_instrument.rb +21 -0
- data/lib/peddler/types/finances_v0/charge_refund_event.rb +28 -0
- data/lib/peddler/types/finances_v0/charge_refund_transaction.rb +18 -0
- data/lib/peddler/types/finances_v0/coupon_payment_event.rb +38 -0
- data/lib/peddler/types/finances_v0/currency.rb +18 -0
- data/lib/peddler/types/finances_v0/debt_recovery_event.rb +37 -0
- data/lib/peddler/types/finances_v0/debt_recovery_item.rb +26 -0
- data/lib/peddler/types/finances_v0/direct_payment.rb +37 -0
- data/lib/peddler/types/finances_v0/error.rb +21 -0
- data/lib/peddler/types/finances_v0/failed_adhoc_disbursement_event.rb +39 -0
- data/lib/peddler/types/finances_v0/fba_liquidation_event.rb +26 -0
- data/lib/peddler/types/finances_v0/fee_component.rb +21 -0
- data/lib/peddler/types/finances_v0/financial_event_group.rb +57 -0
- data/lib/peddler/types/finances_v0/financial_events.rb +138 -0
- data/lib/peddler/types/finances_v0/imaging_services_fee_event.rb +25 -0
- data/lib/peddler/types/finances_v0/list_financial_event_groups_payload.rb +19 -0
- data/lib/peddler/types/finances_v0/list_financial_event_groups_response.rb +19 -0
- data/lib/peddler/types/finances_v0/list_financial_events_payload.rb +19 -0
- data/lib/peddler/types/finances_v0/list_financial_events_response.rb +19 -0
- data/lib/peddler/types/finances_v0/loan_servicing_event.rb +26 -0
- data/lib/peddler/types/finances_v0/network_commingling_transaction_event.rb +43 -0
- data/lib/peddler/types/finances_v0/pay_with_amazon_event.rb +54 -0
- data/lib/peddler/types/finances_v0/product_ads_payment_event.rb +36 -0
- data/lib/peddler/types/finances_v0/promotion.rb +21 -0
- data/lib/peddler/types/finances_v0/removal_shipment_adjustment_event.rb +38 -0
- data/lib/peddler/types/finances_v0/removal_shipment_event.rb +34 -0
- data/lib/peddler/types/finances_v0/removal_shipment_item.rb +46 -0
- data/lib/peddler/types/finances_v0/removal_shipment_item_adjustment.rb +42 -0
- data/lib/peddler/types/finances_v0/rental_transaction_event.rb +72 -0
- data/lib/peddler/types/finances_v0/retrocharge_event.rb +40 -0
- data/lib/peddler/types/finances_v0/safet_reimbursement_event.rb +28 -0
- data/lib/peddler/types/finances_v0/safet_reimbursement_item.rb +21 -0
- data/lib/peddler/types/finances_v0/seller_deal_payment_event.rb +36 -0
- data/lib/peddler/types/finances_v0/seller_review_enrollment_payment_event.rb +33 -0
- data/lib/peddler/types/finances_v0/service_fee_event.rb +38 -0
- data/lib/peddler/types/finances_v0/shipment_event.rb +62 -0
- data/lib/peddler/types/finances_v0/shipment_item.rb +61 -0
- data/lib/peddler/types/finances_v0/solution_provider_credit_event.rb +44 -0
- data/lib/peddler/types/finances_v0/tax_withheld_component.rb +25 -0
- data/lib/peddler/types/finances_v0/tax_withholding_event.rb +25 -0
- data/lib/peddler/types/finances_v0/tax_withholding_period.rb +18 -0
- data/lib/peddler/types/finances_v0/tds_reimbursement_event.rb +21 -0
- data/lib/peddler/types/finances_v0/trial_shipment_event.rb +28 -0
- data/lib/peddler/types/finances_v0/value_added_service_charge_event.rb +26 -0
- data/lib/peddler/types/finances_v0.rb +52 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/address.rb +45 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/address_input.rb +45 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/appointment_slot.rb +18 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/appointment_slot_time.rb +18 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/box.rb +50 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/box_input.rb +30 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/box_requirements.rb +15 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/box_update_input.rb +35 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/cancel_inbound_plan_response.rb +15 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/cancel_self_ship_appointment_request.rb +15 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/cancel_self_ship_appointment_response.rb +15 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/carrier.rb +18 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/carrier_appointment.rb +19 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/compliance_detail.rb +25 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/confirm_delivery_window_options_response.rb +15 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/confirm_packing_option_response.rb +15 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/confirm_placement_option_response.rb +15 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/confirm_shipment_content_update_preview_response.rb +15 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/confirm_transportation_options_request.rb +16 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/confirm_transportation_options_response.rb +15 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/contact_information.rb +21 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/content_update_preview.rb +27 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/create_inbound_plan_request.rb +26 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/create_inbound_plan_response.rb +18 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/create_marketplace_item_labels_request.rb +35 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/create_marketplace_item_labels_response.rb +15 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/currency.rb +18 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/custom_placement_input.rb +18 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/dates.rb +15 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/delivery_window_option.rb +34 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/dimensions.rb +24 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/document_download.rb +23 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/error.rb +21 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/error_list.rb +15 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/freight_information.rb +22 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/generate_delivery_window_options_response.rb +15 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/generate_packing_options_response.rb +15 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/generate_placement_options_request.rb +16 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/generate_placement_options_response.rb +15 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/generate_self_ship_appointment_slots_request.rb +20 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/generate_self_ship_appointment_slots_response.rb +15 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/generate_shipment_content_update_previews_request.rb +19 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/generate_shipment_content_update_previews_response.rb +15 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/generate_transportation_options_request.rb +18 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/generate_transportation_options_response.rb +15 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/get_delivery_challan_document_response.rb +15 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/get_self_ship_appointment_slots_response.rb +19 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/inbound_operation_status.rb +24 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/inbound_plan.rb +56 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/inbound_plan_summary.rb +38 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/incentive.rb +24 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/item.rb +39 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/item_input.rb +32 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/list_delivery_window_options_response.rb +19 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/list_inbound_plan_boxes_response.rb +19 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/list_inbound_plan_items_response.rb +19 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/list_inbound_plan_pallets_response.rb +19 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/list_inbound_plans_response.rb +19 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/list_item_compliance_details_response.rb +15 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/list_packing_group_boxes_response.rb +19 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/list_packing_group_items_response.rb +19 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/list_packing_options_response.rb +19 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/list_placement_options_response.rb +19 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/list_prep_details_response.rb +15 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/list_shipment_boxes_response.rb +19 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/list_shipment_content_update_previews_response.rb +19 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/list_shipment_items_response.rb +19 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/list_shipment_pallets_response.rb +19 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/list_transportation_options_response.rb +19 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/ltl_tracking_detail.rb +18 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/ltl_tracking_detail_input.rb +18 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/msku_prep_detail.rb +30 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/msku_prep_detail_input.rb +21 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/msku_quantity.rb +18 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/operation_problem.rb +24 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/package_grouping_input.rb +25 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/packing_configuration.rb +24 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/packing_option.rb +42 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/packing_option_summary.rb +18 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/pagination.rb +15 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/pallet.rb +29 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/pallet_input.rb +25 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/placement_option.rb +33 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/placement_option_summary.rb +19 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/prep_instruction.rb +28 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/quote.rb +23 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/region.rb +21 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/requested_updates.rb +19 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/schedule_self_ship_appointment_request.rb +15 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/schedule_self_ship_appointment_response.rb +15 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/selected_delivery_window.rb +28 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/self_ship_appointment_details.rb +21 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/self_ship_appointment_slots_availability.rb +19 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/set_packing_information_request.rb +15 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/set_packing_information_response.rb +15 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/set_prep_details_request.rb +19 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/set_prep_details_response.rb +15 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/shipment.rb +72 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/shipment_destination.rb +24 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/shipment_source.rb +18 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/shipment_summary.rb +23 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/shipment_transportation_configuration.rb +31 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/shipping_configuration.rb +24 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/shipping_requirements.rb +21 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/spd_tracking_detail.rb +15 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/spd_tracking_detail_input.rb +15 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/spd_tracking_item.rb +27 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/spd_tracking_item_input.rb +20 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/tax_details.rb +22 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/tax_rate.rb +21 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/tracking_details.rb +19 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/tracking_details_input.rb +19 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/transportation_option.rb +43 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/transportation_selection.rb +21 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/update_inbound_plan_name_request.rb +15 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/update_item_compliance_details_request.rb +18 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/update_item_compliance_details_response.rb +15 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/update_shipment_name_request.rb +15 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/update_shipment_source_address_request.rb +15 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/update_shipment_source_address_response.rb +15 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/update_shipment_tracking_details_request.rb +15 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/update_shipment_tracking_details_response.rb +15 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/weight.rb +18 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/weight_range.rb +21 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/window.rb +21 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20/window_input.rb +18 -0
- data/lib/peddler/types/fulfillment_inbound_2024_03_20.rb +128 -0
- data/lib/peddler/types/fulfillment_inbound_v0/address.rb +43 -0
- data/lib/peddler/types/fulfillment_inbound_v0/amazon_prep_fees_details.rb +18 -0
- data/lib/peddler/types/fulfillment_inbound_v0/amount.rb +18 -0
- data/lib/peddler/types/fulfillment_inbound_v0/asin_prep_instructions.rb +24 -0
- data/lib/peddler/types/fulfillment_inbound_v0/bill_of_lading_download_url.rb +16 -0
- data/lib/peddler/types/fulfillment_inbound_v0/box_contents_fee_details.rb +21 -0
- data/lib/peddler/types/fulfillment_inbound_v0/error.rb +21 -0
- data/lib/peddler/types/fulfillment_inbound_v0/get_bill_of_lading_response.rb +19 -0
- data/lib/peddler/types/fulfillment_inbound_v0/get_labels_response.rb +19 -0
- data/lib/peddler/types/fulfillment_inbound_v0/get_prep_instructions_response.rb +19 -0
- data/lib/peddler/types/fulfillment_inbound_v0/get_prep_instructions_result.rb +27 -0
- data/lib/peddler/types/fulfillment_inbound_v0/get_shipment_items_response.rb +19 -0
- data/lib/peddler/types/fulfillment_inbound_v0/get_shipment_items_result.rb +19 -0
- data/lib/peddler/types/fulfillment_inbound_v0/get_shipments_response.rb +19 -0
- data/lib/peddler/types/fulfillment_inbound_v0/get_shipments_result.rb +19 -0
- data/lib/peddler/types/fulfillment_inbound_v0/inbound_shipment_info.rb +46 -0
- data/lib/peddler/types/fulfillment_inbound_v0/inbound_shipment_item.rb +41 -0
- data/lib/peddler/types/fulfillment_inbound_v0/invalid_asin.rb +18 -0
- data/lib/peddler/types/fulfillment_inbound_v0/invalid_sku.rb +18 -0
- data/lib/peddler/types/fulfillment_inbound_v0/label_download_url.rb +15 -0
- data/lib/peddler/types/fulfillment_inbound_v0/prep_details.rb +18 -0
- data/lib/peddler/types/fulfillment_inbound_v0/sku_prep_instructions.rb +31 -0
- data/lib/peddler/types/fulfillment_inbound_v0.rb +24 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/address.rb +43 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/amount.rb +18 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/cancel_fulfillment_order_response.rb +15 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/cod_settings.rb +28 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/create_fulfillment_order_item.rb +45 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/create_fulfillment_order_request.rb +93 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/create_fulfillment_order_response.rb +15 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/create_fulfillment_return_request.rb +17 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/create_fulfillment_return_response.rb +19 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/create_fulfillment_return_result.rb +23 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/create_return_item.rb +27 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/date_range.rb +18 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/delivery_document.rb +19 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/delivery_information.rb +19 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/delivery_message.rb +18 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/delivery_offer.rb +22 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/delivery_policy.rb +15 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/delivery_preferences.rb +23 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/delivery_window.rb +21 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/destination.rb +18 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/drop_off_location.rb +21 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/error.rb +21 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/feature.rb +21 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/feature_settings.rb +24 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/feature_sku.rb +29 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/fee.rb +18 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/fulfillment_order.rb +67 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/fulfillment_order_item.rb +62 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/fulfillment_preview.rb +57 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/fulfillment_preview_item.rb +29 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/fulfillment_preview_shipment.rb +34 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/fulfillment_shipment.rb +50 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/fulfillment_shipment_item.rb +31 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/fulfillment_shipment_package.rb +37 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/get_delivery_offers_product.rb +19 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/get_delivery_offers_request.rb +19 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/get_delivery_offers_response.rb +19 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/get_delivery_offers_result.rb +16 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/get_delivery_offers_terms.rb +19 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/get_feature_inventory_response.rb +19 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/get_feature_inventory_result.rb +25 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/get_feature_sku_response.rb +19 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/get_feature_sku_result.rb +33 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/get_features_response.rb +19 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/get_features_result.rb +15 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/get_fulfillment_order_response.rb +19 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/get_fulfillment_order_result.rb +35 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/get_fulfillment_preview_item.rb +26 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/get_fulfillment_preview_request.rb +49 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/get_fulfillment_preview_response.rb +19 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/get_fulfillment_preview_result.rb +16 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/get_package_tracking_details_response.rb +20 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/invalid_item_reason.rb +18 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/invalid_return_item.rb +21 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/list_all_fulfillment_orders_response.rb +19 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/list_all_fulfillment_orders_result.rb +19 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/list_return_reason_codes_response.rb +19 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/list_return_reason_codes_result.rb +15 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/locker_details.rb +18 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/origin.rb +15 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/package_tracking_details.rb +60 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/payment_information.rb +21 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/product_identifier.rb +15 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/reason_code_details.rb +22 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/return_authorization.rb +29 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/return_item.rb +45 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/scheduled_delivery_info.rb +19 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/submit_fulfillment_order_status_update_request.rb +15 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/submit_fulfillment_order_status_update_response.rb +16 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/tracking_address.rb +21 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/tracking_event.rb +25 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/unfulfillable_preview_item.rb +26 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/update_fulfillment_order_item.rb +46 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/update_fulfillment_order_request.rb +58 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/update_fulfillment_order_response.rb +15 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/variable_precision_address.rb +38 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01/weight.rb +18 -0
- data/lib/peddler/types/fulfillment_outbound_2020_07_01.rb +79 -0
- data/lib/peddler/types/invoices_2024_06_19/attribute_option.rb +18 -0
- data/lib/peddler/types/invoices_2024_06_19/error.rb +21 -0
- data/lib/peddler/types/invoices_2024_06_19/error_list.rb +15 -0
- data/lib/peddler/types/invoices_2024_06_19/export.rb +35 -0
- data/lib/peddler/types/invoices_2024_06_19/export_invoices_request.rb +51 -0
- data/lib/peddler/types/invoices_2024_06_19/export_invoices_response.rb +15 -0
- data/lib/peddler/types/invoices_2024_06_19/get_invoice_response.rb +15 -0
- data/lib/peddler/types/invoices_2024_06_19/get_invoices_attributes_response.rb +15 -0
- data/lib/peddler/types/invoices_2024_06_19/get_invoices_document_response.rb +15 -0
- data/lib/peddler/types/invoices_2024_06_19/get_invoices_export_response.rb +15 -0
- data/lib/peddler/types/invoices_2024_06_19/get_invoices_exports_response.rb +20 -0
- data/lib/peddler/types/invoices_2024_06_19/get_invoices_response.rb +20 -0
- data/lib/peddler/types/invoices_2024_06_19/invoice.rb +49 -0
- data/lib/peddler/types/invoices_2024_06_19/invoices_attributes.rb +27 -0
- data/lib/peddler/types/invoices_2024_06_19/invoices_document.rb +20 -0
- data/lib/peddler/types/invoices_2024_06_19/transaction_identifier.rb +19 -0
- data/lib/peddler/types/invoices_2024_06_19.rb +18 -0
- data/lib/peddler/types/listings_items_2020_09_01/error.rb +21 -0
- data/lib/peddler/types/listings_items_2020_09_01/error_list.rb +15 -0
- data/lib/peddler/types/listings_items_2020_09_01/issue.rb +24 -0
- data/lib/peddler/types/listings_items_2020_09_01/listings_item_patch_request.rb +18 -0
- data/lib/peddler/types/listings_items_2020_09_01/listings_item_put_request.rb +21 -0
- data/lib/peddler/types/listings_items_2020_09_01/listings_item_submission_response.rb +24 -0
- data/lib/peddler/types/listings_items_2020_09_01/patch_operation.rb +22 -0
- data/lib/peddler/types/listings_items_2020_09_01.rb +9 -0
- data/lib/peddler/types/listings_items_2021_08_01/audience.rb +24 -0
- data/lib/peddler/types/listings_items_2021_08_01/error.rb +21 -0
- data/lib/peddler/types/listings_items_2021_08_01/error_list.rb +15 -0
- data/lib/peddler/types/listings_items_2021_08_01/fulfillment_availability.rb +18 -0
- data/lib/peddler/types/listings_items_2021_08_01/issue.rb +50 -0
- data/lib/peddler/types/listings_items_2021_08_01/issue_enforcement_action.rb +27 -0
- data/lib/peddler/types/listings_items_2021_08_01/issue_enforcements.rb +21 -0
- data/lib/peddler/types/listings_items_2021_08_01/issue_exemption.rb +23 -0
- data/lib/peddler/types/listings_items_2021_08_01/item.rb +46 -0
- data/lib/peddler/types/listings_items_2021_08_01/item_attributes.rb +13 -0
- data/lib/peddler/types/listings_items_2021_08_01/item_identifiers_by_marketplace.rb +18 -0
- data/lib/peddler/types/listings_items_2021_08_01/item_image.rb +21 -0
- data/lib/peddler/types/listings_items_2021_08_01/item_offer_by_marketplace.rb +29 -0
- data/lib/peddler/types/listings_items_2021_08_01/item_procurement.rb +15 -0
- data/lib/peddler/types/listings_items_2021_08_01/item_product_type_by_marketplace.rb +18 -0
- data/lib/peddler/types/listings_items_2021_08_01/item_relationship.rb +25 -0
- data/lib/peddler/types/listings_items_2021_08_01/item_relationships_by_marketplace.rb +18 -0
- data/lib/peddler/types/listings_items_2021_08_01/item_search_results.rb +26 -0
- data/lib/peddler/types/listings_items_2021_08_01/item_summary_by_marketplace.rb +43 -0
- data/lib/peddler/types/listings_items_2021_08_01/item_variation_theme.rb +19 -0
- data/lib/peddler/types/listings_items_2021_08_01/listings_item_patch_request.rb +18 -0
- data/lib/peddler/types/listings_items_2021_08_01/listings_item_put_request.rb +21 -0
- data/lib/peddler/types/listings_items_2021_08_01/listings_item_submission_response.rb +29 -0
- data/lib/peddler/types/listings_items_2021_08_01/pagination.rb +21 -0
- data/lib/peddler/types/listings_items_2021_08_01/patch_operation.rb +23 -0
- data/lib/peddler/types/listings_items_2021_08_01/points.rb +16 -0
- data/lib/peddler/types/listings_items_2021_08_01.rb +28 -0
- data/lib/peddler/types/listings_restrictions_2021_08_01/error.rb +21 -0
- data/lib/peddler/types/listings_restrictions_2021_08_01/link.rb +24 -0
- data/lib/peddler/types/listings_restrictions_2021_08_01/reason.rb +22 -0
- data/lib/peddler/types/listings_restrictions_2021_08_01/restriction.rb +22 -0
- data/lib/peddler/types/listings_restrictions_2021_08_01/restriction_list.rb +15 -0
- data/lib/peddler/types/listings_restrictions_2021_08_01.rb +7 -0
- data/lib/peddler/types/merchant_fulfillment_v0/additional_inputs.rb +18 -0
- data/lib/peddler/types/merchant_fulfillment_v0/additional_seller_input.rb +42 -0
- data/lib/peddler/types/merchant_fulfillment_v0/additional_seller_inputs.rb +18 -0
- data/lib/peddler/types/merchant_fulfillment_v0/address.rb +45 -0
- data/lib/peddler/types/merchant_fulfillment_v0/available_carrier_will_pick_up_option.rb +18 -0
- data/lib/peddler/types/merchant_fulfillment_v0/available_delivery_experience_option.rb +18 -0
- data/lib/peddler/types/merchant_fulfillment_v0/available_shipping_service_options.rb +19 -0
- data/lib/peddler/types/merchant_fulfillment_v0/benefits.rb +20 -0
- data/lib/peddler/types/merchant_fulfillment_v0/cancel_shipment_response.rb +19 -0
- data/lib/peddler/types/merchant_fulfillment_v0/constraint.rb +18 -0
- data/lib/peddler/types/merchant_fulfillment_v0/create_shipment_request.rb +33 -0
- data/lib/peddler/types/merchant_fulfillment_v0/create_shipment_response.rb +19 -0
- data/lib/peddler/types/merchant_fulfillment_v0/currency_amount.rb +18 -0
- data/lib/peddler/types/merchant_fulfillment_v0/dangerous_goods_details.rb +24 -0
- data/lib/peddler/types/merchant_fulfillment_v0/error.rb +21 -0
- data/lib/peddler/types/merchant_fulfillment_v0/excluded_benefit.rb +18 -0
- data/lib/peddler/types/merchant_fulfillment_v0/file_contents.rb +21 -0
- data/lib/peddler/types/merchant_fulfillment_v0/get_additional_seller_inputs_request.rb +21 -0
- data/lib/peddler/types/merchant_fulfillment_v0/get_additional_seller_inputs_response.rb +19 -0
- data/lib/peddler/types/merchant_fulfillment_v0/get_additional_seller_inputs_result.rb +19 -0
- data/lib/peddler/types/merchant_fulfillment_v0/get_eligible_shipment_services_request.rb +19 -0
- data/lib/peddler/types/merchant_fulfillment_v0/get_eligible_shipment_services_response.rb +19 -0
- data/lib/peddler/types/merchant_fulfillment_v0/get_eligible_shipment_services_result.rb +27 -0
- data/lib/peddler/types/merchant_fulfillment_v0/get_shipment_response.rb +19 -0
- data/lib/peddler/types/merchant_fulfillment_v0/item.rb +43 -0
- data/lib/peddler/types/merchant_fulfillment_v0/item_level_fields.rb +18 -0
- data/lib/peddler/types/merchant_fulfillment_v0/label.rb +28 -0
- data/lib/peddler/types/merchant_fulfillment_v0/label_customization.rb +18 -0
- data/lib/peddler/types/merchant_fulfillment_v0/label_dimensions.rb +21 -0
- data/lib/peddler/types/merchant_fulfillment_v0/label_format_option.rb +18 -0
- data/lib/peddler/types/merchant_fulfillment_v0/label_format_option_request.rb +15 -0
- data/lib/peddler/types/merchant_fulfillment_v0/length.rb +18 -0
- data/lib/peddler/types/merchant_fulfillment_v0/liquid_volume.rb +18 -0
- data/lib/peddler/types/merchant_fulfillment_v0/package_dimensions.rb +31 -0
- data/lib/peddler/types/merchant_fulfillment_v0/rejected_shipping_service.rb +28 -0
- data/lib/peddler/types/merchant_fulfillment_v0/seller_input_definition.rb +34 -0
- data/lib/peddler/types/merchant_fulfillment_v0/shipment.rb +67 -0
- data/lib/peddler/types/merchant_fulfillment_v0/shipment_request_details.rb +50 -0
- data/lib/peddler/types/merchant_fulfillment_v0/shipping_offering_filter.rb +24 -0
- data/lib/peddler/types/merchant_fulfillment_v0/shipping_service.rb +59 -0
- data/lib/peddler/types/merchant_fulfillment_v0/shipping_service_options.rb +33 -0
- data/lib/peddler/types/merchant_fulfillment_v0/temporarily_unavailable_carrier.rb +15 -0
- data/lib/peddler/types/merchant_fulfillment_v0/terms_and_conditions_not_accepted_carrier.rb +15 -0
- data/lib/peddler/types/merchant_fulfillment_v0/weight.rb +18 -0
- data/lib/peddler/types/merchant_fulfillment_v0.rb +46 -0
- data/lib/peddler/types/messaging_v1/attachment.rb +23 -0
- data/lib/peddler/types/messaging_v1/create_amazon_motors_request.rb +17 -0
- data/lib/peddler/types/messaging_v1/create_amazon_motors_response.rb +15 -0
- data/lib/peddler/types/messaging_v1/create_confirm_customization_details_request.rb +20 -0
- data/lib/peddler/types/messaging_v1/create_confirm_customization_details_response.rb +15 -0
- data/lib/peddler/types/messaging_v1/create_confirm_delivery_details_request.rb +17 -0
- data/lib/peddler/types/messaging_v1/create_confirm_delivery_details_response.rb +15 -0
- data/lib/peddler/types/messaging_v1/create_confirm_order_details_request.rb +17 -0
- data/lib/peddler/types/messaging_v1/create_confirm_order_details_response.rb +15 -0
- data/lib/peddler/types/messaging_v1/create_confirm_service_details_request.rb +17 -0
- data/lib/peddler/types/messaging_v1/create_confirm_service_details_response.rb +15 -0
- data/lib/peddler/types/messaging_v1/create_digital_access_key_request.rb +20 -0
- data/lib/peddler/types/messaging_v1/create_digital_access_key_response.rb +15 -0
- data/lib/peddler/types/messaging_v1/create_legal_disclosure_request.rb +17 -0
- data/lib/peddler/types/messaging_v1/create_legal_disclosure_response.rb +15 -0
- data/lib/peddler/types/messaging_v1/create_unexpected_problem_request.rb +17 -0
- data/lib/peddler/types/messaging_v1/create_unexpected_problem_response.rb +15 -0
- data/lib/peddler/types/messaging_v1/create_warranty_request.rb +23 -0
- data/lib/peddler/types/messaging_v1/create_warranty_response.rb +15 -0
- data/lib/peddler/types/messaging_v1/error.rb +21 -0
- data/lib/peddler/types/messaging_v1/get_attributes_response.rb +18 -0
- data/lib/peddler/types/messaging_v1/get_messaging_action_response.rb +26 -0
- data/lib/peddler/types/messaging_v1/get_messaging_actions_for_order_response.rb +21 -0
- data/lib/peddler/types/messaging_v1/get_schema_response.rb +22 -0
- data/lib/peddler/types/messaging_v1/invoice_request.rb +15 -0
- data/lib/peddler/types/messaging_v1/invoice_response.rb +15 -0
- data/lib/peddler/types/messaging_v1/link_object.rb +18 -0
- data/lib/peddler/types/messaging_v1/messaging_action.rb +15 -0
- data/lib/peddler/types/messaging_v1/schema.rb +14 -0
- data/lib/peddler/types/messaging_v1.rb +31 -0
- data/lib/peddler/types/notifications_v1/aggregation_filter.rb +16 -0
- data/lib/peddler/types/notifications_v1/aggregation_settings.rb +15 -0
- data/lib/peddler/types/notifications_v1/create_destination_request.rb +19 -0
- data/lib/peddler/types/notifications_v1/create_destination_response.rb +19 -0
- data/lib/peddler/types/notifications_v1/create_subscription_request.rb +21 -0
- data/lib/peddler/types/notifications_v1/create_subscription_response.rb +19 -0
- data/lib/peddler/types/notifications_v1/delete_destination_response.rb +15 -0
- data/lib/peddler/types/notifications_v1/delete_subscription_by_id_response.rb +15 -0
- data/lib/peddler/types/notifications_v1/destination.rb +21 -0
- data/lib/peddler/types/notifications_v1/destination_resource.rb +19 -0
- data/lib/peddler/types/notifications_v1/destination_resource_specification.rb +22 -0
- data/lib/peddler/types/notifications_v1/error.rb +21 -0
- data/lib/peddler/types/notifications_v1/event_bridge_resource.rb +24 -0
- data/lib/peddler/types/notifications_v1/event_bridge_resource_specification.rb +19 -0
- data/lib/peddler/types/notifications_v1/get_destination_response.rb +19 -0
- data/lib/peddler/types/notifications_v1/get_destinations_response.rb +19 -0
- data/lib/peddler/types/notifications_v1/get_subscription_by_id_response.rb +19 -0
- data/lib/peddler/types/notifications_v1/get_subscription_response.rb +19 -0
- data/lib/peddler/types/notifications_v1/marketplace_filter.rb +15 -0
- data/lib/peddler/types/notifications_v1/order_change_type_filter.rb +15 -0
- data/lib/peddler/types/notifications_v1/processing_directive.rb +21 -0
- data/lib/peddler/types/notifications_v1/sqs_resource.rb +15 -0
- data/lib/peddler/types/notifications_v1/subscription.rb +24 -0
- data/lib/peddler/types/notifications_v1.rb +25 -0
- data/lib/peddler/types/orders_v0/address.rb +69 -0
- data/lib/peddler/types/orders_v0/address_extended_fields.rb +25 -0
- data/lib/peddler/types/orders_v0/amazon_programs.rb +23 -0
- data/lib/peddler/types/orders_v0/associated_item.rb +22 -0
- data/lib/peddler/types/orders_v0/automated_shipping_settings.rb +23 -0
- data/lib/peddler/types/orders_v0/business_hours.rb +18 -0
- data/lib/peddler/types/orders_v0/buyer_customized_info_detail.rb +15 -0
- data/lib/peddler/types/orders_v0/buyer_info.rb +33 -0
- data/lib/peddler/types/orders_v0/buyer_requested_cancel.rb +20 -0
- data/lib/peddler/types/orders_v0/buyer_tax_info.rb +21 -0
- data/lib/peddler/types/orders_v0/buyer_tax_information.rb +24 -0
- data/lib/peddler/types/orders_v0/confirm_shipment_error_response.rb +15 -0
- data/lib/peddler/types/orders_v0/confirm_shipment_order_item.rb +21 -0
- data/lib/peddler/types/orders_v0/confirm_shipment_request.rb +21 -0
- data/lib/peddler/types/orders_v0/delivery_preferences.rb +25 -0
- data/lib/peddler/types/orders_v0/error.rb +21 -0
- data/lib/peddler/types/orders_v0/exception_dates.rb +22 -0
- data/lib/peddler/types/orders_v0/fulfillment_instruction.rb +15 -0
- data/lib/peddler/types/orders_v0/get_order_address_response.rb +19 -0
- data/lib/peddler/types/orders_v0/get_order_buyer_info_response.rb +19 -0
- data/lib/peddler/types/orders_v0/get_order_items_buyer_info_response.rb +19 -0
- data/lib/peddler/types/orders_v0/get_order_items_response.rb +19 -0
- data/lib/peddler/types/orders_v0/get_order_regulated_info_response.rb +19 -0
- data/lib/peddler/types/orders_v0/get_order_response.rb +19 -0
- data/lib/peddler/types/orders_v0/get_orders_response.rb +19 -0
- data/lib/peddler/types/orders_v0/item_buyer_info.rb +32 -0
- data/lib/peddler/types/orders_v0/marketplace_tax_info.rb +15 -0
- data/lib/peddler/types/orders_v0/measurement.rb +18 -0
- data/lib/peddler/types/orders_v0/open_interval.rb +18 -0
- data/lib/peddler/types/orders_v0/open_time_interval.rb +18 -0
- data/lib/peddler/types/orders_v0/order.rb +226 -0
- data/lib/peddler/types/orders_v0/order_address.rb +29 -0
- data/lib/peddler/types/orders_v0/order_buyer_info.rb +36 -0
- data/lib/peddler/types/orders_v0/order_item.rb +174 -0
- data/lib/peddler/types/orders_v0/order_item_buyer_info.rb +35 -0
- data/lib/peddler/types/orders_v0/order_items_buyer_info_list.rb +22 -0
- data/lib/peddler/types/orders_v0/order_items_list.rb +22 -0
- data/lib/peddler/types/orders_v0/order_regulated_info.rb +26 -0
- data/lib/peddler/types/orders_v0/orders_list.rb +30 -0
- data/lib/peddler/types/orders_v0/package_detail.rb +39 -0
- data/lib/peddler/types/orders_v0/payment_execution_detail_item.rb +46 -0
- data/lib/peddler/types/orders_v0/points_granted_detail.rb +18 -0
- data/lib/peddler/types/orders_v0/preferred_delivery_time.rb +19 -0
- data/lib/peddler/types/orders_v0/prescription_detail.rb +40 -0
- data/lib/peddler/types/orders_v0/product_info_detail.rb +15 -0
- data/lib/peddler/types/orders_v0/regulated_information.rb +16 -0
- data/lib/peddler/types/orders_v0/regulated_information_field.rb +25 -0
- data/lib/peddler/types/orders_v0/regulated_order_verification_status.rb +39 -0
- data/lib/peddler/types/orders_v0/rejection_reason.rb +18 -0
- data/lib/peddler/types/orders_v0/shipping_constraints.rb +26 -0
- data/lib/peddler/types/orders_v0/substitution_option.rb +27 -0
- data/lib/peddler/types/orders_v0/substitution_preferences.rb +18 -0
- data/lib/peddler/types/orders_v0/tax_classification.rb +18 -0
- data/lib/peddler/types/orders_v0/tax_collection.rb +18 -0
- data/lib/peddler/types/orders_v0/update_shipment_status_error_response.rb +15 -0
- data/lib/peddler/types/orders_v0/update_shipment_status_request.rb +21 -0
- data/lib/peddler/types/orders_v0/update_verification_status_error_response.rb +15 -0
- data/lib/peddler/types/orders_v0/update_verification_status_request.rb +15 -0
- data/lib/peddler/types/orders_v0/update_verification_status_request_body.rb +25 -0
- data/lib/peddler/types/orders_v0/valid_verification_detail.rb +24 -0
- data/lib/peddler/types/orders_v0/verification_details.rb +15 -0
- data/lib/peddler/types/orders_v0.rb +63 -0
- data/lib/peddler/types/product_fees_v0/error.rb +21 -0
- data/lib/peddler/types/product_fees_v0/fee_detail.rb +32 -0
- data/lib/peddler/types/product_fees_v0/fees_estimate.rb +23 -0
- data/lib/peddler/types/product_fees_v0/fees_estimate_by_id_request.rb +21 -0
- data/lib/peddler/types/product_fees_v0/fees_estimate_error.rb +24 -0
- data/lib/peddler/types/product_fees_v0/fees_estimate_identifier.rb +36 -0
- data/lib/peddler/types/product_fees_v0/fees_estimate_request.rb +27 -0
- data/lib/peddler/types/product_fees_v0/fees_estimate_result.rb +26 -0
- data/lib/peddler/types/product_fees_v0/get_my_fees_estimate_request.rb +15 -0
- data/lib/peddler/types/product_fees_v0/get_my_fees_estimate_response.rb +19 -0
- data/lib/peddler/types/product_fees_v0/get_my_fees_estimate_result.rb +15 -0
- data/lib/peddler/types/product_fees_v0/get_my_fees_estimates_error_list.rb +15 -0
- data/lib/peddler/types/product_fees_v0/included_fee_detail.rb +28 -0
- data/lib/peddler/types/product_fees_v0/money_type.rb +18 -0
- data/lib/peddler/types/product_fees_v0/points.rb +20 -0
- data/lib/peddler/types/product_fees_v0/price_to_estimate_fees.rb +23 -0
- data/lib/peddler/types/product_fees_v0.rb +18 -0
- data/lib/peddler/types/product_pricing_2022_05_01/batch_request.rb +25 -0
- data/lib/peddler/types/product_pricing_2022_05_01/batch_response.rb +19 -0
- data/lib/peddler/types/product_pricing_2022_05_01/competitive_summary_batch_request.rb +15 -0
- data/lib/peddler/types/product_pricing_2022_05_01/competitive_summary_batch_response.rb +15 -0
- data/lib/peddler/types/product_pricing_2022_05_01/competitive_summary_request.rb +34 -0
- data/lib/peddler/types/product_pricing_2022_05_01/competitive_summary_response.rb +21 -0
- data/lib/peddler/types/product_pricing_2022_05_01/competitive_summary_response_body.rb +35 -0
- data/lib/peddler/types/product_pricing_2022_05_01/error.rb +21 -0
- data/lib/peddler/types/product_pricing_2022_05_01/errors.rb +15 -0
- data/lib/peddler/types/product_pricing_2022_05_01/featured_buying_option.rb +23 -0
- data/lib/peddler/types/product_pricing_2022_05_01/featured_offer.rb +23 -0
- data/lib/peddler/types/product_pricing_2022_05_01/featured_offer_expected_price.rb +22 -0
- data/lib/peddler/types/product_pricing_2022_05_01/featured_offer_expected_price_request_params.rb +21 -0
- data/lib/peddler/types/product_pricing_2022_05_01/featured_offer_expected_price_response_body.rb +24 -0
- data/lib/peddler/types/product_pricing_2022_05_01/featured_offer_expected_price_result.rb +30 -0
- data/lib/peddler/types/product_pricing_2022_05_01/featured_offer_segment.rb +18 -0
- data/lib/peddler/types/product_pricing_2022_05_01/get_featured_offer_expected_price_batch_request.rb +15 -0
- data/lib/peddler/types/product_pricing_2022_05_01/get_featured_offer_expected_price_batch_response.rb +15 -0
- data/lib/peddler/types/product_pricing_2022_05_01/http_headers.rb +13 -0
- data/lib/peddler/types/product_pricing_2022_05_01/http_status_line.rb +19 -0
- data/lib/peddler/types/product_pricing_2022_05_01/lowest_priced_offer.rb +21 -0
- data/lib/peddler/types/product_pricing_2022_05_01/lowest_priced_offers_input.rb +20 -0
- data/lib/peddler/types/product_pricing_2022_05_01/money_type.rb +18 -0
- data/lib/peddler/types/product_pricing_2022_05_01/offer.rb +42 -0
- data/lib/peddler/types/product_pricing_2022_05_01/offer_identifier.rb +28 -0
- data/lib/peddler/types/product_pricing_2022_05_01/points.rb +20 -0
- data/lib/peddler/types/product_pricing_2022_05_01/postal_code.rb +18 -0
- data/lib/peddler/types/product_pricing_2022_05_01/price.rb +24 -0
- data/lib/peddler/types/product_pricing_2022_05_01/prime_details.rb +15 -0
- data/lib/peddler/types/product_pricing_2022_05_01/reference_price.rb +21 -0
- data/lib/peddler/types/product_pricing_2022_05_01/sample_location.rb +15 -0
- data/lib/peddler/types/product_pricing_2022_05_01/segment.rb +16 -0
- data/lib/peddler/types/product_pricing_2022_05_01/segment_details.rb +20 -0
- data/lib/peddler/types/product_pricing_2022_05_01/shipping_option.rb +19 -0
- data/lib/peddler/types/product_pricing_2022_05_01.rb +36 -0
- data/lib/peddler/types/product_pricing_v0/asin_identifier.rb +18 -0
- data/lib/peddler/types/product_pricing_v0/batch_offers_request_params.rb +22 -0
- data/lib/peddler/types/product_pricing_v0/batch_offers_response.rb +23 -0
- data/lib/peddler/types/product_pricing_v0/batch_request.rb +29 -0
- data/lib/peddler/types/product_pricing_v0/buy_box_price_type.rb +44 -0
- data/lib/peddler/types/product_pricing_v0/competitive_price_type.rb +51 -0
- data/lib/peddler/types/product_pricing_v0/competitive_pricing_type.rb +24 -0
- data/lib/peddler/types/product_pricing_v0/detailed_shipping_time_type.rb +29 -0
- data/lib/peddler/types/product_pricing_v0/error.rb +21 -0
- data/lib/peddler/types/product_pricing_v0/errors.rb +15 -0
- data/lib/peddler/types/product_pricing_v0/get_item_offers_batch_request.rb +15 -0
- data/lib/peddler/types/product_pricing_v0/get_item_offers_batch_response.rb +15 -0
- data/lib/peddler/types/product_pricing_v0/get_listing_offers_batch_request.rb +15 -0
- data/lib/peddler/types/product_pricing_v0/get_listing_offers_batch_response.rb +15 -0
- data/lib/peddler/types/product_pricing_v0/get_offers_http_status_line.rb +19 -0
- data/lib/peddler/types/product_pricing_v0/get_offers_response.rb +19 -0
- data/lib/peddler/types/product_pricing_v0/get_offers_result.rb +39 -0
- data/lib/peddler/types/product_pricing_v0/get_pricing_response.rb +19 -0
- data/lib/peddler/types/product_pricing_v0/http_request_headers.rb +13 -0
- data/lib/peddler/types/product_pricing_v0/http_response_headers.rb +19 -0
- data/lib/peddler/types/product_pricing_v0/identifier_type.rb +19 -0
- data/lib/peddler/types/product_pricing_v0/item_identifier.rb +24 -0
- data/lib/peddler/types/product_pricing_v0/lowest_price_type.rb +42 -0
- data/lib/peddler/types/product_pricing_v0/money_type.rb +18 -0
- data/lib/peddler/types/product_pricing_v0/offer_count_type.rb +22 -0
- data/lib/peddler/types/product_pricing_v0/offer_detail.rb +72 -0
- data/lib/peddler/types/product_pricing_v0/offer_listing_count_type.rb +18 -0
- data/lib/peddler/types/product_pricing_v0/offer_type.rb +49 -0
- data/lib/peddler/types/product_pricing_v0/points.rb +19 -0
- data/lib/peddler/types/product_pricing_v0/price.rb +24 -0
- data/lib/peddler/types/product_pricing_v0/price_type.rb +27 -0
- data/lib/peddler/types/product_pricing_v0/prime_information_type.rb +19 -0
- data/lib/peddler/types/product_pricing_v0/product.rb +33 -0
- data/lib/peddler/types/product_pricing_v0/quantity_discount_price_type.rb +22 -0
- data/lib/peddler/types/product_pricing_v0/sales_rank_type.rb +18 -0
- data/lib/peddler/types/product_pricing_v0/seller_feedback_type.rb +19 -0
- data/lib/peddler/types/product_pricing_v0/seller_sku_identifier.rb +21 -0
- data/lib/peddler/types/product_pricing_v0/ships_from_type.rb +18 -0
- data/lib/peddler/types/product_pricing_v0/summary.rb +56 -0
- data/lib/peddler/types/product_pricing_v0.rb +41 -0
- data/lib/peddler/types/product_type_definitions_2020_09_01/error.rb +21 -0
- data/lib/peddler/types/product_type_definitions_2020_09_01/error_list.rb +15 -0
- data/lib/peddler/types/product_type_definitions_2020_09_01/product_type.rb +21 -0
- data/lib/peddler/types/product_type_definitions_2020_09_01/product_type_definition.rb +48 -0
- data/lib/peddler/types/product_type_definitions_2020_09_01/product_type_list.rb +18 -0
- data/lib/peddler/types/product_type_definitions_2020_09_01/product_type_version.rb +23 -0
- data/lib/peddler/types/product_type_definitions_2020_09_01/property_group.rb +22 -0
- data/lib/peddler/types/product_type_definitions_2020_09_01/schema_link.rb +18 -0
- data/lib/peddler/types/product_type_definitions_2020_09_01.rb +10 -0
- data/lib/peddler/types/replenishment_2022_11_07/discount_funding.rb +15 -0
- data/lib/peddler/types/replenishment_2022_11_07/error.rb +21 -0
- data/lib/peddler/types/replenishment_2022_11_07/error_list.rb +15 -0
- data/lib/peddler/types/replenishment_2022_11_07/get_selling_partner_metrics_request.rb +34 -0
- data/lib/peddler/types/replenishment_2022_11_07/get_selling_partner_metrics_response.rb +15 -0
- data/lib/peddler/types/replenishment_2022_11_07/get_selling_partner_metrics_response_metric.rb +98 -0
- data/lib/peddler/types/replenishment_2022_11_07/list_offer_metrics_request.rb +25 -0
- data/lib/peddler/types/replenishment_2022_11_07/list_offer_metrics_request_filters.rb +34 -0
- data/lib/peddler/types/replenishment_2022_11_07/list_offer_metrics_request_pagination.rb +19 -0
- data/lib/peddler/types/replenishment_2022_11_07/list_offer_metrics_request_sort.rb +18 -0
- data/lib/peddler/types/replenishment_2022_11_07/list_offer_metrics_response.rb +19 -0
- data/lib/peddler/types/replenishment_2022_11_07/list_offer_metrics_response_offer.rb +77 -0
- data/lib/peddler/types/replenishment_2022_11_07/list_offers_request.rb +25 -0
- data/lib/peddler/types/replenishment_2022_11_07/list_offers_request_filters.rb +39 -0
- data/lib/peddler/types/replenishment_2022_11_07/list_offers_request_pagination.rb +19 -0
- data/lib/peddler/types/replenishment_2022_11_07/list_offers_request_sort.rb +18 -0
- data/lib/peddler/types/replenishment_2022_11_07/list_offers_response.rb +19 -0
- data/lib/peddler/types/replenishment_2022_11_07/list_offers_response_offer.rb +36 -0
- data/lib/peddler/types/replenishment_2022_11_07/offer_program_configuration.rb +23 -0
- data/lib/peddler/types/replenishment_2022_11_07/offer_program_configuration_preferences.rb +16 -0
- data/lib/peddler/types/replenishment_2022_11_07/offer_program_configuration_promotions.rb +26 -0
- data/lib/peddler/types/replenishment_2022_11_07/offer_program_configuration_promotions_discount_funding.rb +15 -0
- data/lib/peddler/types/replenishment_2022_11_07/pagination_response.rb +15 -0
- data/lib/peddler/types/replenishment_2022_11_07/preference.rb +16 -0
- data/lib/peddler/types/replenishment_2022_11_07/promotion.rb +24 -0
- data/lib/peddler/types/replenishment_2022_11_07/time_interval.rb +39 -0
- data/lib/peddler/types/replenishment_2022_11_07.rb +28 -0
- data/lib/peddler/types/reports_2021_06_30/create_report_response.rb +16 -0
- data/lib/peddler/types/reports_2021_06_30/create_report_schedule_response.rb +16 -0
- data/lib/peddler/types/reports_2021_06_30/create_report_schedule_specification.rb +31 -0
- data/lib/peddler/types/reports_2021_06_30/create_report_specification.rb +35 -0
- data/lib/peddler/types/reports_2021_06_30/error.rb +21 -0
- data/lib/peddler/types/reports_2021_06_30/error_list.rb +15 -0
- data/lib/peddler/types/reports_2021_06_30/get_reports_response.rb +19 -0
- data/lib/peddler/types/reports_2021_06_30/report.rb +51 -0
- data/lib/peddler/types/reports_2021_06_30/report_document.rb +27 -0
- data/lib/peddler/types/reports_2021_06_30/report_options.rb +13 -0
- data/lib/peddler/types/reports_2021_06_30/report_schedule.rb +35 -0
- data/lib/peddler/types/reports_2021_06_30/report_schedule_list.rb +15 -0
- data/lib/peddler/types/reports_2021_06_30.rb +14 -0
- data/lib/peddler/types/sales_v1/error.rb +21 -0
- data/lib/peddler/types/sales_v1/get_order_metrics_response.rb +19 -0
- data/lib/peddler/types/sales_v1/order_metrics_interval.rb +33 -0
- data/lib/peddler/types/sales_v1.rb +5 -0
- data/lib/peddler/types/seller_wallet_2024_03_01/account_holder_address.rb +34 -0
- data/lib/peddler/types/seller_wallet_2024_03_01/balance.rb +27 -0
- data/lib/peddler/types/seller_wallet_2024_03_01/balance_listing.rb +15 -0
- data/lib/peddler/types/seller_wallet_2024_03_01/bank_account.rb +50 -0
- data/lib/peddler/types/seller_wallet_2024_03_01/bank_account_listing.rb +15 -0
- data/lib/peddler/types/seller_wallet_2024_03_01/create_transaction_response.rb +19 -0
- data/lib/peddler/types/seller_wallet_2024_03_01/currency.rb +18 -0
- data/lib/peddler/types/seller_wallet_2024_03_01/delete_transfer_schedule.rb +21 -0
- data/lib/peddler/types/seller_wallet_2024_03_01/error.rb +21 -0
- data/lib/peddler/types/seller_wallet_2024_03_01/error_list.rb +15 -0
- data/lib/peddler/types/seller_wallet_2024_03_01/fee.rb +27 -0
- data/lib/peddler/types/seller_wallet_2024_03_01/fx_rate_details.rb +25 -0
- data/lib/peddler/types/seller_wallet_2024_03_01/payment_preference.rb +19 -0
- data/lib/peddler/types/seller_wallet_2024_03_01/schedule_expression.rb +20 -0
- data/lib/peddler/types/seller_wallet_2024_03_01/transaction.rb +66 -0
- data/lib/peddler/types/seller_wallet_2024_03_01/transaction_account.rb +34 -0
- data/lib/peddler/types/seller_wallet_2024_03_01/transaction_initiation_request.rb +49 -0
- data/lib/peddler/types/seller_wallet_2024_03_01/transaction_instrument_details.rb +28 -0
- data/lib/peddler/types/seller_wallet_2024_03_01/transaction_listing.rb +19 -0
- data/lib/peddler/types/seller_wallet_2024_03_01/transfer_rate_preview.rb +35 -0
- data/lib/peddler/types/seller_wallet_2024_03_01/transfer_schedule.rb +44 -0
- data/lib/peddler/types/seller_wallet_2024_03_01/transfer_schedule_failures.rb +18 -0
- data/lib/peddler/types/seller_wallet_2024_03_01/transfer_schedule_information.rb +25 -0
- data/lib/peddler/types/seller_wallet_2024_03_01/transfer_schedule_listing.rb +19 -0
- data/lib/peddler/types/seller_wallet_2024_03_01/transfer_schedule_request.rb +42 -0
- data/lib/peddler/types/seller_wallet_2024_03_01.rb +27 -0
- data/lib/peddler/types/sellers_v1/account.rb +29 -0
- data/lib/peddler/types/sellers_v1/address.rb +30 -0
- data/lib/peddler/types/sellers_v1/business.rb +29 -0
- data/lib/peddler/types/sellers_v1/error.rb +21 -0
- data/lib/peddler/types/sellers_v1/get_account_response.rb +19 -0
- data/lib/peddler/types/sellers_v1/get_marketplace_participations_response.rb +19 -0
- data/lib/peddler/types/sellers_v1/marketplace.rb +30 -0
- data/lib/peddler/types/sellers_v1/marketplace_participation.rb +21 -0
- data/lib/peddler/types/sellers_v1/participation.rb +19 -0
- data/lib/peddler/types/sellers_v1/primary_contact.rb +21 -0
- data/lib/peddler/types/sellers_v1.rb +12 -0
- data/lib/peddler/types/services_v1/add_appointment_request.rb +15 -0
- data/lib/peddler/types/services_v1/address.rb +45 -0
- data/lib/peddler/types/services_v1/appointment.rb +32 -0
- data/lib/peddler/types/services_v1/appointment_resource.rb +15 -0
- data/lib/peddler/types/services_v1/appointment_slot.rb +21 -0
- data/lib/peddler/types/services_v1/appointment_slot_report.rb +25 -0
- data/lib/peddler/types/services_v1/appointment_time.rb +18 -0
- data/lib/peddler/types/services_v1/appointment_time_input.rb +18 -0
- data/lib/peddler/types/services_v1/assign_appointment_resources_request.rb +15 -0
- data/lib/peddler/types/services_v1/assign_appointment_resources_response.rb +18 -0
- data/lib/peddler/types/services_v1/associated_item.rb +33 -0
- data/lib/peddler/types/services_v1/availability_record.rb +24 -0
- data/lib/peddler/types/services_v1/buyer.rb +24 -0
- data/lib/peddler/types/services_v1/cancel_reservation_response.rb +15 -0
- data/lib/peddler/types/services_v1/cancel_service_job_by_service_job_id_response.rb +15 -0
- data/lib/peddler/types/services_v1/complete_service_job_by_service_job_id_response.rb +15 -0
- data/lib/peddler/types/services_v1/create_reservation_record.rb +25 -0
- data/lib/peddler/types/services_v1/create_reservation_request.rb +18 -0
- data/lib/peddler/types/services_v1/create_reservation_response.rb +20 -0
- data/lib/peddler/types/services_v1/create_service_document_upload_destination.rb +19 -0
- data/lib/peddler/types/services_v1/date_time_range.rb +20 -0
- data/lib/peddler/types/services_v1/encryption_details.rb +21 -0
- data/lib/peddler/types/services_v1/error.rb +24 -0
- data/lib/peddler/types/services_v1/fixed_slot.rb +32 -0
- data/lib/peddler/types/services_v1/fixed_slot_capacity.rb +25 -0
- data/lib/peddler/types/services_v1/fixed_slot_capacity_errors.rb +15 -0
- data/lib/peddler/types/services_v1/fixed_slot_capacity_query.rb +27 -0
- data/lib/peddler/types/services_v1/fulfillment_document.rb +20 -0
- data/lib/peddler/types/services_v1/fulfillment_time.rb +18 -0
- data/lib/peddler/types/services_v1/get_appointment_slots_response.rb +19 -0
- data/lib/peddler/types/services_v1/get_service_job_by_service_job_id_response.rb +19 -0
- data/lib/peddler/types/services_v1/get_service_jobs_response.rb +19 -0
- data/lib/peddler/types/services_v1/item_delivery.rb +19 -0
- data/lib/peddler/types/services_v1/item_delivery_promise.rb +18 -0
- data/lib/peddler/types/services_v1/job_listing.rb +26 -0
- data/lib/peddler/types/services_v1/poa.rb +28 -0
- data/lib/peddler/types/services_v1/range_capacity.rb +18 -0
- data/lib/peddler/types/services_v1/range_slot.rb +21 -0
- data/lib/peddler/types/services_v1/range_slot_capacity.rb +21 -0
- data/lib/peddler/types/services_v1/range_slot_capacity_errors.rb +15 -0
- data/lib/peddler/types/services_v1/range_slot_capacity_query.rb +23 -0
- data/lib/peddler/types/services_v1/recurrence.rb +22 -0
- data/lib/peddler/types/services_v1/reschedule_appointment_request.rb +18 -0
- data/lib/peddler/types/services_v1/reservation.rb +23 -0
- data/lib/peddler/types/services_v1/scope_of_work.rb +24 -0
- data/lib/peddler/types/services_v1/seller.rb +15 -0
- data/lib/peddler/types/services_v1/service_document_upload_destination.rb +24 -0
- data/lib/peddler/types/services_v1/service_job.rb +62 -0
- data/lib/peddler/types/services_v1/service_job_provider.rb +15 -0
- data/lib/peddler/types/services_v1/service_location.rb +18 -0
- data/lib/peddler/types/services_v1/service_upload_document.rb +22 -0
- data/lib/peddler/types/services_v1/set_appointment_fulfillment_data_request.rb +28 -0
- data/lib/peddler/types/services_v1/set_appointment_response.rb +26 -0
- data/lib/peddler/types/services_v1/technician.rb +18 -0
- data/lib/peddler/types/services_v1/update_reservation_record.rb +25 -0
- data/lib/peddler/types/services_v1/update_reservation_request.rb +18 -0
- data/lib/peddler/types/services_v1/update_reservation_response.rb +20 -0
- data/lib/peddler/types/services_v1/update_schedule_record.rb +24 -0
- data/lib/peddler/types/services_v1/update_schedule_request.rb +15 -0
- data/lib/peddler/types/services_v1/update_schedule_response.rb +20 -0
- data/lib/peddler/types/services_v1/warning.rb +22 -0
- data/lib/peddler/types/services_v1.rb +63 -0
- data/lib/peddler/types/shipment_invoicing_v0/address.rb +48 -0
- data/lib/peddler/types/shipment_invoicing_v0/buyer_tax_info.rb +21 -0
- data/lib/peddler/types/shipment_invoicing_v0/error.rb +21 -0
- data/lib/peddler/types/shipment_invoicing_v0/get_invoice_status_response.rb +19 -0
- data/lib/peddler/types/shipment_invoicing_v0/get_shipment_details_response.rb +19 -0
- data/lib/peddler/types/shipment_invoicing_v0/marketplace_tax_info.rb +21 -0
- data/lib/peddler/types/shipment_invoicing_v0/payment_information.rb +27 -0
- data/lib/peddler/types/shipment_invoicing_v0/shipment_detail.rb +61 -0
- data/lib/peddler/types/shipment_invoicing_v0/shipment_invoice_status_info.rb +18 -0
- data/lib/peddler/types/shipment_invoicing_v0/shipment_invoice_status_response.rb +15 -0
- data/lib/peddler/types/shipment_invoicing_v0/shipment_item.rb +46 -0
- data/lib/peddler/types/shipment_invoicing_v0/submit_invoice_request.rb +23 -0
- data/lib/peddler/types/shipment_invoicing_v0/submit_invoice_response.rb +15 -0
- data/lib/peddler/types/shipment_invoicing_v0/tax_classification.rb +18 -0
- data/lib/peddler/types/shipment_invoicing_v0.rb +16 -0
- data/lib/peddler/types/shipping_v1/accepted_rate.rb +26 -0
- data/lib/peddler/types/shipping_v1/account.rb +15 -0
- data/lib/peddler/types/shipping_v1/address.rb +45 -0
- data/lib/peddler/types/shipping_v1/cancel_shipment_response.rb +15 -0
- data/lib/peddler/types/shipping_v1/container.rb +33 -0
- data/lib/peddler/types/shipping_v1/container_item.rb +27 -0
- data/lib/peddler/types/shipping_v1/container_specification.rb +19 -0
- data/lib/peddler/types/shipping_v1/create_shipment_request.rb +25 -0
- data/lib/peddler/types/shipping_v1/create_shipment_response.rb +19 -0
- data/lib/peddler/types/shipping_v1/create_shipment_result.rb +18 -0
- data/lib/peddler/types/shipping_v1/currency.rb +18 -0
- data/lib/peddler/types/shipping_v1/dimensions.rb +24 -0
- data/lib/peddler/types/shipping_v1/error.rb +21 -0
- data/lib/peddler/types/shipping_v1/event.rb +21 -0
- data/lib/peddler/types/shipping_v1/get_account_response.rb +19 -0
- data/lib/peddler/types/shipping_v1/get_rates_request.rb +28 -0
- data/lib/peddler/types/shipping_v1/get_rates_response.rb +19 -0
- data/lib/peddler/types/shipping_v1/get_rates_result.rb +15 -0
- data/lib/peddler/types/shipping_v1/get_shipment_response.rb +19 -0
- data/lib/peddler/types/shipping_v1/get_tracking_information_response.rb +19 -0
- data/lib/peddler/types/shipping_v1/label.rb +18 -0
- data/lib/peddler/types/shipping_v1/label_result.rb +21 -0
- data/lib/peddler/types/shipping_v1/label_specification.rb +18 -0
- data/lib/peddler/types/shipping_v1/location.rb +24 -0
- data/lib/peddler/types/shipping_v1/party.rb +15 -0
- data/lib/peddler/types/shipping_v1/purchase_labels_request.rb +18 -0
- data/lib/peddler/types/shipping_v1/purchase_labels_response.rb +19 -0
- data/lib/peddler/types/shipping_v1/purchase_labels_result.rb +25 -0
- data/lib/peddler/types/shipping_v1/purchase_shipment_request.rb +35 -0
- data/lib/peddler/types/shipping_v1/purchase_shipment_response.rb +19 -0
- data/lib/peddler/types/shipping_v1/purchase_shipment_result.rb +22 -0
- data/lib/peddler/types/shipping_v1/rate.rb +32 -0
- data/lib/peddler/types/shipping_v1/retrieve_shipping_label_request.rb +15 -0
- data/lib/peddler/types/shipping_v1/retrieve_shipping_label_response.rb +19 -0
- data/lib/peddler/types/shipping_v1/retrieve_shipping_label_result.rb +18 -0
- data/lib/peddler/types/shipping_v1/service_rate.rb +26 -0
- data/lib/peddler/types/shipping_v1/shipment.rb +36 -0
- data/lib/peddler/types/shipping_v1/shipping_promise_set.rb +18 -0
- data/lib/peddler/types/shipping_v1/time_range.rb +19 -0
- data/lib/peddler/types/shipping_v1/tracking_information.rb +25 -0
- data/lib/peddler/types/shipping_v1/tracking_summary.rb +15 -0
- data/lib/peddler/types/shipping_v1/weight.rb +18 -0
- data/lib/peddler/types/shipping_v1.rb +44 -0
- data/lib/peddler/types/shipping_v2/access_point.rb +46 -0
- data/lib/peddler/types/shipping_v2/access_point_details.rb +15 -0
- data/lib/peddler/types/shipping_v2/access_points_map.rb +13 -0
- data/lib/peddler/types/shipping_v2/accessibility_attributes.rb +18 -0
- data/lib/peddler/types/shipping_v2/active_account.rb +18 -0
- data/lib/peddler/types/shipping_v2/address.rb +49 -0
- data/lib/peddler/types/shipping_v2/amazon_order_details.rb +15 -0
- data/lib/peddler/types/shipping_v2/amazon_shipment_details.rb +16 -0
- data/lib/peddler/types/shipping_v2/available_value_added_service_group.rb +25 -0
- data/lib/peddler/types/shipping_v2/benefits.rb +20 -0
- data/lib/peddler/types/shipping_v2/cancel_shipment_response.rb +15 -0
- data/lib/peddler/types/shipping_v2/cancel_shipment_result.rb +13 -0
- data/lib/peddler/types/shipping_v2/carrier.rb +18 -0
- data/lib/peddler/types/shipping_v2/carrier_account.rb +18 -0
- data/lib/peddler/types/shipping_v2/carrier_account_attribute.rb +21 -0
- data/lib/peddler/types/shipping_v2/carrier_account_input.rb +36 -0
- data/lib/peddler/types/shipping_v2/channel_details.rb +22 -0
- data/lib/peddler/types/shipping_v2/charge_component.rb +18 -0
- data/lib/peddler/types/shipping_v2/client_reference_detail.rb +18 -0
- data/lib/peddler/types/shipping_v2/collect_on_delivery.rb +15 -0
- data/lib/peddler/types/shipping_v2/collection_forms_history_record.rb +27 -0
- data/lib/peddler/types/shipping_v2/collections_form_document.rb +18 -0
- data/lib/peddler/types/shipping_v2/create_claim_request.rb +30 -0
- data/lib/peddler/types/shipping_v2/create_claim_response.rb +15 -0
- data/lib/peddler/types/shipping_v2/currency.rb +18 -0
- data/lib/peddler/types/shipping_v2/dangerous_goods_details.rb +24 -0
- data/lib/peddler/types/shipping_v2/date_range.rb +18 -0
- data/lib/peddler/types/shipping_v2/day_of_week_time_map.rb +13 -0
- data/lib/peddler/types/shipping_v2/dimensions.rb +24 -0
- data/lib/peddler/types/shipping_v2/direct_fulfillment_item_identifiers.rb +21 -0
- data/lib/peddler/types/shipping_v2/direct_purchase_request.rb +37 -0
- data/lib/peddler/types/shipping_v2/direct_purchase_response.rb +15 -0
- data/lib/peddler/types/shipping_v2/direct_purchase_result.rb +18 -0
- data/lib/peddler/types/shipping_v2/document_size.rb +21 -0
- data/lib/peddler/types/shipping_v2/error.rb +21 -0
- data/lib/peddler/types/shipping_v2/error_list.rb +15 -0
- data/lib/peddler/types/shipping_v2/event.rb +24 -0
- data/lib/peddler/types/shipping_v2/exception_operating_hours.rb +19 -0
- data/lib/peddler/types/shipping_v2/excluded_benefit.rb +18 -0
- data/lib/peddler/types/shipping_v2/generate_collection_form_request.rb +22 -0
- data/lib/peddler/types/shipping_v2/generate_collection_form_response.rb +15 -0
- data/lib/peddler/types/shipping_v2/geocode.rb +18 -0
- data/lib/peddler/types/shipping_v2/get_access_points_response.rb +15 -0
- data/lib/peddler/types/shipping_v2/get_access_points_result.rb +15 -0
- data/lib/peddler/types/shipping_v2/get_additional_inputs_response.rb +15 -0
- data/lib/peddler/types/shipping_v2/get_additional_inputs_result.rb +13 -0
- data/lib/peddler/types/shipping_v2/get_carrier_account_form_inputs_response.rb +15 -0
- data/lib/peddler/types/shipping_v2/get_carrier_accounts_request.rb +15 -0
- data/lib/peddler/types/shipping_v2/get_carrier_accounts_response.rb +15 -0
- data/lib/peddler/types/shipping_v2/get_collection_form_history_request.rb +29 -0
- data/lib/peddler/types/shipping_v2/get_collection_form_history_response.rb +18 -0
- data/lib/peddler/types/shipping_v2/get_collection_form_response.rb +15 -0
- data/lib/peddler/types/shipping_v2/get_rates_request.rb +60 -0
- data/lib/peddler/types/shipping_v2/get_rates_response.rb +15 -0
- data/lib/peddler/types/shipping_v2/get_rates_result.rb +22 -0
- data/lib/peddler/types/shipping_v2/get_shipment_documents_response.rb +15 -0
- data/lib/peddler/types/shipping_v2/get_shipment_documents_result.rb +22 -0
- data/lib/peddler/types/shipping_v2/get_tracking_response.rb +15 -0
- data/lib/peddler/types/shipping_v2/get_tracking_result.rb +28 -0
- data/lib/peddler/types/shipping_v2/get_unmanifested_shipments_request.rb +15 -0
- data/lib/peddler/types/shipping_v2/get_unmanifested_shipments_response.rb +15 -0
- data/lib/peddler/types/shipping_v2/goods_owner.rb +16 -0
- data/lib/peddler/types/shipping_v2/ineligibility_reason.rb +18 -0
- data/lib/peddler/types/shipping_v2/ineligible_rate.rb +27 -0
- data/lib/peddler/types/shipping_v2/invoice_details.rb +18 -0
- data/lib/peddler/types/shipping_v2/item.rb +55 -0
- data/lib/peddler/types/shipping_v2/link_carrier_account_request.rb +25 -0
- data/lib/peddler/types/shipping_v2/link_carrier_account_response.rb +18 -0
- data/lib/peddler/types/shipping_v2/linkable_account_type.rb +18 -0
- data/lib/peddler/types/shipping_v2/linkable_carrier.rb +18 -0
- data/lib/peddler/types/shipping_v2/liquid_volume.rb +18 -0
- data/lib/peddler/types/shipping_v2/location.rb +24 -0
- data/lib/peddler/types/shipping_v2/ndr_request_data.rb +21 -0
- data/lib/peddler/types/shipping_v2/one_click_shipment_request.rb +61 -0
- data/lib/peddler/types/shipping_v2/one_click_shipment_response.rb +15 -0
- data/lib/peddler/types/shipping_v2/one_click_shipment_result.rb +34 -0
- data/lib/peddler/types/shipping_v2/one_click_shipment_value_added_service.rb +18 -0
- data/lib/peddler/types/shipping_v2/operating_hours.rb +21 -0
- data/lib/peddler/types/shipping_v2/package.rb +40 -0
- data/lib/peddler/types/shipping_v2/package_document.rb +21 -0
- data/lib/peddler/types/shipping_v2/package_document_detail.rb +21 -0
- data/lib/peddler/types/shipping_v2/print_option.rb +24 -0
- data/lib/peddler/types/shipping_v2/promise.rb +18 -0
- data/lib/peddler/types/shipping_v2/purchase_shipment_request.rb +33 -0
- data/lib/peddler/types/shipping_v2/purchase_shipment_response.rb +15 -0
- data/lib/peddler/types/shipping_v2/purchase_shipment_result.rb +26 -0
- data/lib/peddler/types/shipping_v2/rate.rb +62 -0
- data/lib/peddler/types/shipping_v2/rate_item.rb +24 -0
- data/lib/peddler/types/shipping_v2/requested_document_specification.rb +35 -0
- data/lib/peddler/types/shipping_v2/requested_label_customization.rb +15 -0
- data/lib/peddler/types/shipping_v2/requested_value_added_service.rb +16 -0
- data/lib/peddler/types/shipping_v2/service.rb +18 -0
- data/lib/peddler/types/shipping_v2/service_selection.rb +15 -0
- data/lib/peddler/types/shipping_v2/shipper_instruction.rb +15 -0
- data/lib/peddler/types/shipping_v2/submit_ndr_feedback_request.rb +21 -0
- data/lib/peddler/types/shipping_v2/supported_document_detail.rb +18 -0
- data/lib/peddler/types/shipping_v2/supported_document_specification.rb +22 -0
- data/lib/peddler/types/shipping_v2/tax_detail.rb +20 -0
- data/lib/peddler/types/shipping_v2/time_of_day.rb +21 -0
- data/lib/peddler/types/shipping_v2/time_window.rb +18 -0
- data/lib/peddler/types/shipping_v2/tracking_detail_codes.rb +20 -0
- data/lib/peddler/types/shipping_v2/tracking_summary.rb +18 -0
- data/lib/peddler/types/shipping_v2/unlink_carrier_account_request.rb +18 -0
- data/lib/peddler/types/shipping_v2/unlink_carrier_account_response.rb +15 -0
- data/lib/peddler/types/shipping_v2/unmanifested_carrier_information.rb +21 -0
- data/lib/peddler/types/shipping_v2/unmanifested_shipment_location.rb +18 -0
- data/lib/peddler/types/shipping_v2/validation_metadata.rb +21 -0
- data/lib/peddler/types/shipping_v2/value_added_service.rb +21 -0
- data/lib/peddler/types/shipping_v2/value_added_service_details.rb +15 -0
- data/lib/peddler/types/shipping_v2/weight.rb +18 -0
- data/lib/peddler/types/shipping_v2.rb +112 -0
- data/lib/peddler/types/solicitations_v1/create_product_review_and_seller_feedback_solicitation_response.rb +15 -0
- data/lib/peddler/types/solicitations_v1/error.rb +21 -0
- data/lib/peddler/types/solicitations_v1/get_schema_response.rb +21 -0
- data/lib/peddler/types/solicitations_v1/get_solicitation_action_response.rb +26 -0
- data/lib/peddler/types/solicitations_v1/get_solicitation_actions_for_order_response.rb +21 -0
- data/lib/peddler/types/solicitations_v1/link_object.rb +18 -0
- data/lib/peddler/types/solicitations_v1/schema.rb +14 -0
- data/lib/peddler/types/solicitations_v1/solicitations_action.rb +15 -0
- data/lib/peddler/types/solicitations_v1.rb +10 -0
- data/lib/peddler/types/supply_sources_2020_07_01/address.rb +46 -0
- data/lib/peddler/types/supply_sources_2020_07_01/address_with_contact.rb +19 -0
- data/lib/peddler/types/supply_sources_2020_07_01/contact_details.rb +15 -0
- data/lib/peddler/types/supply_sources_2020_07_01/create_supply_source_request.rb +21 -0
- data/lib/peddler/types/supply_sources_2020_07_01/create_supply_source_response.rb +18 -0
- data/lib/peddler/types/supply_sources_2020_07_01/curbside_pickup_configuration.rb +21 -0
- data/lib/peddler/types/supply_sources_2020_07_01/delivery_channel.rb +18 -0
- data/lib/peddler/types/supply_sources_2020_07_01/duration.rb +18 -0
- data/lib/peddler/types/supply_sources_2020_07_01/error.rb +21 -0
- data/lib/peddler/types/supply_sources_2020_07_01/error_list.rb +15 -0
- data/lib/peddler/types/supply_sources_2020_07_01/get_supply_sources_response.rb +18 -0
- data/lib/peddler/types/supply_sources_2020_07_01/in_store_pickup_configuration.rb +19 -0
- data/lib/peddler/types/supply_sources_2020_07_01/operating_hour.rb +18 -0
- data/lib/peddler/types/supply_sources_2020_07_01/operating_hours_by_day.rb +33 -0
- data/lib/peddler/types/supply_sources_2020_07_01/operational_configuration.rb +27 -0
- data/lib/peddler/types/supply_sources_2020_07_01/outbound_capability.rb +30 -0
- data/lib/peddler/types/supply_sources_2020_07_01/parking_configuration.rb +21 -0
- data/lib/peddler/types/supply_sources_2020_07_01/pickup_channel.rb +30 -0
- data/lib/peddler/types/supply_sources_2020_07_01/return_location.rb +18 -0
- data/lib/peddler/types/supply_sources_2020_07_01/services_capability.rb +18 -0
- data/lib/peddler/types/supply_sources_2020_07_01/supply_source.rb +41 -0
- data/lib/peddler/types/supply_sources_2020_07_01/supply_source_capabilities.rb +19 -0
- data/lib/peddler/types/supply_sources_2020_07_01/supply_source_configuration.rb +19 -0
- data/lib/peddler/types/supply_sources_2020_07_01/throughput_cap.rb +18 -0
- data/lib/peddler/types/supply_sources_2020_07_01/throughput_config.rb +18 -0
- data/lib/peddler/types/supply_sources_2020_07_01/update_supply_source_request.rb +22 -0
- data/lib/peddler/types/supply_sources_2020_07_01/update_supply_source_status_request.rb +15 -0
- data/lib/peddler/types/supply_sources_2020_07_01.rb +29 -0
- data/lib/peddler/types/tokens_2021_03_01/create_restricted_data_token_request.rb +19 -0
- data/lib/peddler/types/tokens_2021_03_01/create_restricted_data_token_response.rb +20 -0
- data/lib/peddler/types/tokens_2021_03_01/error.rb +21 -0
- data/lib/peddler/types/tokens_2021_03_01/error_list.rb +15 -0
- data/lib/peddler/types/tokens_2021_03_01/restricted_resource.rb +38 -0
- data/lib/peddler/types/tokens_2021_03_01.rb +7 -0
- data/lib/peddler/types/uploads_2020_11_01/create_upload_destination_response.rb +19 -0
- data/lib/peddler/types/uploads_2020_11_01/error.rb +21 -0
- data/lib/peddler/types/uploads_2020_11_01/upload_destination.rb +21 -0
- data/lib/peddler/types/uploads_2020_11_01.rb +5 -0
- data/lib/peddler/types/vehicles_2024_11_01/engine_output.rb +18 -0
- data/lib/peddler/types/vehicles_2024_11_01/error.rb +21 -0
- data/lib/peddler/types/vehicles_2024_11_01/error_list.rb +15 -0
- data/lib/peddler/types/vehicles_2024_11_01/month_and_year.rb +18 -0
- data/lib/peddler/types/vehicles_2024_11_01/pagination.rb +21 -0
- data/lib/peddler/types/vehicles_2024_11_01/vehicle.rb +51 -0
- data/lib/peddler/types/vehicles_2024_11_01/vehicle_identifiers.rb +18 -0
- data/lib/peddler/types/vehicles_2024_11_01/vehicles_response.rb +20 -0
- data/lib/peddler/types/vehicles_2024_11_01.rb +10 -0
- data/lib/peddler/types/vendor_direct_fulfillment_inventory_v1/error.rb +21 -0
- data/lib/peddler/types/vendor_direct_fulfillment_inventory_v1/inventory_update.rb +25 -0
- data/lib/peddler/types/vendor_direct_fulfillment_inventory_v1/item_details.rb +26 -0
- data/lib/peddler/types/vendor_direct_fulfillment_inventory_v1/item_quantity.rb +18 -0
- data/lib/peddler/types/vendor_direct_fulfillment_inventory_v1/party_identification.rb +15 -0
- data/lib/peddler/types/vendor_direct_fulfillment_inventory_v1/submit_inventory_update_request.rb +15 -0
- data/lib/peddler/types/vendor_direct_fulfillment_inventory_v1/submit_inventory_update_response.rb +19 -0
- data/lib/peddler/types/vendor_direct_fulfillment_inventory_v1/transaction_reference.rb +16 -0
- data/lib/peddler/types/vendor_direct_fulfillment_inventory_v1.rb +10 -0
- data/lib/peddler/types/vendor_direct_fulfillment_orders_2021_12_28/acknowledgement_status.rb +20 -0
- data/lib/peddler/types/vendor_direct_fulfillment_orders_2021_12_28/address.rb +58 -0
- data/lib/peddler/types/vendor_direct_fulfillment_orders_2021_12_28/buyer_customized_info_detail.rb +17 -0
- data/lib/peddler/types/vendor_direct_fulfillment_orders_2021_12_28/error.rb +21 -0
- data/lib/peddler/types/vendor_direct_fulfillment_orders_2021_12_28/error_list.rb +16 -0
- data/lib/peddler/types/vendor_direct_fulfillment_orders_2021_12_28/gift_details.rb +18 -0
- data/lib/peddler/types/vendor_direct_fulfillment_orders_2021_12_28/item_quantity.rb +18 -0
- data/lib/peddler/types/vendor_direct_fulfillment_orders_2021_12_28/order.rb +18 -0
- data/lib/peddler/types/vendor_direct_fulfillment_orders_2021_12_28/order_acknowledgement_item.rb +36 -0
- data/lib/peddler/types/vendor_direct_fulfillment_orders_2021_12_28/order_details.rb +48 -0
- data/lib/peddler/types/vendor_direct_fulfillment_orders_2021_12_28/order_item.rb +54 -0
- data/lib/peddler/types/vendor_direct_fulfillment_orders_2021_12_28/order_item_acknowledgement.rb +25 -0
- data/lib/peddler/types/vendor_direct_fulfillment_orders_2021_12_28/order_list.rb +19 -0
- data/lib/peddler/types/vendor_direct_fulfillment_orders_2021_12_28/pagination.rb +17 -0
- data/lib/peddler/types/vendor_direct_fulfillment_orders_2021_12_28/party_identification.rb +23 -0
- data/lib/peddler/types/vendor_direct_fulfillment_orders_2021_12_28/scheduled_delivery_shipment.rb +21 -0
- data/lib/peddler/types/vendor_direct_fulfillment_orders_2021_12_28/shipment_dates.rb +18 -0
- data/lib/peddler/types/vendor_direct_fulfillment_orders_2021_12_28/shipment_details.rb +35 -0
- data/lib/peddler/types/vendor_direct_fulfillment_orders_2021_12_28/submit_acknowledgement_request.rb +15 -0
- data/lib/peddler/types/vendor_direct_fulfillment_orders_2021_12_28/submit_acknowledgement_response.rb +19 -0
- data/lib/peddler/types/vendor_direct_fulfillment_orders_2021_12_28/tax_details.rb +25 -0
- data/lib/peddler/types/vendor_direct_fulfillment_orders_2021_12_28/tax_item_details.rb +15 -0
- data/lib/peddler/types/vendor_direct_fulfillment_orders_2021_12_28/tax_registration_details.rb +24 -0
- data/lib/peddler/types/vendor_direct_fulfillment_orders_2021_12_28/transaction_id.rb +16 -0
- data/lib/peddler/types/vendor_direct_fulfillment_orders_2021_12_28.rb +26 -0
- data/lib/peddler/types/vendor_direct_fulfillment_orders_v1/acknowledgement_status.rb +20 -0
- data/lib/peddler/types/vendor_direct_fulfillment_orders_v1/address.rb +58 -0
- data/lib/peddler/types/vendor_direct_fulfillment_orders_v1/error.rb +21 -0
- data/lib/peddler/types/vendor_direct_fulfillment_orders_v1/get_order_response.rb +19 -0
- data/lib/peddler/types/vendor_direct_fulfillment_orders_v1/get_orders_response.rb +19 -0
- data/lib/peddler/types/vendor_direct_fulfillment_orders_v1/gift_details.rb +18 -0
- data/lib/peddler/types/vendor_direct_fulfillment_orders_v1/item_quantity.rb +18 -0
- data/lib/peddler/types/vendor_direct_fulfillment_orders_v1/order.rb +18 -0
- data/lib/peddler/types/vendor_direct_fulfillment_orders_v1/order_acknowledgement_item.rb +36 -0
- data/lib/peddler/types/vendor_direct_fulfillment_orders_v1/order_details.rb +47 -0
- data/lib/peddler/types/vendor_direct_fulfillment_orders_v1/order_item.rb +46 -0
- data/lib/peddler/types/vendor_direct_fulfillment_orders_v1/order_item_acknowledgement.rb +25 -0
- data/lib/peddler/types/vendor_direct_fulfillment_orders_v1/order_list.rb +19 -0
- data/lib/peddler/types/vendor_direct_fulfillment_orders_v1/pagination.rb +17 -0
- data/lib/peddler/types/vendor_direct_fulfillment_orders_v1/party_identification.rb +23 -0
- data/lib/peddler/types/vendor_direct_fulfillment_orders_v1/scheduled_delivery_shipment.rb +21 -0
- data/lib/peddler/types/vendor_direct_fulfillment_orders_v1/shipment_dates.rb +18 -0
- data/lib/peddler/types/vendor_direct_fulfillment_orders_v1/shipment_details.rb +35 -0
- data/lib/peddler/types/vendor_direct_fulfillment_orders_v1/submit_acknowledgement_request.rb +15 -0
- data/lib/peddler/types/vendor_direct_fulfillment_orders_v1/submit_acknowledgement_response.rb +19 -0
- data/lib/peddler/types/vendor_direct_fulfillment_orders_v1/tax_details.rb +25 -0
- data/lib/peddler/types/vendor_direct_fulfillment_orders_v1/tax_registration_details.rb +24 -0
- data/lib/peddler/types/vendor_direct_fulfillment_orders_v1/transaction_id.rb +16 -0
- data/lib/peddler/types/vendor_direct_fulfillment_orders_v1.rb +25 -0
- data/lib/peddler/types/vendor_direct_fulfillment_payments_v1/additional_details.rb +21 -0
- data/lib/peddler/types/vendor_direct_fulfillment_payments_v1/address.rb +46 -0
- data/lib/peddler/types/vendor_direct_fulfillment_payments_v1/charge_details.rb +22 -0
- data/lib/peddler/types/vendor_direct_fulfillment_payments_v1/error.rb +21 -0
- data/lib/peddler/types/vendor_direct_fulfillment_payments_v1/invoice_detail.rb +59 -0
- data/lib/peddler/types/vendor_direct_fulfillment_payments_v1/invoice_item.rb +46 -0
- data/lib/peddler/types/vendor_direct_fulfillment_payments_v1/item_quantity.rb +18 -0
- data/lib/peddler/types/vendor_direct_fulfillment_payments_v1/party_identification.rb +22 -0
- data/lib/peddler/types/vendor_direct_fulfillment_payments_v1/submit_invoice_request.rb +15 -0
- data/lib/peddler/types/vendor_direct_fulfillment_payments_v1/submit_invoice_response.rb +19 -0
- data/lib/peddler/types/vendor_direct_fulfillment_payments_v1/tax_detail.rb +25 -0
- data/lib/peddler/types/vendor_direct_fulfillment_payments_v1/tax_registration_detail.rb +24 -0
- data/lib/peddler/types/vendor_direct_fulfillment_payments_v1/transaction_reference.rb +16 -0
- data/lib/peddler/types/vendor_direct_fulfillment_payments_v1.rb +15 -0
- data/lib/peddler/types/vendor_direct_fulfillment_sandbox_test_data_2021_10_28/error.rb +21 -0
- data/lib/peddler/types/vendor_direct_fulfillment_sandbox_test_data_2021_10_28/error_list.rb +15 -0
- data/lib/peddler/types/vendor_direct_fulfillment_sandbox_test_data_2021_10_28/generate_order_scenario_request.rb +15 -0
- data/lib/peddler/types/vendor_direct_fulfillment_sandbox_test_data_2021_10_28/order_scenario_request.rb +18 -0
- data/lib/peddler/types/vendor_direct_fulfillment_sandbox_test_data_2021_10_28/pagination.rb +16 -0
- data/lib/peddler/types/vendor_direct_fulfillment_sandbox_test_data_2021_10_28/party_identification.rb +17 -0
- data/lib/peddler/types/vendor_direct_fulfillment_sandbox_test_data_2021_10_28/scenario.rb +19 -0
- data/lib/peddler/types/vendor_direct_fulfillment_sandbox_test_data_2021_10_28/test_case_data.rb +15 -0
- data/lib/peddler/types/vendor_direct_fulfillment_sandbox_test_data_2021_10_28/test_order.rb +15 -0
- data/lib/peddler/types/vendor_direct_fulfillment_sandbox_test_data_2021_10_28/transaction.rb +23 -0
- data/lib/peddler/types/vendor_direct_fulfillment_sandbox_test_data_2021_10_28/transaction_reference.rb +15 -0
- data/lib/peddler/types/vendor_direct_fulfillment_sandbox_test_data_2021_10_28/transaction_status.rb +15 -0
- data/lib/peddler/types/vendor_direct_fulfillment_sandbox_test_data_2021_10_28.rb +14 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_2021_12_28/address.rb +47 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_2021_12_28/container.rb +52 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_2021_12_28/container_label.rb +21 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_2021_12_28/create_container_label_request.rb +28 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_2021_12_28/create_container_label_response.rb +15 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_2021_12_28/create_shipping_labels_request.rb +22 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_2021_12_28/customer_invoice.rb +18 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_2021_12_28/customer_invoice_list.rb +19 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_2021_12_28/dimensions.rb +24 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_2021_12_28/error.rb +21 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_2021_12_28/error_list.rb +16 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_2021_12_28/item.rb +27 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_2021_12_28/item_quantity.rb +20 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_2021_12_28/label_data.rb +31 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_2021_12_28/package.rb +16 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_2021_12_28/packed_item.rb +31 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_2021_12_28/packing_slip.rb +21 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_2021_12_28/packing_slip_list.rb +19 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_2021_12_28/pagination.rb +18 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_2021_12_28/party_identification.rb +22 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_2021_12_28/shipment_confirmation.rb +36 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_2021_12_28/shipment_details.rb +32 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_2021_12_28/shipment_schedule.rb +27 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_2021_12_28/shipment_status_update.rb +26 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_2021_12_28/shipping_label.rb +29 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_2021_12_28/shipping_label_list.rb +19 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_2021_12_28/shipping_label_request.rb +26 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_2021_12_28/status_update_details.rb +39 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_2021_12_28/submit_shipment_confirmations_request.rb +16 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_2021_12_28/submit_shipment_status_updates_request.rb +16 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_2021_12_28/submit_shipping_labels_request.rb +15 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_2021_12_28/tax_registration_details.rb +24 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_2021_12_28/transaction_reference.rb +16 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_2021_12_28/weight.rb +18 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_2021_12_28.rb +36 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_v1/address.rb +46 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_v1/container.rb +51 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_v1/customer_invoice.rb +18 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_v1/customer_invoice_list.rb +19 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_v1/dimensions.rb +24 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_v1/error.rb +21 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_v1/get_customer_invoice_response.rb +19 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_v1/get_customer_invoices_response.rb +19 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_v1/get_packing_slip_list_response.rb +19 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_v1/get_packing_slip_response.rb +19 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_v1/get_shipping_label_list_response.rb +19 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_v1/get_shipping_label_response.rb +19 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_v1/item.rb +27 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_v1/item_quantity.rb +20 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_v1/label_data.rb +31 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_v1/packed_item.rb +27 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_v1/packing_slip.rb +21 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_v1/packing_slip_list.rb +19 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_v1/pagination.rb +17 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_v1/party_identification.rb +22 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_v1/shipment_confirmation.rb +36 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_v1/shipment_details.rb +33 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_v1/shipment_status_update.rb +26 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_v1/shipping_label.rb +29 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_v1/shipping_label_list.rb +19 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_v1/shipping_label_request.rb +26 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_v1/status_update_details.rb +39 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_v1/submit_shipment_confirmations_request.rb +16 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_v1/submit_shipment_confirmations_response.rb +19 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_v1/submit_shipment_status_updates_request.rb +17 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_v1/submit_shipment_status_updates_response.rb +19 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_v1/submit_shipping_labels_request.rb +15 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_v1/submit_shipping_labels_response.rb +19 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_v1/tax_registration_details.rb +24 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_v1/transaction_reference.rb +16 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_v1/weight.rb +18 -0
- data/lib/peddler/types/vendor_direct_fulfillment_shipping_v1.rb +38 -0
- data/lib/peddler/types/vendor_direct_fulfillment_transactions_2021_12_28/error.rb +21 -0
- data/lib/peddler/types/vendor_direct_fulfillment_transactions_2021_12_28/error_list.rb +15 -0
- data/lib/peddler/types/vendor_direct_fulfillment_transactions_2021_12_28/transaction.rb +23 -0
- data/lib/peddler/types/vendor_direct_fulfillment_transactions_2021_12_28/transaction_status.rb +15 -0
- data/lib/peddler/types/vendor_direct_fulfillment_transactions_2021_12_28.rb +6 -0
- data/lib/peddler/types/vendor_direct_fulfillment_transactions_v1/error.rb +21 -0
- data/lib/peddler/types/vendor_direct_fulfillment_transactions_v1/get_transaction_response.rb +19 -0
- data/lib/peddler/types/vendor_direct_fulfillment_transactions_v1/transaction.rb +23 -0
- data/lib/peddler/types/vendor_direct_fulfillment_transactions_v1/transaction_status.rb +15 -0
- data/lib/peddler/types/vendor_direct_fulfillment_transactions_v1.rb +6 -0
- data/lib/peddler/types/vendor_invoices_v1/additional_details.rb +21 -0
- data/lib/peddler/types/vendor_invoices_v1/address.rb +46 -0
- data/lib/peddler/types/vendor_invoices_v1/allowance_details.rb +25 -0
- data/lib/peddler/types/vendor_invoices_v1/charge_details.rb +25 -0
- data/lib/peddler/types/vendor_invoices_v1/credit_note_details.rb +36 -0
- data/lib/peddler/types/vendor_invoices_v1/error.rb +21 -0
- data/lib/peddler/types/vendor_invoices_v1/invoice.rb +72 -0
- data/lib/peddler/types/vendor_invoices_v1/invoice_item.rb +60 -0
- data/lib/peddler/types/vendor_invoices_v1/item_quantity.rb +24 -0
- data/lib/peddler/types/vendor_invoices_v1/party_identification.rb +22 -0
- data/lib/peddler/types/vendor_invoices_v1/payment_terms.rb +26 -0
- data/lib/peddler/types/vendor_invoices_v1/submit_invoices_request.rb +16 -0
- data/lib/peddler/types/vendor_invoices_v1/submit_invoices_response.rb +19 -0
- data/lib/peddler/types/vendor_invoices_v1/tax_details.rb +24 -0
- data/lib/peddler/types/vendor_invoices_v1/tax_registration_details.rb +18 -0
- data/lib/peddler/types/vendor_invoices_v1/total_weight.rb +18 -0
- data/lib/peddler/types/vendor_invoices_v1/transaction_id.rb +16 -0
- data/lib/peddler/types/vendor_invoices_v1.rb +19 -0
- data/lib/peddler/types/vendor_orders_v1/acknowledgement_status_details.rb +21 -0
- data/lib/peddler/types/vendor_orders_v1/address.rb +46 -0
- data/lib/peddler/types/vendor_orders_v1/error.rb +21 -0
- data/lib/peddler/types/vendor_orders_v1/get_purchase_order_response.rb +19 -0
- data/lib/peddler/types/vendor_orders_v1/get_purchase_orders_response.rb +19 -0
- data/lib/peddler/types/vendor_orders_v1/get_purchase_orders_status_response.rb +19 -0
- data/lib/peddler/types/vendor_orders_v1/import_details.rb +35 -0
- data/lib/peddler/types/vendor_orders_v1/item_quantity.rb +21 -0
- data/lib/peddler/types/vendor_orders_v1/order.rb +21 -0
- data/lib/peddler/types/vendor_orders_v1/order_acknowledgement.rb +26 -0
- data/lib/peddler/types/vendor_orders_v1/order_acknowledgement_item.rb +44 -0
- data/lib/peddler/types/vendor_orders_v1/order_details.rb +66 -0
- data/lib/peddler/types/vendor_orders_v1/order_item.rb +36 -0
- data/lib/peddler/types/vendor_orders_v1/order_item_acknowledgement.rb +28 -0
- data/lib/peddler/types/vendor_orders_v1/order_item_status.rb +37 -0
- data/lib/peddler/types/vendor_orders_v1/order_list.rb +19 -0
- data/lib/peddler/types/vendor_orders_v1/order_list_status.rb +19 -0
- data/lib/peddler/types/vendor_orders_v1/order_status.rb +37 -0
- data/lib/peddler/types/vendor_orders_v1/ordered_quantity_details.rb +22 -0
- data/lib/peddler/types/vendor_orders_v1/pagination.rb +17 -0
- data/lib/peddler/types/vendor_orders_v1/party_identification.rb +23 -0
- data/lib/peddler/types/vendor_orders_v1/submit_acknowledgement_request.rb +15 -0
- data/lib/peddler/types/vendor_orders_v1/submit_acknowledgement_response.rb +19 -0
- data/lib/peddler/types/vendor_orders_v1/tax_registration_details.rb +18 -0
- data/lib/peddler/types/vendor_orders_v1/transaction_id.rb +16 -0
- data/lib/peddler/types/vendor_orders_v1.rb +27 -0
- data/lib/peddler/types/vendor_shipments_v1/address.rb +46 -0
- data/lib/peddler/types/vendor_shipments_v1/carrier_details.rb +31 -0
- data/lib/peddler/types/vendor_shipments_v1/carton.rb +34 -0
- data/lib/peddler/types/vendor_shipments_v1/carton_reference_details.rb +20 -0
- data/lib/peddler/types/vendor_shipments_v1/collect_freight_pickup_details.rb +24 -0
- data/lib/peddler/types/vendor_shipments_v1/container_identification.rb +19 -0
- data/lib/peddler/types/vendor_shipments_v1/container_item.rb +23 -0
- data/lib/peddler/types/vendor_shipments_v1/container_sequence_numbers.rb +15 -0
- data/lib/peddler/types/vendor_shipments_v1/containers.rb +49 -0
- data/lib/peddler/types/vendor_shipments_v1/dimensions.rb +24 -0
- data/lib/peddler/types/vendor_shipments_v1/duration.rb +18 -0
- data/lib/peddler/types/vendor_shipments_v1/error.rb +21 -0
- data/lib/peddler/types/vendor_shipments_v1/expiry.rb +24 -0
- data/lib/peddler/types/vendor_shipments_v1/get_shipment_details_response.rb +19 -0
- data/lib/peddler/types/vendor_shipments_v1/get_shipment_labels.rb +19 -0
- data/lib/peddler/types/vendor_shipments_v1/import_details.rb +37 -0
- data/lib/peddler/types/vendor_shipments_v1/inner_containers_details.rb +18 -0
- data/lib/peddler/types/vendor_shipments_v1/item.rb +30 -0
- data/lib/peddler/types/vendor_shipments_v1/item_details.rb +35 -0
- data/lib/peddler/types/vendor_shipments_v1/item_quantity.rb +26 -0
- data/lib/peddler/types/vendor_shipments_v1/label_data.rb +27 -0
- data/lib/peddler/types/vendor_shipments_v1/location.rb +21 -0
- data/lib/peddler/types/vendor_shipments_v1/package_item_details.rb +27 -0
- data/lib/peddler/types/vendor_shipments_v1/packed_items.rb +30 -0
- data/lib/peddler/types/vendor_shipments_v1/packed_quantity.rb +23 -0
- data/lib/peddler/types/vendor_shipments_v1/pagination.rb +17 -0
- data/lib/peddler/types/vendor_shipments_v1/pallet.rb +37 -0
- data/lib/peddler/types/vendor_shipments_v1/party_identification.rb +22 -0
- data/lib/peddler/types/vendor_shipments_v1/purchase_order_item_details.rb +16 -0
- data/lib/peddler/types/vendor_shipments_v1/purchase_order_items.rb +30 -0
- data/lib/peddler/types/vendor_shipments_v1/purchase_orders.rb +27 -0
- data/lib/peddler/types/vendor_shipments_v1/route.rb +16 -0
- data/lib/peddler/types/vendor_shipments_v1/shipment.rb +97 -0
- data/lib/peddler/types/vendor_shipments_v1/shipment_confirmation.rb +81 -0
- data/lib/peddler/types/vendor_shipments_v1/shipment_details.rb +19 -0
- data/lib/peddler/types/vendor_shipments_v1/shipment_information.rb +40 -0
- data/lib/peddler/types/vendor_shipments_v1/shipment_measurements.rb +27 -0
- data/lib/peddler/types/vendor_shipments_v1/shipment_status_details.rb +18 -0
- data/lib/peddler/types/vendor_shipments_v1/stop.rb +24 -0
- data/lib/peddler/types/vendor_shipments_v1/submit_shipment_confirmations_request.rb +15 -0
- data/lib/peddler/types/vendor_shipments_v1/submit_shipment_confirmations_response.rb +19 -0
- data/lib/peddler/types/vendor_shipments_v1/submit_shipments.rb +15 -0
- data/lib/peddler/types/vendor_shipments_v1/tax_registration_details.rb +18 -0
- data/lib/peddler/types/vendor_shipments_v1/total_weight.rb +19 -0
- data/lib/peddler/types/vendor_shipments_v1/transaction_reference.rb +16 -0
- data/lib/peddler/types/vendor_shipments_v1/transport_label.rb +23 -0
- data/lib/peddler/types/vendor_shipments_v1/transport_shipment_measurements.rb +29 -0
- data/lib/peddler/types/vendor_shipments_v1/transportation_details.rb +37 -0
- data/lib/peddler/types/vendor_shipments_v1/transportation_details_for_shipment_confirmation.rb +32 -0
- data/lib/peddler/types/vendor_shipments_v1/transportation_labels.rb +19 -0
- data/lib/peddler/types/vendor_shipments_v1/vendor_details.rb +18 -0
- data/lib/peddler/types/vendor_shipments_v1/volume.rb +18 -0
- data/lib/peddler/types/vendor_shipments_v1/weight.rb +18 -0
- data/lib/peddler/types/vendor_shipments_v1.rb +55 -0
- data/lib/peddler/types/vendor_transaction_status_v1/error.rb +21 -0
- data/lib/peddler/types/vendor_transaction_status_v1/get_transaction_response.rb +19 -0
- data/lib/peddler/types/vendor_transaction_status_v1/transaction.rb +22 -0
- data/lib/peddler/types/vendor_transaction_status_v1/transaction_status.rb +15 -0
- data/lib/peddler/types/vendor_transaction_status_v1.rb +6 -0
- data/lib/peddler/version.rb +1 -1
- metadata +1548 -2
@@ -0,0 +1,21 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require "structure"
|
4
|
+
|
5
|
+
module Peddler
|
6
|
+
module Types
|
7
|
+
module FulfillmentOutbound20200701
|
8
|
+
# A Multi-Channel Fulfillment feature.
|
9
|
+
Feature = Structure.new do
|
10
|
+
# @return [String] The feature name.
|
11
|
+
attribute(:feature_name, String, from: "featureName")
|
12
|
+
|
13
|
+
# @return [String] The feature description.
|
14
|
+
attribute(:feature_description, String, from: "featureDescription")
|
15
|
+
|
16
|
+
# @return [:boolean] When true, indicates that the seller is eligible to use the feature.
|
17
|
+
attribute(:seller_eligible, :boolean, from: "sellerEligible")
|
18
|
+
end
|
19
|
+
end
|
20
|
+
end
|
21
|
+
end
|
@@ -0,0 +1,24 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require "structure"
|
4
|
+
|
5
|
+
module Peddler
|
6
|
+
module Types
|
7
|
+
module FulfillmentOutbound20200701
|
8
|
+
# Feature settings allows you to apply fulfillment features to an order. To block an order from being shipped
|
9
|
+
# using Amazon Logistics (AMZL) and an AMZL tracking number, set `featureName` to `BLOCK_AMZL` and
|
10
|
+
# `featureFulfillmentPolicy` to `Required`. Blocking AMZL will incur an additional fee surcharge on your MCF
|
11
|
+
# orders and increase the risk of some of your orders being unfulfilled or delivered late if there are no
|
12
|
+
# alternative carriers available. Using `BLOCK_AMZL` in an order request will take precedence over your Seller
|
13
|
+
# Central account setting. To ship in non-Amazon branded packaging (blank boxes), set `featureName` to
|
14
|
+
# `BLANK_BOX`.
|
15
|
+
FeatureSettings = Structure.new do
|
16
|
+
# @return [String] The name of the feature.
|
17
|
+
attribute(:feature_name, String, from: "featureName")
|
18
|
+
|
19
|
+
# @return [String] Specifies the policy to use when fulfilling an order.
|
20
|
+
attribute(:feature_fulfillment_policy, String, from: "featureFulfillmentPolicy")
|
21
|
+
end
|
22
|
+
end
|
23
|
+
end
|
24
|
+
end
|
@@ -0,0 +1,29 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require "structure"
|
4
|
+
|
5
|
+
module Peddler
|
6
|
+
module Types
|
7
|
+
module FulfillmentOutbound20200701
|
8
|
+
# Information about an SKU, including the count available, identifiers, and a list of overlapping SKUs that share
|
9
|
+
# the same inventory pool.
|
10
|
+
FeatureSku = Structure.new do
|
11
|
+
# @return [String] Used to identify an item in the given marketplace. `SellerSKU` is qualified by the seller's
|
12
|
+
# SellerId, which is included with every operation that you submit.
|
13
|
+
attribute(:seller_sku, String, from: "sellerSku")
|
14
|
+
|
15
|
+
# @return [String] The unique SKU used by Amazon's fulfillment network.
|
16
|
+
attribute(:fn_sku, String, from: "fnSku")
|
17
|
+
|
18
|
+
# @return [String] The Amazon Standard Identification Number (ASIN) of the item.
|
19
|
+
attribute(:asin, String)
|
20
|
+
|
21
|
+
# @return [Float] The number of SKUs available for this service.
|
22
|
+
attribute(:sku_count, Float, from: "skuCount")
|
23
|
+
|
24
|
+
# @return [Array<String>] Other seller SKUs that are shared across the same inventory.
|
25
|
+
attribute(:overlapping_skus, [String], from: "overlappingSkus")
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
29
|
+
end
|
@@ -0,0 +1,18 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require "peddler/money"
|
4
|
+
|
5
|
+
module Peddler
|
6
|
+
module Types
|
7
|
+
module FulfillmentOutbound20200701
|
8
|
+
# Fee type and cost.
|
9
|
+
Fee = Structure.new do
|
10
|
+
# @return [String] The type of fee.
|
11
|
+
attribute(:name, String)
|
12
|
+
|
13
|
+
# @return [Money] The amount of the fee.
|
14
|
+
attribute(:amount, Money)
|
15
|
+
end
|
16
|
+
end
|
17
|
+
end
|
18
|
+
end
|
@@ -0,0 +1,67 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require "peddler/types/fulfillment_outbound_2020_07_01/delivery_window"
|
4
|
+
require "peddler/types/fulfillment_outbound_2020_07_01/address"
|
5
|
+
require "peddler/types/fulfillment_outbound_2020_07_01/cod_settings"
|
6
|
+
require "peddler/types/fulfillment_outbound_2020_07_01/feature_settings"
|
7
|
+
|
8
|
+
module Peddler
|
9
|
+
module Types
|
10
|
+
module FulfillmentOutbound20200701
|
11
|
+
# General information about a fulfillment order, including its status.
|
12
|
+
FulfillmentOrder = Structure.new do
|
13
|
+
# @return [String] The fulfillment order identifier submitted with the `createFulfillmentOrder` operation.
|
14
|
+
attribute(:seller_fulfillment_order_id, String, from: "sellerFulfillmentOrderId")
|
15
|
+
|
16
|
+
# @return [String] The identifier for the marketplace the fulfillment order is placed against.
|
17
|
+
attribute(:marketplace_id, String, from: "marketplaceId")
|
18
|
+
|
19
|
+
# @return [String] A fulfillment order identifier submitted with the `createFulfillmentOrder` operation.
|
20
|
+
# Displays as the order identifier in recipient-facing materials such as the packing slip.
|
21
|
+
attribute(:displayable_order_id, String, from: "displayableOrderId")
|
22
|
+
|
23
|
+
# @return [String] A date and time submitted with the `createFulfillmentOrder` operation. Displays as the order
|
24
|
+
# date in recipient-facing materials such as the packing slip.
|
25
|
+
attribute(:displayable_order_date, String, from: "displayableOrderDate")
|
26
|
+
|
27
|
+
# @return [String] A text block submitted with the `createFulfillmentOrder` operation. Displays in
|
28
|
+
# recipient-facing materials such as the packing slip.
|
29
|
+
attribute(:displayable_order_comment, String, from: "displayableOrderComment")
|
30
|
+
|
31
|
+
# @return [String]
|
32
|
+
attribute(:shipping_speed_category, String, from: "shippingSpeedCategory")
|
33
|
+
|
34
|
+
# @return [DeliveryWindow]
|
35
|
+
attribute(:delivery_window, DeliveryWindow, from: "deliveryWindow")
|
36
|
+
|
37
|
+
# @return [Address] The destination address submitted with the `createFulfillmentOrder` operation.
|
38
|
+
attribute(:destination_address, Address, from: "destinationAddress")
|
39
|
+
|
40
|
+
# @return [String]
|
41
|
+
attribute(:fulfillment_action, String, from: "fulfillmentAction")
|
42
|
+
|
43
|
+
# @return [String]
|
44
|
+
attribute(:fulfillment_policy, String, from: "fulfillmentPolicy")
|
45
|
+
|
46
|
+
# @return [CODSettings]
|
47
|
+
attribute(:cod_settings, CODSettings, from: "codSettings")
|
48
|
+
|
49
|
+
# @return [String] The date and time that the fulfillment order was received by an Amazon fulfillment center.
|
50
|
+
attribute(:received_date, String, from: "receivedDate")
|
51
|
+
|
52
|
+
# @return [String]
|
53
|
+
attribute(:fulfillment_order_status, String, from: "fulfillmentOrderStatus")
|
54
|
+
|
55
|
+
# @return [String] The date and time that the status of the fulfillment order last changed. Must be in <a
|
56
|
+
# href='https://developer-docs.amazon.com/sp-api/docs/iso-8601'>ISO 8601</a> format.
|
57
|
+
attribute(:status_updated_date, String, from: "statusUpdatedDate")
|
58
|
+
|
59
|
+
# @return [Array]
|
60
|
+
attribute(:notification_emails, Array, from: "notificationEmails")
|
61
|
+
|
62
|
+
# @return [Array<FeatureSettings>] A list of features and their fulfillment policies to apply to the order.
|
63
|
+
attribute(:feature_constraints, [FeatureSettings], from: "featureConstraints")
|
64
|
+
end
|
65
|
+
end
|
66
|
+
end
|
67
|
+
end
|
@@ -0,0 +1,62 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require "peddler/money"
|
4
|
+
|
5
|
+
module Peddler
|
6
|
+
module Types
|
7
|
+
module FulfillmentOutbound20200701
|
8
|
+
# Item information for a fulfillment order.
|
9
|
+
FulfillmentOrderItem = Structure.new do
|
10
|
+
# @return [String] The seller SKU of the item.
|
11
|
+
attribute(:seller_sku, String, from: "sellerSku")
|
12
|
+
|
13
|
+
# @return [String] A fulfillment order item identifier submitted with a call to the `createFulfillmentOrder`
|
14
|
+
# operation.
|
15
|
+
attribute(:seller_fulfillment_order_item_id, String, from: "sellerFulfillmentOrderItemId")
|
16
|
+
|
17
|
+
# @return [Integer]
|
18
|
+
attribute(:quantity, Integer)
|
19
|
+
|
20
|
+
# @return [String] A message to the gift recipient, if applicable.
|
21
|
+
attribute(:gift_message, String, from: "giftMessage")
|
22
|
+
|
23
|
+
# @return [String] Item-specific text that displays in recipient-facing materials such as the outbound shipment
|
24
|
+
# packing slip.
|
25
|
+
attribute(:displayable_comment, String, from: "displayableComment")
|
26
|
+
|
27
|
+
# @return [String] Amazon's fulfillment network SKU of the item.
|
28
|
+
attribute(:fulfillment_network_sku, String, from: "fulfillmentNetworkSku")
|
29
|
+
|
30
|
+
# @return [String] Indicates whether the item is sellable or unsellable.
|
31
|
+
attribute(:order_item_disposition, String, from: "orderItemDisposition")
|
32
|
+
|
33
|
+
# @return [Integer] The item quantity that was cancelled by the seller.
|
34
|
+
attribute(:cancelled_quantity, Integer, from: "cancelledQuantity")
|
35
|
+
|
36
|
+
# @return [Integer] The item quantity that is unfulfillable.
|
37
|
+
attribute(:unfulfillable_quantity, Integer, from: "unfulfillableQuantity")
|
38
|
+
|
39
|
+
# @return [String] The estimated date and time that the item quantity is scheduled to ship from the fulfillment
|
40
|
+
# center. Note that this value can change over time. If the shipment that contains the item quantity is
|
41
|
+
# cancelled, `estimatedShipDate` is not returned.
|
42
|
+
attribute(:estimated_ship_date, String, from: "estimatedShipDate")
|
43
|
+
|
44
|
+
# @return [String] The estimated arrival date and time of the item quantity. Note that this value can change
|
45
|
+
# over time. If the shipment that contains the item quantity is cancelled, `estimatedArrivalDate` is not
|
46
|
+
# returned.
|
47
|
+
attribute(:estimated_arrival_date, String, from: "estimatedArrivalDate")
|
48
|
+
|
49
|
+
# @return [Money] The amount to be collected from the recipient for this item in a COD (Cash On Delivery) order.
|
50
|
+
attribute(:per_unit_price, Money, from: "perUnitPrice")
|
51
|
+
|
52
|
+
# @return [Money] The tax on the amount to be collected from the recipient for this item in a COD (Cash On
|
53
|
+
# Delivery) order.
|
54
|
+
attribute(:per_unit_tax, Money, from: "perUnitTax")
|
55
|
+
|
56
|
+
# @return [Money] The monetary value assigned by the seller to this item. This is a required field for India MCF
|
57
|
+
# orders.
|
58
|
+
attribute(:per_unit_declared_value, Money, from: "perUnitDeclaredValue")
|
59
|
+
end
|
60
|
+
end
|
61
|
+
end
|
62
|
+
end
|
@@ -0,0 +1,57 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require "peddler/types/fulfillment_outbound_2020_07_01/scheduled_delivery_info"
|
4
|
+
require "peddler/types/fulfillment_outbound_2020_07_01/weight"
|
5
|
+
require "peddler/types/fulfillment_outbound_2020_07_01/fee"
|
6
|
+
require "peddler/types/fulfillment_outbound_2020_07_01/fulfillment_preview_shipment"
|
7
|
+
require "peddler/types/fulfillment_outbound_2020_07_01/unfulfillable_preview_item"
|
8
|
+
require "peddler/types/fulfillment_outbound_2020_07_01/feature_settings"
|
9
|
+
|
10
|
+
module Peddler
|
11
|
+
module Types
|
12
|
+
module FulfillmentOutbound20200701
|
13
|
+
# Information about a fulfillment order preview, including delivery and fee information based on shipping method.
|
14
|
+
FulfillmentPreview = Structure.new do
|
15
|
+
# @return [String]
|
16
|
+
attribute(:shipping_speed_category, String, from: "shippingSpeedCategory")
|
17
|
+
|
18
|
+
# @return [ScheduledDeliveryInfo]
|
19
|
+
attribute(:scheduled_delivery_info, ScheduledDeliveryInfo, from: "scheduledDeliveryInfo")
|
20
|
+
|
21
|
+
# @return [:boolean] When true, this fulfillment order preview is fulfillable.
|
22
|
+
attribute(:fulfillable, :boolean, from: "isFulfillable")
|
23
|
+
|
24
|
+
# @return [:boolean] When true, this fulfillment order preview is for COD (Cash On Delivery).
|
25
|
+
attribute(:cod_capable, :boolean, from: "isCODCapable")
|
26
|
+
|
27
|
+
# @return [Weight] Estimated shipping weight for this fulfillment order preview.
|
28
|
+
attribute(:estimated_shipping_weight, Weight, from: "estimatedShippingWeight")
|
29
|
+
|
30
|
+
# @return [Array<Fee>] The estimated fulfillment fees for this fulfillment order preview, if applicable. The
|
31
|
+
# fees data will not be available for IN marketplace orders.
|
32
|
+
attribute(:estimated_fees, [Fee], from: "estimatedFees")
|
33
|
+
|
34
|
+
# @return [Array<FulfillmentPreviewShipment>]
|
35
|
+
attribute(:fulfillment_preview_shipments, [FulfillmentPreviewShipment], from: "fulfillmentPreviewShipments")
|
36
|
+
|
37
|
+
# @return [Array<UnfulfillablePreviewItem>]
|
38
|
+
attribute(:unfulfillable_preview_items, [UnfulfillablePreviewItem], from: "unfulfillablePreviewItems")
|
39
|
+
|
40
|
+
# @return [Array] Error codes associated with the fulfillment order preview that indicate why the order is not
|
41
|
+
# fulfillable.
|
42
|
+
#
|
43
|
+
# Error code examples:
|
44
|
+
#
|
45
|
+
# `DeliverySLAUnavailable`
|
46
|
+
# `InvalidDestinationAddress`
|
47
|
+
attribute(:order_unfulfillable_reasons, Array, from: "orderUnfulfillableReasons")
|
48
|
+
|
49
|
+
# @return [String] The marketplace the fulfillment order is placed against.
|
50
|
+
attribute(:marketplace_id, String, from: "marketplaceId")
|
51
|
+
|
52
|
+
# @return [Array<FeatureSettings>] A list of features and their fulfillment policies to apply to the order.
|
53
|
+
attribute(:feature_constraints, [FeatureSettings], from: "featureConstraints")
|
54
|
+
end
|
55
|
+
end
|
56
|
+
end
|
57
|
+
end
|
@@ -0,0 +1,29 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require "peddler/types/fulfillment_outbound_2020_07_01/weight"
|
4
|
+
|
5
|
+
module Peddler
|
6
|
+
module Types
|
7
|
+
module FulfillmentOutbound20200701
|
8
|
+
# Item information for a shipment in a fulfillment order preview.
|
9
|
+
FulfillmentPreviewItem = Structure.new do
|
10
|
+
# @return [String] The seller SKU of the item.
|
11
|
+
attribute(:seller_sku, String, from: "sellerSku")
|
12
|
+
|
13
|
+
# @return [Integer] The item quantity.
|
14
|
+
attribute(:quantity, Integer)
|
15
|
+
|
16
|
+
# @return [String] A fulfillment order item identifier that the seller created with a call to the
|
17
|
+
# `createFulfillmentOrder` operation.
|
18
|
+
attribute(:seller_fulfillment_order_item_id, String, from: "sellerFulfillmentOrderItemId")
|
19
|
+
|
20
|
+
# @return [Weight] The estimated shipping weight of the item quantity for a single item, as identified by
|
21
|
+
# `sellerSku`, in a shipment.
|
22
|
+
attribute(:estimated_shipping_weight, Weight, from: "estimatedShippingWeight")
|
23
|
+
|
24
|
+
# @return [String] The method used to calculate the estimated shipping weight.
|
25
|
+
attribute(:shipping_weight_calculation_method, String, from: "shippingWeightCalculationMethod")
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
29
|
+
end
|
@@ -0,0 +1,34 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require "peddler/types/fulfillment_outbound_2020_07_01/fulfillment_preview_item"
|
4
|
+
|
5
|
+
module Peddler
|
6
|
+
module Types
|
7
|
+
module FulfillmentOutbound20200701
|
8
|
+
# Delivery and item information for a shipment in a fulfillment order preview.
|
9
|
+
FulfillmentPreviewShipment = Structure.new do
|
10
|
+
# @return [String] The earliest date that the shipment is expected to be sent from the fulfillment center. Must
|
11
|
+
# be in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601'>ISO 8601</a> format.
|
12
|
+
attribute(:earliest_ship_date, String, from: "earliestShipDate")
|
13
|
+
|
14
|
+
# @return [String] The latest date that the shipment is expected to be sent from the fulfillment center. Must be
|
15
|
+
# in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601'>ISO 8601</a> format.
|
16
|
+
attribute(:latest_ship_date, String, from: "latestShipDate")
|
17
|
+
|
18
|
+
# @return [String] The earliest date that the shipment is expected to arrive at its destination.
|
19
|
+
attribute(:earliest_arrival_date, String, from: "earliestArrivalDate")
|
20
|
+
|
21
|
+
# @return [String] The latest date that the shipment is expected to arrive at its destination. Must be in <a
|
22
|
+
# href='https://developer-docs.amazon.com/sp-api/docs/iso-8601'>ISO 8601</a> format.
|
23
|
+
attribute(:latest_arrival_date, String, from: "latestArrivalDate")
|
24
|
+
|
25
|
+
# @return [Array<String>] Provides additional insight into the shipment timeline when exact delivery dates are
|
26
|
+
# not able to be precomputed.
|
27
|
+
attribute(:shipping_notes, [String], from: "shippingNotes")
|
28
|
+
|
29
|
+
# @return [Array<FulfillmentPreviewItem>] Information about the items in the shipment.
|
30
|
+
attribute(:fulfillment_preview_items, [FulfillmentPreviewItem], from: "fulfillmentPreviewItems")
|
31
|
+
end
|
32
|
+
end
|
33
|
+
end
|
34
|
+
end
|
@@ -0,0 +1,50 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require "peddler/types/fulfillment_outbound_2020_07_01/fulfillment_shipment_item"
|
4
|
+
require "peddler/types/fulfillment_outbound_2020_07_01/fulfillment_shipment_package"
|
5
|
+
|
6
|
+
module Peddler
|
7
|
+
module Types
|
8
|
+
module FulfillmentOutbound20200701
|
9
|
+
# Delivery and item information for a shipment in a fulfillment order.
|
10
|
+
FulfillmentShipment = Structure.new do
|
11
|
+
# @return [String] A shipment identifier assigned by Amazon.
|
12
|
+
attribute(:amazon_shipment_id, String, from: "amazonShipmentId")
|
13
|
+
|
14
|
+
# @return [String] An identifier for the fulfillment center from which the shipment is sent.
|
15
|
+
attribute(:fulfillment_center_id, String, from: "fulfillmentCenterId")
|
16
|
+
|
17
|
+
# @return [String] The current status of the shipment.
|
18
|
+
attribute(:fulfillment_shipment_status, String, from: "fulfillmentShipmentStatus")
|
19
|
+
|
20
|
+
# @return [String] The meaning of the `shippingDate` value depends on the current status of the shipment. If the
|
21
|
+
# current value of FulfillmentShipmentStatus is:
|
22
|
+
#
|
23
|
+
# * Pending - shippingDate represents the estimated time that the shipment will leave the Amazon fulfillment
|
24
|
+
# center.
|
25
|
+
#
|
26
|
+
# * Shipped - shippingDate represents the date that the shipment left the Amazon fulfillment center.
|
27
|
+
#
|
28
|
+
# If a shipment includes more than one package, `shippingDate` applies to all of the packages in the shipment.
|
29
|
+
# If the value of `FulfillmentShipmentStatus` is `CancelledByFulfiller` or `CancelledBySeller`, `shippingDate`
|
30
|
+
# is not returned. The value must be in ISO 8601 date time format.
|
31
|
+
attribute(:shipping_date, String, from: "shippingDate")
|
32
|
+
|
33
|
+
# @return [String] The estimated arrival date and time of the shipment, in ISO 8601 date time format. Note that
|
34
|
+
# this value can change over time. If a shipment includes more than one package, `estimatedArrivalDate` applies
|
35
|
+
# to all of the packages in the shipment. If the shipment is cancelled, `estimatedArrivalDate` is not returned.
|
36
|
+
attribute(:estimated_arrival_date, String, from: "estimatedArrivalDate")
|
37
|
+
|
38
|
+
# @return [Array<String>] Provides additional insight into shipment timeline. Primarily used to communicate that
|
39
|
+
# actual delivery dates aren't available.
|
40
|
+
attribute(:shipping_notes, [String], from: "shippingNotes")
|
41
|
+
|
42
|
+
# @return [Array<FulfillmentShipmentItem>]
|
43
|
+
attribute(:fulfillment_shipment_item, [FulfillmentShipmentItem], from: "fulfillmentShipmentItem")
|
44
|
+
|
45
|
+
# @return [Array<FulfillmentShipmentPackage>]
|
46
|
+
attribute(:fulfillment_shipment_package, [FulfillmentShipmentPackage], from: "fulfillmentShipmentPackage")
|
47
|
+
end
|
48
|
+
end
|
49
|
+
end
|
50
|
+
end
|
@@ -0,0 +1,31 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require "structure"
|
4
|
+
|
5
|
+
module Peddler
|
6
|
+
module Types
|
7
|
+
module FulfillmentOutbound20200701
|
8
|
+
# Item information for a shipment in a fulfillment order.
|
9
|
+
FulfillmentShipmentItem = Structure.new do
|
10
|
+
# @return [String] The seller SKU of the item.
|
11
|
+
attribute(:seller_sku, String, from: "sellerSku")
|
12
|
+
|
13
|
+
# @return [String] The fulfillment order item identifier that the seller created and submitted with a call to
|
14
|
+
# the `createFulfillmentOrder` operation.
|
15
|
+
attribute(:seller_fulfillment_order_item_id, String, from: "sellerFulfillmentOrderItemId")
|
16
|
+
|
17
|
+
# @return [Integer]
|
18
|
+
attribute(:quantity, Integer)
|
19
|
+
|
20
|
+
# @return [Integer] An identifier for the package that contains the item quantity.
|
21
|
+
attribute(:package_number, Integer, from: "packageNumber")
|
22
|
+
|
23
|
+
# @return [String] The serial number of the shipped item.
|
24
|
+
attribute(:serial_number, String, from: "serialNumber")
|
25
|
+
|
26
|
+
# @return [Array] The manufacturer lot codes of the shipped items.
|
27
|
+
attribute(:manufacturer_lot_codes, Array, from: "manufacturerLotCodes")
|
28
|
+
end
|
29
|
+
end
|
30
|
+
end
|
31
|
+
end
|
@@ -0,0 +1,37 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require "peddler/types/fulfillment_outbound_2020_07_01/locker_details"
|
4
|
+
require "peddler/types/fulfillment_outbound_2020_07_01/delivery_information"
|
5
|
+
|
6
|
+
module Peddler
|
7
|
+
module Types
|
8
|
+
module FulfillmentOutbound20200701
|
9
|
+
# Package information for a shipment in a fulfillment order.
|
10
|
+
FulfillmentShipmentPackage = Structure.new do
|
11
|
+
# @return [Integer] Identifies a package in a shipment.
|
12
|
+
attribute(:package_number, Integer, from: "packageNumber")
|
13
|
+
|
14
|
+
# @return [String] Identifies the carrier who will deliver the shipment to the recipient.
|
15
|
+
attribute(:carrier_code, String, from: "carrierCode")
|
16
|
+
|
17
|
+
# @return [String] The tracking number, if provided, can be used to obtain tracking and delivery information.
|
18
|
+
attribute(:tracking_number, String, from: "trackingNumber")
|
19
|
+
|
20
|
+
# @return [String] The Amazon fulfillment tracking number, if provided, can be used to obtain tracking and
|
21
|
+
# delivery information.
|
22
|
+
attribute(:amazon_fulfillment_tracking_number, String, from: "amazonFulfillmentTrackingNumber")
|
23
|
+
|
24
|
+
# @return [String] The estimated arrival date and time of the package. Must be in <a
|
25
|
+
# href='https://developer-docs.amazon.com/sp-api/docs/iso-8601'>ISO 8601</a> format.
|
26
|
+
attribute(:estimated_arrival_date, String, from: "estimatedArrivalDate")
|
27
|
+
|
28
|
+
# @return [LockerDetails] The locker details, if provided can be used to access locker delivery box.
|
29
|
+
attribute(:locker_details, LockerDetails, from: "lockerDetails")
|
30
|
+
|
31
|
+
# @return [DeliveryInformation] The delivery information for the package. This information is available after
|
32
|
+
# the package is delivered.
|
33
|
+
attribute(:delivery_information, DeliveryInformation, from: "deliveryInformation")
|
34
|
+
end
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|
@@ -0,0 +1,19 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require "peddler/types/fulfillment_outbound_2020_07_01/product_identifier"
|
4
|
+
require "peddler/types/fulfillment_outbound_2020_07_01/amount"
|
5
|
+
|
6
|
+
module Peddler
|
7
|
+
module Types
|
8
|
+
module FulfillmentOutbound20200701
|
9
|
+
# The product details for the delivery offer.
|
10
|
+
GetDeliveryOffersProduct = Structure.new do
|
11
|
+
# @return [ProductIdentifier] Product identifier input that locates a product for MCF.
|
12
|
+
attribute(:product_identifier, ProductIdentifier, from: "productIdentifier")
|
13
|
+
|
14
|
+
# @return [Amount] The amount of the requested product.
|
15
|
+
attribute(:amount, Amount)
|
16
|
+
end
|
17
|
+
end
|
18
|
+
end
|
19
|
+
end
|
@@ -0,0 +1,19 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require "peddler/types/fulfillment_outbound_2020_07_01/get_delivery_offers_product"
|
4
|
+
require "peddler/types/fulfillment_outbound_2020_07_01/get_delivery_offers_terms"
|
5
|
+
|
6
|
+
module Peddler
|
7
|
+
module Types
|
8
|
+
module FulfillmentOutbound20200701
|
9
|
+
# The request body schema for the `getDeliveryOffers` operation.
|
10
|
+
GetDeliveryOffersRequest = Structure.new do
|
11
|
+
# @return [GetDeliveryOffersProduct] The product details for the delivery offer.
|
12
|
+
attribute(:product, GetDeliveryOffersProduct)
|
13
|
+
|
14
|
+
# @return [GetDeliveryOffersTerms] The terms for the delivery offer.
|
15
|
+
attribute(:terms, GetDeliveryOffersTerms)
|
16
|
+
end
|
17
|
+
end
|
18
|
+
end
|
19
|
+
end
|
@@ -0,0 +1,19 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require "peddler/types/fulfillment_outbound_2020_07_01/get_delivery_offers_result"
|
4
|
+
require "peddler/types/fulfillment_outbound_2020_07_01/error"
|
5
|
+
|
6
|
+
module Peddler
|
7
|
+
module Types
|
8
|
+
module FulfillmentOutbound20200701
|
9
|
+
# The response schema for the `getDeliveryOffers` operation.
|
10
|
+
GetDeliveryOffersResponse = Structure.new do
|
11
|
+
# @return [GetDeliveryOffersResult] The response payload for the `getDeliveryOffers` operation.
|
12
|
+
attribute(:payload, GetDeliveryOffersResult)
|
13
|
+
|
14
|
+
# @return [Array<Error>] One or more unexpected errors occurred during the `getDeliveryOffers` operation.
|
15
|
+
attribute(:errors, [Error])
|
16
|
+
end
|
17
|
+
end
|
18
|
+
end
|
19
|
+
end
|
@@ -0,0 +1,16 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require "peddler/types/fulfillment_outbound_2020_07_01/delivery_offer"
|
4
|
+
|
5
|
+
module Peddler
|
6
|
+
module Types
|
7
|
+
module FulfillmentOutbound20200701
|
8
|
+
# A list of delivery offers, including offer expiration, earliest and latest date and time range, and the delivery
|
9
|
+
# offer policy.
|
10
|
+
GetDeliveryOffersResult = Structure.new do
|
11
|
+
# @return [Array<DeliveryOffer>] An array of delivery offers.
|
12
|
+
attribute(:delivery_offers, [DeliveryOffer], from: "deliveryOffers")
|
13
|
+
end
|
14
|
+
end
|
15
|
+
end
|
16
|
+
end
|
@@ -0,0 +1,19 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require "peddler/types/fulfillment_outbound_2020_07_01/origin"
|
4
|
+
require "peddler/types/fulfillment_outbound_2020_07_01/destination"
|
5
|
+
|
6
|
+
module Peddler
|
7
|
+
module Types
|
8
|
+
module FulfillmentOutbound20200701
|
9
|
+
# The delivery terms for the delivery offer.
|
10
|
+
GetDeliveryOffersTerms = Structure.new do
|
11
|
+
# @return [Origin] The origin for the delivery offer.
|
12
|
+
attribute(:origin, Origin)
|
13
|
+
|
14
|
+
# @return [Destination] The destination for the delivery offer.
|
15
|
+
attribute(:destination, Destination)
|
16
|
+
end
|
17
|
+
end
|
18
|
+
end
|
19
|
+
end
|
@@ -0,0 +1,19 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require "peddler/types/fulfillment_outbound_2020_07_01/get_feature_inventory_result"
|
4
|
+
require "peddler/types/fulfillment_outbound_2020_07_01/error"
|
5
|
+
|
6
|
+
module Peddler
|
7
|
+
module Types
|
8
|
+
module FulfillmentOutbound20200701
|
9
|
+
# The breakdown of eligibility inventory by feature.
|
10
|
+
GetFeatureInventoryResponse = Structure.new do
|
11
|
+
# @return [GetFeatureInventoryResult]
|
12
|
+
attribute(:payload, GetFeatureInventoryResult)
|
13
|
+
|
14
|
+
# @return [Array<Error>] One or more unexpected errors occurred during the `getFeatureInventory` operation.
|
15
|
+
attribute(:errors, [Error])
|
16
|
+
end
|
17
|
+
end
|
18
|
+
end
|
19
|
+
end
|
@@ -0,0 +1,25 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require "peddler/types/fulfillment_outbound_2020_07_01/feature_sku"
|
4
|
+
|
5
|
+
module Peddler
|
6
|
+
module Types
|
7
|
+
module FulfillmentOutbound20200701
|
8
|
+
# The payload for the `getEligibleInventory` operation.
|
9
|
+
GetFeatureInventoryResult = Structure.new do
|
10
|
+
# @return [String] The requested marketplace.
|
11
|
+
attribute(:marketplace_id, String, from: "marketplaceId")
|
12
|
+
|
13
|
+
# @return [String] The name of the feature.
|
14
|
+
attribute(:feature_name, String, from: "featureName")
|
15
|
+
|
16
|
+
# @return [String] When present and not empty, pass this string token in the next request to return the next
|
17
|
+
# response page.
|
18
|
+
attribute(:next_token, String, from: "nextToken")
|
19
|
+
|
20
|
+
# @return [Array<FeatureSku>] An array of SKUs eligible for this feature and the quantity available.
|
21
|
+
attribute(:feature_skus, [FeatureSku], from: "featureSkus")
|
22
|
+
end
|
23
|
+
end
|
24
|
+
end
|
25
|
+
end
|
@@ -0,0 +1,19 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require "peddler/types/fulfillment_outbound_2020_07_01/get_feature_sku_result"
|
4
|
+
require "peddler/types/fulfillment_outbound_2020_07_01/error"
|
5
|
+
|
6
|
+
module Peddler
|
7
|
+
module Types
|
8
|
+
module FulfillmentOutbound20200701
|
9
|
+
# The response schema for the `getFeatureSKU` operation.
|
10
|
+
GetFeatureSkuResponse = Structure.new do
|
11
|
+
# @return [GetFeatureSkuResult]
|
12
|
+
attribute(:payload, GetFeatureSkuResult)
|
13
|
+
|
14
|
+
# @return [Array<Error>]
|
15
|
+
attribute(:errors, [Error])
|
16
|
+
end
|
17
|
+
end
|
18
|
+
end
|
19
|
+
end
|