Skip to content

Commit

Permalink
Remove redundant note on sandbox-only
Browse files Browse the repository at this point in the history
  • Loading branch information
hakanensari committed Sep 20, 2024
1 parent 1a39075 commit 09a6d1a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions bin/generate-code
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,6 @@ module Generator
format_text("@param [#{param_type}] #{snakecase(param["name"])} #{param_description}", 6)
end

if operation["sandbox_only"]
output.unshift(format_text("@note This operation is sandbox-only.", 6))
end
if operation["static_sandbox"]
output.unshift(format_text("@note This operation can make a static sandbox call.", 6))
elsif operation["dynamic_sandbox"]
Expand Down
3 changes: 0 additions & 3 deletions lib/peddler/api/fba_inventory_v1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ def get_inventory_summaries(granularity_type, granularity_id, marketplace_ids, d
# sandbox](https://developer-docs.amazon.com/sp-api/docs/the-selling-partner-api-sandbox) for more information.
#
# @note This operation can make a dynamic sandbox call.
# @note This operation is sandbox-only.
# @param [Hash] create_inventory_item_request_body CreateInventoryItem Request Body Parameter.
# @param [Float] rate_limit Requests per second
# @return [Hash] The API response
Expand All @@ -80,7 +79,6 @@ def create_inventory_item(create_inventory_item_request_body, rate_limit: nil)
# sandbox](https://developer-docs.amazon.com/sp-api/docs/the-selling-partner-api-sandbox) for more information.
#
# @note This operation can make a dynamic sandbox call.
# @note This operation is sandbox-only.
# @param [String] seller_sku A single seller SKU used for querying the specified seller SKU inventory summaries.
# @param [String] marketplace_id The marketplace ID for the marketplace for which the sellerSku is to be deleted.
# @param [Float] rate_limit Requests per second
Expand All @@ -102,7 +100,6 @@ def delete_inventory_item(seller_sku, marketplace_id, rate_limit: nil)
# information.
#
# @note This operation can make a dynamic sandbox call.
# @note This operation is sandbox-only.
# @param [String] x_amzn_idempotency_token A unique token/requestId provided with each call to ensure idempotency.
# @param [Hash] add_inventory_request_body List of items to add to Sandbox inventory.
# @param [Float] rate_limit Requests per second
Expand Down
1 change: 0 additions & 1 deletion lib/peddler/api/fulfillment_outbound_2020_07_01.rb
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ def cancel_fulfillment_order(seller_fulfillment_order_id, rate_limit: 2.0)
# information.
#
# @note This operation can make a dynamic sandbox call.
# @note This operation is sandbox-only.
# @param [String] seller_fulfillment_order_id The identifier assigned to the item by the seller when the
# fulfillment order was created.
# @param [Hash] body The identifier assigned to the item by the seller when the fulfillment order was created.
Expand Down

0 comments on commit 09a6d1a

Please sign in to comment.